Shades of Cerulean Blue #324EC6
Tints of Cerulean Blue #324EC6
RGB
CMYK
RGB Variations
Color information
#324EC6 (or 0x324EC6) is known color: Cerulean Blue. HEX triplet: 32, 4E and C6. RGB value is (50,78,198). Sum of RGB (Red+Green+Blue) = 50+78+198=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 198 (77.73% from 255 or 60.74% from 326); Max value from RGB is 198 - color contains mainly: blue. Hex color #324EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324EC6 is #CDB139. Grayscale: #525252. Windows color (decimal): -13480250 or 12996146. OLE color: 12996146.
HSL color Cylindrical-coordinate representation of color #324EC6: hue angle of 228.65º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #324EC6 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 78 | 198 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.22 |
| HSL | 228.65º | 0.6% | 0.49% | - |
| HSV(B) | 228.65º | 0.75% | 0.78% | - |
| XYZ | 14.23 | 10.2 | 54.65 | - |
| YUV | 83.31 | 192.72 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 78 | 198 | 0.75 | 0.61 | 0 | 0.22 | 228.65 | 0.6 | 0.49 |
| Hex | 32 | 4E | C6 | 4B | 3D | 0 | 16 | E5 | 3C | 31 |
| Octal | 62 | 116 | 306 | 113 | 75 | 0 | 26 | 345 | 74 | 61 |
| Binary | 110010 | 1001110 | 11000110 | 1001011 | 111101 | 0 | 10110 | 11100101 | 111100 | 110001 |
Color Harmonies of #324EC6
Complementary color
Monochromatic Colors of #324EC6
Black with #324EC6
Text Example
Text Example
White with #324EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324EC6; }
p { color: rgb(50,78,198); }
H1.HeaderClassName
{
color: #324EC6;
}
.AnyTagClassName
{
color: #324EC6;
}
</style>
background-color css
<style>
a { background-color: #324EC6; }
a { background-color: rgb(50,78,198); }
div.DivClassName
{
background-color: #324EC6;
}
.BgClassName
{
background-color: #324EC6;
}
</style>
border-color css
<style>
span { border-color: #324EC6; }
span { border-color: rgb(50,78,198); }
td.TdClassName
{
border-color: #324EC6;
}
.TagClassName
{
border-color: #324EC6;
}
</style>