Shades of Cerulean Blue #324DAC
Tints of Cerulean Blue #324DAC
RGB
CMYK
RGB Variations
Color information
#324DAC (or 0x324DAC) is known color: Cerulean Blue. HEX triplet: 32, 4D and AC. RGB value is (50,77,172). Sum of RGB (Red+Green+Blue) = 50+77+172=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #324DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324DAC is #CDB253. Grayscale: #4F4F4F. Windows color (decimal): -13480532 or 11291954. OLE color: 11291954.
HSL color Cylindrical-coordinate representation of color #324DAC: hue angle of 226.72º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #324DAC is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 77 | 172 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.33 |
| HSL | 226.72º | 0.55% | 0.44% | - |
| HSV(B) | 226.72º | 0.71% | 0.67% | - |
| XYZ | 11.42 | 8.96 | 40.16 | - |
| YUV | 79.76 | 180.05 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 77 | 172 | 0.71 | 0.55 | 0 | 0.33 | 226.72 | 0.55 | 0.44 |
| Hex | 32 | 4D | AC | 47 | 37 | 0 | 21 | E3 | 37 | 2C |
| Octal | 62 | 115 | 254 | 107 | 67 | 0 | 41 | 343 | 67 | 54 |
| Binary | 110010 | 1001101 | 10101100 | 1000111 | 110111 | 0 | 100001 | 11100011 | 110111 | 101100 |
Color Harmonies of #324DAC
Complementary color
Monochromatic Colors of #324DAC
Black with #324DAC
Text Example
Text Example
White with #324DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324DAC; }
p { color: rgb(50,77,172); }
H1.HeaderClassName
{
color: #324DAC;
}
.AnyTagClassName
{
color: #324DAC;
}
</style>
background-color css
<style>
a { background-color: #324DAC; }
a { background-color: rgb(50,77,172); }
div.DivClassName
{
background-color: #324DAC;
}
.BgClassName
{
background-color: #324DAC;
}
</style>
border-color css
<style>
span { border-color: #324DAC; }
span { border-color: rgb(50,77,172); }
td.TdClassName
{
border-color: #324DAC;
}
.TagClassName
{
border-color: #324DAC;
}
</style>