Shades of Cerulean Blue #224CAB
Tints of Cerulean Blue #224CAB
RGB
CMYK
RGB Variations
Color information
#224CAB (or 0x224CAB) is known color: Cerulean Blue. HEX triplet: 22, 4C and AB. RGB value is (34,76,171). Sum of RGB (Red+Green+Blue) = 34+76+171=281 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.10% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #224CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224CAB is #DDB354. Grayscale: #494949. Windows color (decimal): -14529365 or 11226146. OLE color: 11226146.
HSL color Cylindrical-coordinate representation of color #224CAB: hue angle of 221.61º 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 #224CAB is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 76 | 171 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.33 |
| HSL | 221.61º | 0.67% | 0.4% | - |
| HSV(B) | 221.61º | 0.8% | 0.67% | - |
| XYZ | 10.59 | 8.45 | 39.6 | - |
| YUV | 74.27 | 182.59 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 171 | 0.80 | 0.56 | 0 | 0.33 | 221.61 | 0.67 | 0.4 |
| Hex | 22 | 4C | AB | 50 | 38 | 0 | 21 | DE | 43 | 28 |
| Octal | 42 | 114 | 253 | 120 | 70 | 0 | 41 | 336 | 103 | 50 |
| Binary | 100010 | 1001100 | 10101011 | 1010000 | 111000 | 0 | 100001 | 11011110 | 1000011 | 101000 |
Color Harmonies of #224CAB
Complementary color
Monochromatic Colors of #224CAB
Black with #224CAB
Text Example
Text Example
White with #224CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224CAB; }
p { color: rgb(34,76,171); }
H1.HeaderClassName
{
color: #224CAB;
}
.AnyTagClassName
{
color: #224CAB;
}
</style>
background-color css
<style>
a { background-color: #224CAB; }
a { background-color: rgb(34,76,171); }
div.DivClassName
{
background-color: #224CAB;
}
.BgClassName
{
background-color: #224CAB;
}
</style>
border-color css
<style>
span { border-color: #224CAB; }
span { border-color: rgb(34,76,171); }
td.TdClassName
{
border-color: #224CAB;
}
.TagClassName
{
border-color: #224CAB;
}
</style>