Shades of Cerulean Blue #324CC0
Tints of Cerulean Blue #324CC0
RGB
CMYK
RGB Variations
Color information
#324CC0 (or 0x324CC0) is known color: Cerulean Blue. HEX triplet: 32, 4C and C0. RGB value is (50,76,192). Sum of RGB (Red+Green+Blue) = 50+76+192=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 192 (75.39% from 255 or 60.38% from 318); Max value from RGB is 192 - color contains mainly: blue. Hex color #324CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324CC0 is #CDB33F. Grayscale: #505050. Windows color (decimal): -13480768 or 12602418. OLE color: 12602418.
HSL color Cylindrical-coordinate representation of color #324CC0: hue angle of 229.01º 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 #324CC0 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 76 | 192 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.25 |
| HSL | 229.01º | 0.59% | 0.47% | - |
| HSV(B) | 229.01º | 0.74% | 0.75% | - |
| XYZ | 13.41 | 9.65 | 51.03 | - |
| YUV | 81.45 | 190.39 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 76 | 192 | 0.74 | 0.60 | 0 | 0.25 | 229.01 | 0.59 | 0.47 |
| Hex | 32 | 4C | C0 | 4A | 3C | 0 | 19 | E5 | 3B | 2F |
| Octal | 62 | 114 | 300 | 112 | 74 | 0 | 31 | 345 | 73 | 57 |
| Binary | 110010 | 1001100 | 11000000 | 1001010 | 111100 | 0 | 11001 | 11100101 | 111011 | 101111 |
Color Harmonies of #324CC0
Complementary color
Monochromatic Colors of #324CC0
Black with #324CC0
Text Example
Text Example
White with #324CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324CC0; }
p { color: rgb(50,76,192); }
H1.HeaderClassName
{
color: #324CC0;
}
.AnyTagClassName
{
color: #324CC0;
}
</style>
background-color css
<style>
a { background-color: #324CC0; }
a { background-color: rgb(50,76,192); }
div.DivClassName
{
background-color: #324CC0;
}
.BgClassName
{
background-color: #324CC0;
}
</style>
border-color css
<style>
span { border-color: #324CC0; }
span { border-color: rgb(50,76,192); }
td.TdClassName
{
border-color: #324CC0;
}
.TagClassName
{
border-color: #324CC0;
}
</style>