Shades of Cerulean Blue #224EAC
Tints of Cerulean Blue #224EAC
RGB
CMYK
RGB Variations
Color information
#224EAC (or 0x224EAC) is known color: Cerulean Blue. HEX triplet: 22, 4E and AC. RGB value is (34,78,172). Sum of RGB (Red+Green+Blue) = 34+78+172=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #224EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224EAC is #DDB153. Grayscale: #4B4B4B. Windows color (decimal): -14528852 or 11292194. OLE color: 11292194.
HSL color Cylindrical-coordinate representation of color #224EAC: hue angle of 220.87º 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 #224EAC is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 78 | 172 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.33 |
| HSL | 220.87º | 0.67% | 0.4% | - |
| HSV(B) | 220.87º | 0.8% | 0.67% | - |
| XYZ | 10.83 | 8.77 | 40.15 | - |
| YUV | 75.56 | 182.42 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 78 | 172 | 0.80 | 0.55 | 0 | 0.33 | 220.87 | 0.67 | 0.4 |
| Hex | 22 | 4E | AC | 50 | 37 | 0 | 21 | DD | 43 | 28 |
| Octal | 42 | 116 | 254 | 120 | 67 | 0 | 41 | 335 | 103 | 50 |
| Binary | 100010 | 1001110 | 10101100 | 1010000 | 110111 | 0 | 100001 | 11011101 | 1000011 | 101000 |
Color Harmonies of #224EAC
Complementary color
Monochromatic Colors of #224EAC
Black with #224EAC
Text Example
Text Example
White with #224EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224EAC; }
p { color: rgb(34,78,172); }
H1.HeaderClassName
{
color: #224EAC;
}
.AnyTagClassName
{
color: #224EAC;
}
</style>
background-color css
<style>
a { background-color: #224EAC; }
a { background-color: rgb(34,78,172); }
div.DivClassName
{
background-color: #224EAC;
}
.BgClassName
{
background-color: #224EAC;
}
</style>
border-color css
<style>
span { border-color: #224EAC; }
span { border-color: rgb(34,78,172); }
td.TdClassName
{
border-color: #224EAC;
}
.TagClassName
{
border-color: #224EAC;
}
</style>