Shades of Cerulean Blue #224EAB
Tints of Cerulean Blue #224EAB
RGB
CMYK
RGB Variations
Color information
#224EAB (or 0x224EAB) is known color: Cerulean Blue. HEX triplet: 22, 4E and AB. RGB value is (34,78,171). Sum of RGB (Red+Green+Blue) = 34+78+171=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #224EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224EAB is #DDB154. Grayscale: #4B4B4B. Windows color (decimal): -14528853 or 11226658. OLE color: 11226658.
HSL color Cylindrical-coordinate representation of color #224EAB: hue angle of 220.73º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #224EAB is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 78 | 171 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.33 |
| HSL | 220.73º | 0.67% | 0.4% | - |
| HSV(B) | 220.73º | 0.8% | 0.67% | - |
| XYZ | 10.73 | 8.73 | 39.65 | - |
| YUV | 75.45 | 181.92 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 78 | 171 | 0.80 | 0.54 | 0 | 0.33 | 220.73 | 0.67 | 0.4 |
| Hex | 22 | 4E | AB | 50 | 36 | 0 | 21 | DD | 43 | 28 |
| Octal | 42 | 116 | 253 | 120 | 66 | 0 | 41 | 335 | 103 | 50 |
| Binary | 100010 | 1001110 | 10101011 | 1010000 | 110110 | 0 | 100001 | 11011101 | 1000011 | 101000 |
Color Harmonies of #224EAB
Complementary color
Monochromatic Colors of #224EAB
Black with #224EAB
Text Example
Text Example
White with #224EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224EAB; }
p { color: rgb(34,78,171); }
H1.HeaderClassName
{
color: #224EAB;
}
.AnyTagClassName
{
color: #224EAB;
}
</style>
background-color css
<style>
a { background-color: #224EAB; }
a { background-color: rgb(34,78,171); }
div.DivClassName
{
background-color: #224EAB;
}
.BgClassName
{
background-color: #224EAB;
}
</style>
border-color css
<style>
span { border-color: #224EAB; }
span { border-color: rgb(34,78,171); }
td.TdClassName
{
border-color: #224EAB;
}
.TagClassName
{
border-color: #224EAB;
}
</style>