Random Color Generator

#352946 Color

Color Codes
Hex Code #352946
RGB Code rgb(53, 41, 70)
HSL Code hsl(265, 26%, 22%)

#352946 Color Syntax

rgb()

 rgb(Red, Green, Blue);
 rgba(Red, Green, Blue, Alpha);

 main {
    background-color: rgb(53, 41, 70);
   }

R(red), G(green), B(blue) can be number between 0-255.
A parameter is a hex characters (0–9, A–F) and optional.

hsl()

 hsl(hue saturation lightness);
 hsl(hue saturation lightness / alpha);

 div {
  background-color: hsl(265, 26%, 22%);
  }

Saturation value is a percentage value between 0% unsaturated and 100% fully saturated.
Lightness value is a percentage value between 100% is white and 0% is black.

Lighter and darker colors of #352946

RGB Code Hex Code Preview
rgb(53, 41, 70, 10%) #3529461a  
rgb(53, 41, 70, 20%) #35294633  
rgb(53, 41, 70, 40%) #3529464C  
rgb(53, 41, 70, 60%) #35294699  
rgb(53, 41, 70, 80%) #352946CC  
rgb(53, 41, 70, 100%) #352946FF  

Saturated and desaturated colors of #352946

HSL Code Preview
hsl(265, 10%, 22%)  
hsl(265, 20%, 22%)  
hsl(265, 40%, 22%)  
hsl(265, 60%, 22%)  
hsl(265, 80%, 22%)  
hsl(265, 100%, 22%)  

#352946 Color Usage In CSS

 body {
    color: #352946;
    }
 p {
    color: rgb(53, 41, 70);
    }
 header {
    border-bottom:1px solid #352946;
    }
Recent Random Colors