Random Color Generator

#327988 Color

Color Codes
Hex Code #327988
RGB Code rgb(50, 121, 136)
HSL Code hsl(190, 46%, 36%)

#327988 Color Syntax

rgb()

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

 main {
    background-color: rgb(50, 121, 136);
   }

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(190, 46%, 36%);
  }

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

RGB Code Hex Code Preview
rgb(50, 121, 136, 10%) #3279881a  
rgb(50, 121, 136, 20%) #32798833  
rgb(50, 121, 136, 40%) #3279884C  
rgb(50, 121, 136, 60%) #32798899  
rgb(50, 121, 136, 80%) #327988CC  
rgb(50, 121, 136, 100%) #327988FF  

Saturated and desaturated colors of #327988

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

#327988 Color Usage In CSS

 body {
    color: #327988;
    }
 p {
    color: rgb(50, 121, 136);
    }
 header {
    border-bottom:1px solid #327988;
    }
Recent Random Colors