Shades of Cerulean Blue #324FC4
Tints of Cerulean Blue #324FC4
RGB
CMYK
RGB Variations
Color information
#324FC4 (or 0x324FC4) is known color: Cerulean Blue. HEX triplet: 32, 4F and C4. RGB value is (50,79,196). Sum of RGB (Red+Green+Blue) = 50+79+196=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 196 (76.95% from 255 or 60.31% from 325); Max value from RGB is 196 - color contains mainly: blue. Hex color #324FC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324FC4 is #CDB03B. Grayscale: #535353. Windows color (decimal): -13479996 or 12865330. OLE color: 12865330.
HSL color Cylindrical-coordinate representation of color #324FC4: hue angle of 228.08º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #324FC4 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 79 | 196 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.23 |
| HSL | 228.08º | 0.59% | 0.48% | - |
| HSV(B) | 228.08º | 0.74% | 0.77% | - |
| XYZ | 14.08 | 10.26 | 53.46 | - |
| YUV | 83.67 | 191.39 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 79 | 196 | 0.74 | 0.60 | 0 | 0.23 | 228.08 | 0.59 | 0.48 |
| Hex | 32 | 4F | C4 | 4A | 3C | 0 | 17 | E4 | 3B | 30 |
| Octal | 62 | 117 | 304 | 112 | 74 | 0 | 27 | 344 | 73 | 60 |
| Binary | 110010 | 1001111 | 11000100 | 1001010 | 111100 | 0 | 10111 | 11100100 | 111011 | 110000 |
Color Harmonies of #324FC4
Complementary color
Monochromatic Colors of #324FC4
Black with #324FC4
Text Example
Text Example
White with #324FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324FC4; }
p { color: rgb(50,79,196); }
H1.HeaderClassName
{
color: #324FC4;
}
.AnyTagClassName
{
color: #324FC4;
}
</style>
background-color css
<style>
a { background-color: #324FC4; }
a { background-color: rgb(50,79,196); }
div.DivClassName
{
background-color: #324FC4;
}
.BgClassName
{
background-color: #324FC4;
}
</style>
border-color css
<style>
span { border-color: #324FC4; }
span { border-color: rgb(50,79,196); }
td.TdClassName
{
border-color: #324FC4;
}
.TagClassName
{
border-color: #324FC4;
}
</style>