Random Color Generator

#3794cf Color

Color Codes
Hex Code #3794cf
RGB Code rgb(55, 148, 207)
HSL Code hsl(203, 61%, 51%)

#3794cf Color Syntax

rgb()

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

 main {
    background-color: rgb(55, 148, 207);
   }

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(203, 61%, 51%);
  }

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 #3794cf

RGB Code Hex Code Preview
rgb(55, 148, 207, 10%) #3794cf1a  
rgb(55, 148, 207, 20%) #3794cf33  
rgb(55, 148, 207, 40%) #3794cf4C  
rgb(55, 148, 207, 60%) #3794cf99  
rgb(55, 148, 207, 80%) #3794cfCC  
rgb(55, 148, 207, 100%) #3794cfFF  

Saturated and desaturated colors of #3794cf

HSL Code Preview
hsl(203, 10%, 51%)  
hsl(203, 20%, 51%)  
hsl(203, 40%, 51%)  
hsl(203, 60%, 51%)  
hsl(203, 80%, 51%)  
hsl(203, 100%, 51%)  

#3794cf Color Usage In CSS

 body {
    color: #3794cf;
    }
 p {
    color: rgb(55, 148, 207);
    }
 header {
    border-bottom:1px solid #3794cf;
    }
Recent Random Colors