Shades of Cerulean Blue #324ECC
Tints of Cerulean Blue #324ECC
RGB
CMYK
RGB Variations
Color information
#324ECC (or 0x324ECC) is known color: Cerulean Blue. HEX triplet: 32, 4E and CC. RGB value is (50,78,204). Sum of RGB (Red+Green+Blue) = 50+78+204=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #324ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324ECC is #CDB133. Grayscale: #535353. Windows color (decimal): -13480244 or 13389362. OLE color: 13389362.
HSL color Cylindrical-coordinate representation of color #324ECC: hue angle of 229.09º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #324ECC is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 78 | 204 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.2 |
| HSL | 229.09º | 0.61% | 0.5% | - |
| HSV(B) | 229.09º | 0.75% | 0.8% | - |
| XYZ | 14.94 | 10.49 | 58.36 | - |
| YUV | 83.99 | 195.72 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 78 | 204 | 0.75 | 0.62 | 0 | 0.2 | 229.09 | 0.61 | 0.5 |
| Hex | 32 | 4E | CC | 4B | 3E | 0 | 14 | E5 | 3D | 32 |
| Octal | 62 | 116 | 314 | 113 | 76 | 0 | 24 | 345 | 75 | 62 |
| Binary | 110010 | 1001110 | 11001100 | 1001011 | 111110 | 0 | 10100 | 11100101 | 111101 | 110010 |
Color Harmonies of #324ECC
Complementary color
Monochromatic Colors of #324ECC
Black with #324ECC
Text Example
Text Example
White with #324ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324ECC; }
p { color: rgb(50,78,204); }
H1.HeaderClassName
{
color: #324ECC;
}
.AnyTagClassName
{
color: #324ECC;
}
</style>
background-color css
<style>
a { background-color: #324ECC; }
a { background-color: rgb(50,78,204); }
div.DivClassName
{
background-color: #324ECC;
}
.BgClassName
{
background-color: #324ECC;
}
</style>
border-color css
<style>
span { border-color: #324ECC; }
span { border-color: rgb(50,78,204); }
td.TdClassName
{
border-color: #324ECC;
}
.TagClassName
{
border-color: #324ECC;
}
</style>