Shades of Cerulean Blue #224EA3
Tints of Cerulean Blue #224EA3
RGB
CMYK
RGB Variations
Color information
#224EA3 (or 0x224EA3) is known color: Cerulean Blue. HEX triplet: 22, 4E and A3. RGB value is (34,78,163). Sum of RGB (Red+Green+Blue) = 34+78+163=275 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.36% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 163 (64.06% from 255 or 59.27% from 275); Max value from RGB is 163 - color contains mainly: blue. Hex color #224EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224EA3 is #DDB15C. Grayscale: #4A4A4A. Windows color (decimal): -14528861 or 10702370. OLE color: 10702370.
HSL color Cylindrical-coordinate representation of color #224EA3: hue angle of 219.53º degrees, saturation: 0.65, 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 #224EA3 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 34 | 78 | 163 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.36 |
| HSL | 219.53º | 0.65% | 0.39% | - |
| HSV(B) | 219.53º | 0.79% | 0.64% | - |
| XYZ | 9.99 | 8.43 | 35.75 | - |
| YUV | 74.53 | 177.92 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 78 | 163 | 0.79 | 0.52 | 0 | 0.36 | 219.53 | 0.65 | 0.39 |
| Hex | 22 | 4E | A3 | 4F | 34 | 0 | 24 | DC | 41 | 27 |
| Octal | 42 | 116 | 243 | 117 | 64 | 0 | 44 | 334 | 101 | 47 |
| Binary | 100010 | 1001110 | 10100011 | 1001111 | 110100 | 0 | 100100 | 11011100 | 1000001 | 100111 |
Color Harmonies of #224EA3
Complementary color
Monochromatic Colors of #224EA3
Black with #224EA3
Text Example
Text Example
White with #224EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224EA3; }
p { color: rgb(34,78,163); }
H1.HeaderClassName
{
color: #224EA3;
}
.AnyTagClassName
{
color: #224EA3;
}
</style>
background-color css
<style>
a { background-color: #224EA3; }
a { background-color: rgb(34,78,163); }
div.DivClassName
{
background-color: #224EA3;
}
.BgClassName
{
background-color: #224EA3;
}
</style>
border-color css
<style>
span { border-color: #224EA3; }
span { border-color: rgb(34,78,163); }
td.TdClassName
{
border-color: #224EA3;
}
.TagClassName
{
border-color: #224EA3;
}
</style>