Shades of Cerulean Blue #224EA4
Tints of Cerulean Blue #224EA4
RGB
CMYK
RGB Variations
Color information
#224EA4 (or 0x224EA4) is known color: Cerulean Blue. HEX triplet: 22, 4E and A4. RGB value is (34,78,164). Sum of RGB (Red+Green+Blue) = 34+78+164=276 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.32% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 164 (64.45% from 255 or 59.42% from 276); Max value from RGB is 164 - color contains mainly: blue. Hex color #224EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224EA4 is #DDB15B. Grayscale: #4A4A4A. Windows color (decimal): -14528860 or 10767906. OLE color: 10767906.
HSL color Cylindrical-coordinate representation of color #224EA4: hue angle of 219.69º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #224EA4 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 34 | 78 | 164 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.36 |
| HSL | 219.69º | 0.66% | 0.39% | - |
| HSV(B) | 219.69º | 0.79% | 0.64% | - |
| XYZ | 10.08 | 8.47 | 36.23 | - |
| YUV | 74.65 | 178.42 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 78 | 164 | 0.79 | 0.52 | 0 | 0.36 | 219.69 | 0.66 | 0.39 |
| Hex | 22 | 4E | A4 | 4F | 34 | 0 | 24 | DC | 42 | 27 |
| Octal | 42 | 116 | 244 | 117 | 64 | 0 | 44 | 334 | 102 | 47 |
| Binary | 100010 | 1001110 | 10100100 | 1001111 | 110100 | 0 | 100100 | 11011100 | 1000010 | 100111 |
Color Harmonies of #224EA4
Complementary color
Monochromatic Colors of #224EA4
Black with #224EA4
Text Example
Text Example
White with #224EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224EA4; }
p { color: rgb(34,78,164); }
H1.HeaderClassName
{
color: #224EA4;
}
.AnyTagClassName
{
color: #224EA4;
}
</style>
background-color css
<style>
a { background-color: #224EA4; }
a { background-color: rgb(34,78,164); }
div.DivClassName
{
background-color: #224EA4;
}
.BgClassName
{
background-color: #224EA4;
}
</style>
border-color css
<style>
span { border-color: #224EA4; }
span { border-color: rgb(34,78,164); }
td.TdClassName
{
border-color: #224EA4;
}
.TagClassName
{
border-color: #224EA4;
}
</style>