Random Color Generator

#398794 Color

Color Codes
Hex Code #398794
RGB Code rgb(57, 135, 148)
HSL Code hsl(189, 44%, 40%)

#398794 Color Syntax

rgb()

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

 main {
    background-color: rgb(57, 135, 148);
   }

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(189, 44%, 40%);
  }

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 #398794

RGB Code Hex Code Preview
rgb(57, 135, 148, 10%) #3987941a  
rgb(57, 135, 148, 20%) #39879433  
rgb(57, 135, 148, 40%) #3987944C  
rgb(57, 135, 148, 60%) #39879499  
rgb(57, 135, 148, 80%) #398794CC  
rgb(57, 135, 148, 100%) #398794FF  

Saturated and desaturated colors of #398794

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

#398794 Color Usage In CSS

 body {
    color: #398794;
    }
 p {
    color: rgb(57, 135, 148);
    }
 header {
    border-bottom:1px solid #398794;
    }
Recent Random Colors