Shades of Cerulean Blue #324EC0
Tints of Cerulean Blue #324EC0
RGB
CMYK
RGB Variations
Color information
#324EC0 (or 0x324EC0) is known color: Cerulean Blue. HEX triplet: 32, 4E and C0. RGB value is (50,78,192). Sum of RGB (Red+Green+Blue) = 50+78+192=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 192 (75.39% from 255 or 60% from 320); Max value from RGB is 192 - color contains mainly: blue. Hex color #324EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324EC0 is #CDB13F. Grayscale: #525252. Windows color (decimal): -13480256 or 12602930. OLE color: 12602930.
HSL color Cylindrical-coordinate representation of color #324EC0: hue angle of 228.17º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #324EC0 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 78 | 192 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.25 |
| HSL | 228.17º | 0.59% | 0.47% | - |
| HSV(B) | 228.17º | 0.74% | 0.75% | - |
| XYZ | 13.55 | 9.93 | 51.07 | - |
| YUV | 82.62 | 189.72 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 78 | 192 | 0.74 | 0.59 | 0 | 0.25 | 228.17 | 0.59 | 0.47 |
| Hex | 32 | 4E | C0 | 4A | 3B | 0 | 19 | E4 | 3B | 2F |
| Octal | 62 | 116 | 300 | 112 | 73 | 0 | 31 | 344 | 73 | 57 |
| Binary | 110010 | 1001110 | 11000000 | 1001010 | 111011 | 0 | 11001 | 11100100 | 111011 | 101111 |
Color Harmonies of #324EC0
Complementary color
Monochromatic Colors of #324EC0
Black with #324EC0
Text Example
Text Example
White with #324EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324EC0; }
p { color: rgb(50,78,192); }
H1.HeaderClassName
{
color: #324EC0;
}
.AnyTagClassName
{
color: #324EC0;
}
</style>
background-color css
<style>
a { background-color: #324EC0; }
a { background-color: rgb(50,78,192); }
div.DivClassName
{
background-color: #324EC0;
}
.BgClassName
{
background-color: #324EC0;
}
</style>
border-color css
<style>
span { border-color: #324EC0; }
span { border-color: rgb(50,78,192); }
td.TdClassName
{
border-color: #324EC0;
}
.TagClassName
{
border-color: #324EC0;
}
</style>