Shades of Cerulean Blue #224EC2
Tints of Cerulean Blue #224EC2
RGB
CMYK
RGB Variations
Color information
#224EC2 (or 0x224EC2) is known color: Cerulean Blue. HEX triplet: 22, 4E and C2. RGB value is (34,78,194). Sum of RGB (Red+Green+Blue) = 34+78+194=306 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.11% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 194 (76.17% from 255 or 63.40% from 306); Max value from RGB is 194 - color contains mainly: blue. Hex color #224EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224EC2 is #DDB13D. Grayscale: #4D4D4D. Windows color (decimal): -14528830 or 12733986. OLE color: 12733986.
HSL color Cylindrical-coordinate representation of color #224EC2: hue angle of 223.5º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #224EC2 is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 78 | 194 | - |
| CMYK | 0.82 | 0.60 | 0 | 0.24 |
| HSL | 223.5º | 0.7% | 0.45% | - |
| HSV(B) | 223.5º | 0.82% | 0.76% | - |
| XYZ | 13.12 | 9.68 | 52.22 | - |
| YUV | 78.07 | 193.42 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 78 | 194 | 0.82 | 0.60 | 0 | 0.24 | 223.5 | 0.7 | 0.45 |
| Hex | 22 | 4E | C2 | 52 | 3C | 0 | 18 | E0 | 46 | 2D |
| Octal | 42 | 116 | 302 | 122 | 74 | 0 | 30 | 340 | 106 | 55 |
| Binary | 100010 | 1001110 | 11000010 | 1010010 | 111100 | 0 | 11000 | 11100000 | 1000110 | 101101 |
Color Harmonies of #224EC2
Complementary color
Monochromatic Colors of #224EC2
Black with #224EC2
Text Example
Text Example
White with #224EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224EC2; }
p { color: rgb(34,78,194); }
H1.HeaderClassName
{
color: #224EC2;
}
.AnyTagClassName
{
color: #224EC2;
}
</style>
background-color css
<style>
a { background-color: #224EC2; }
a { background-color: rgb(34,78,194); }
div.DivClassName
{
background-color: #224EC2;
}
.BgClassName
{
background-color: #224EC2;
}
</style>
border-color css
<style>
span { border-color: #224EC2; }
span { border-color: rgb(34,78,194); }
td.TdClassName
{
border-color: #224EC2;
}
.TagClassName
{
border-color: #224EC2;
}
</style>