Shades of Cerulean Blue #224EC4
Tints of Cerulean Blue #224EC4
RGB
CMYK
RGB Variations
Color information
#224EC4 (or 0x224EC4) is known color: Cerulean Blue. HEX triplet: 22, 4E and C4. RGB value is (34,78,196). Sum of RGB (Red+Green+Blue) = 34+78+196=308 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.04% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 196 (76.95% from 255 or 63.64% from 308); Max value from RGB is 196 - color contains mainly: blue. Hex color #224EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224EC4 is #DDB13B. Grayscale: #4D4D4D. Windows color (decimal): -14528828 or 12865058. OLE color: 12865058.
HSL color Cylindrical-coordinate representation of color #224EC4: hue angle of 223.7º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #224EC4 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 78 | 196 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.23 |
| HSL | 223.7º | 0.7% | 0.45% | - |
| HSV(B) | 223.7º | 0.83% | 0.77% | - |
| XYZ | 13.35 | 9.77 | 53.41 | - |
| YUV | 78.3 | 194.42 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 78 | 196 | 0.83 | 0.60 | 0 | 0.23 | 223.7 | 0.7 | 0.45 |
| Hex | 22 | 4E | C4 | 53 | 3C | 0 | 17 | E0 | 46 | 2D |
| Octal | 42 | 116 | 304 | 123 | 74 | 0 | 27 | 340 | 106 | 55 |
| Binary | 100010 | 1001110 | 11000100 | 1010011 | 111100 | 0 | 10111 | 11100000 | 1000110 | 101101 |
Color Harmonies of #224EC4
Complementary color
Monochromatic Colors of #224EC4
Black with #224EC4
Text Example
Text Example
White with #224EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224EC4; }
p { color: rgb(34,78,196); }
H1.HeaderClassName
{
color: #224EC4;
}
.AnyTagClassName
{
color: #224EC4;
}
</style>
background-color css
<style>
a { background-color: #224EC4; }
a { background-color: rgb(34,78,196); }
div.DivClassName
{
background-color: #224EC4;
}
.BgClassName
{
background-color: #224EC4;
}
</style>
border-color css
<style>
span { border-color: #224EC4; }
span { border-color: rgb(34,78,196); }
td.TdClassName
{
border-color: #224EC4;
}
.TagClassName
{
border-color: #224EC4;
}
</style>