Random Color Generator

#36069f Color

Color Codes
Hex Code #36069f
RGB Code rgb(54, 06, 159)
HSL Code hsl(259, 93%, 32%)

#36069f Color Syntax

rgb()

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

 main {
    background-color: rgb(54, 06, 159);
   }

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(259, 93%, 32%);
  }

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 #36069f

RGB Code Hex Code Preview
rgb(54, 06, 159, 10%) #36069f1a  
rgb(54, 06, 159, 20%) #36069f33  
rgb(54, 06, 159, 40%) #36069f4C  
rgb(54, 06, 159, 60%) #36069f99  
rgb(54, 06, 159, 80%) #36069fCC  
rgb(54, 06, 159, 100%) #36069fFF  

Saturated and desaturated colors of #36069f

HSL Code Preview
hsl(259, 10%, 32%)  
hsl(259, 20%, 32%)  
hsl(259, 40%, 32%)  
hsl(259, 60%, 32%)  
hsl(259, 80%, 32%)  
hsl(259, 100%, 32%)  

#36069f Color Usage In CSS

 body {
    color: #36069f;
    }
 p {
    color: rgb(54, 06, 159);
    }
 header {
    border-bottom:1px solid #36069f;
    }
Recent Random Colors