Shades of Cerulean Blue #224CAE
Tints of Cerulean Blue #224CAE
RGB
CMYK
RGB Variations
Color information
#224CAE (or 0x224CAE) is known color: Cerulean Blue. HEX triplet: 22, 4C and AE. RGB value is (34,76,174). Sum of RGB (Red+Green+Blue) = 34+76+174=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #224CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224CAE is #DDB351. Grayscale: #4A4A4A. Windows color (decimal): -14529362 or 11422754. OLE color: 11422754.
HSL color Cylindrical-coordinate representation of color #224CAE: hue angle of 222º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #224CAE is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 76 | 174 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.32 |
| HSL | 222º | 0.67% | 0.41% | - |
| HSV(B) | 222º | 0.8% | 0.68% | - |
| XYZ | 10.88 | 8.56 | 41.12 | - |
| YUV | 74.61 | 184.09 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 174 | 0.80 | 0.56 | 0 | 0.32 | 222 | 0.67 | 0.41 |
| Hex | 22 | 4C | AE | 50 | 38 | 0 | 20 | DE | 43 | 29 |
| Octal | 42 | 114 | 256 | 120 | 70 | 0 | 40 | 336 | 103 | 51 |
| Binary | 100010 | 1001100 | 10101110 | 1010000 | 111000 | 0 | 100000 | 11011110 | 1000011 | 101001 |
Color Harmonies of #224CAE
Complementary color
Monochromatic Colors of #224CAE
Black with #224CAE
Text Example
Text Example
White with #224CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224CAE; }
p { color: rgb(34,76,174); }
H1.HeaderClassName
{
color: #224CAE;
}
.AnyTagClassName
{
color: #224CAE;
}
</style>
background-color css
<style>
a { background-color: #224CAE; }
a { background-color: rgb(34,76,174); }
div.DivClassName
{
background-color: #224CAE;
}
.BgClassName
{
background-color: #224CAE;
}
</style>
border-color css
<style>
span { border-color: #224CAE; }
span { border-color: rgb(34,76,174); }
td.TdClassName
{
border-color: #224CAE;
}
.TagClassName
{
border-color: #224CAE;
}
</style>