Shades of Cerulean Blue #324EC5
Tints of Cerulean Blue #324EC5
RGB
CMYK
RGB Variations
Color information
#324EC5 (or 0x324EC5) is known color: Cerulean Blue. HEX triplet: 32, 4E and C5. RGB value is (50,78,197). Sum of RGB (Red+Green+Blue) = 50+78+197=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 197 (77.34% from 255 or 60.62% from 325); Max value from RGB is 197 - color contains mainly: blue. Hex color #324EC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324EC5 is #CDB13A. Grayscale: #525252. Windows color (decimal): -13480251 or 12930610. OLE color: 12930610.
HSL color Cylindrical-coordinate representation of color #324EC5: hue angle of 228.57º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #324EC5 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 78 | 197 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.23 |
| HSL | 228.57º | 0.6% | 0.48% | - |
| HSV(B) | 228.57º | 0.75% | 0.77% | - |
| XYZ | 14.12 | 10.16 | 54.04 | - |
| YUV | 83.19 | 192.22 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 78 | 197 | 0.75 | 0.60 | 0 | 0.23 | 228.57 | 0.6 | 0.48 |
| Hex | 32 | 4E | C5 | 4B | 3C | 0 | 17 | E5 | 3C | 30 |
| Octal | 62 | 116 | 305 | 113 | 74 | 0 | 27 | 345 | 74 | 60 |
| Binary | 110010 | 1001110 | 11000101 | 1001011 | 111100 | 0 | 10111 | 11100101 | 111100 | 110000 |
Color Harmonies of #324EC5
Complementary color
Monochromatic Colors of #324EC5
Black with #324EC5
Text Example
Text Example
White with #324EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324EC5; }
p { color: rgb(50,78,197); }
H1.HeaderClassName
{
color: #324EC5;
}
.AnyTagClassName
{
color: #324EC5;
}
</style>
background-color css
<style>
a { background-color: #324EC5; }
a { background-color: rgb(50,78,197); }
div.DivClassName
{
background-color: #324EC5;
}
.BgClassName
{
background-color: #324EC5;
}
</style>
border-color css
<style>
span { border-color: #324EC5; }
span { border-color: rgb(50,78,197); }
td.TdClassName
{
border-color: #324EC5;
}
.TagClassName
{
border-color: #324EC5;
}
</style>