Shades of Cerulean Blue #324AC0
Tints of Cerulean Blue #324AC0
RGB
CMYK
RGB Variations
Color information
#324AC0 (or 0x324AC0) is known color: Cerulean Blue. HEX triplet: 32, 4A and C0. RGB value is (50,74,192). Sum of RGB (Red+Green+Blue) = 50+74+192=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 192 (75.39% from 255 or 60.76% from 316); Max value from RGB is 192 - color contains mainly: blue. Hex color #324AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324AC0 is #CDB53F. Grayscale: #4F4F4F. Windows color (decimal): -13481280 or 12601906. OLE color: 12601906.
HSL color Cylindrical-coordinate representation of color #324AC0: hue angle of 229.86º 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 #324AC0 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 74 | 192 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.25 |
| HSL | 229.86º | 0.59% | 0.47% | - |
| HSV(B) | 229.86º | 0.74% | 0.75% | - |
| XYZ | 13.28 | 9.38 | 50.98 | - |
| YUV | 80.28 | 191.05 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 192 | 0.74 | 0.61 | 0 | 0.25 | 229.86 | 0.59 | 0.47 |
| Hex | 32 | 4A | C0 | 4A | 3D | 0 | 19 | E6 | 3B | 2F |
| Octal | 62 | 112 | 300 | 112 | 75 | 0 | 31 | 346 | 73 | 57 |
| Binary | 110010 | 1001010 | 11000000 | 1001010 | 111101 | 0 | 11001 | 11100110 | 111011 | 101111 |
Color Harmonies of #324AC0
Complementary color
Monochromatic Colors of #324AC0
Black with #324AC0
Text Example
Text Example
White with #324AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324AC0; }
p { color: rgb(50,74,192); }
H1.HeaderClassName
{
color: #324AC0;
}
.AnyTagClassName
{
color: #324AC0;
}
</style>
background-color css
<style>
a { background-color: #324AC0; }
a { background-color: rgb(50,74,192); }
div.DivClassName
{
background-color: #324AC0;
}
.BgClassName
{
background-color: #324AC0;
}
</style>
border-color css
<style>
span { border-color: #324AC0; }
span { border-color: rgb(50,74,192); }
td.TdClassName
{
border-color: #324AC0;
}
.TagClassName
{
border-color: #324AC0;
}
</style>