Shades of Cerulean Blue #324BC2
Tints of Cerulean Blue #324BC2
RGB
CMYK
RGB Variations
Color information
#324BC2 (or 0x324BC2) is known color: Cerulean Blue. HEX triplet: 32, 4B and C2. RGB value is (50,75,194). Sum of RGB (Red+Green+Blue) = 50+75+194=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 194 (76.17% from 255 or 60.82% from 319); Max value from RGB is 194 - color contains mainly: blue. Hex color #324BC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324BC2 is #CDB43D. Grayscale: #505050. Windows color (decimal): -13481022 or 12733234. OLE color: 12733234.
HSL color Cylindrical-coordinate representation of color #324BC2: hue angle of 229.58º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #324BC2 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 75 | 194 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.24 |
| HSL | 229.58º | 0.59% | 0.48% | - |
| HSV(B) | 229.58º | 0.74% | 0.76% | - |
| XYZ | 13.57 | 9.61 | 52.18 | - |
| YUV | 81.09 | 191.72 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 194 | 0.74 | 0.61 | 0 | 0.24 | 229.58 | 0.59 | 0.48 |
| Hex | 32 | 4B | C2 | 4A | 3D | 0 | 18 | E6 | 3B | 30 |
| Octal | 62 | 113 | 302 | 112 | 75 | 0 | 30 | 346 | 73 | 60 |
| Binary | 110010 | 1001011 | 11000010 | 1001010 | 111101 | 0 | 11000 | 11100110 | 111011 | 110000 |
Color Harmonies of #324BC2
Complementary color
Monochromatic Colors of #324BC2
Black with #324BC2
Text Example
Text Example
White with #324BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324BC2; }
p { color: rgb(50,75,194); }
H1.HeaderClassName
{
color: #324BC2;
}
.AnyTagClassName
{
color: #324BC2;
}
</style>
background-color css
<style>
a { background-color: #324BC2; }
a { background-color: rgb(50,75,194); }
div.DivClassName
{
background-color: #324BC2;
}
.BgClassName
{
background-color: #324BC2;
}
</style>
border-color css
<style>
span { border-color: #324BC2; }
span { border-color: rgb(50,75,194); }
td.TdClassName
{
border-color: #324BC2;
}
.TagClassName
{
border-color: #324BC2;
}
</style>