Shades of Cerulean Blue #224BAB
Tints of Cerulean Blue #224BAB
RGB
CMYK
RGB Variations
Color information
#224BAB (or 0x224BAB) is known color: Cerulean Blue. HEX triplet: 22, 4B and AB. RGB value is (34,75,171). Sum of RGB (Red+Green+Blue) = 34+75+171=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #224BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224BAB is #DDB454. Grayscale: #494949. Windows color (decimal): -14529621 or 11225890. OLE color: 11225890.
HSL color Cylindrical-coordinate representation of color #224BAB: hue angle of 222.04º 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 #224BAB is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 75 | 171 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.33 |
| HSL | 222.04º | 0.67% | 0.4% | - |
| HSV(B) | 222.04º | 0.8% | 0.67% | - |
| XYZ | 10.53 | 8.31 | 39.58 | - |
| YUV | 73.69 | 182.92 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 171 | 0.80 | 0.56 | 0 | 0.33 | 222.04 | 0.67 | 0.4 |
| Hex | 22 | 4B | AB | 50 | 38 | 0 | 21 | DE | 43 | 28 |
| Octal | 42 | 113 | 253 | 120 | 70 | 0 | 41 | 336 | 103 | 50 |
| Binary | 100010 | 1001011 | 10101011 | 1010000 | 111000 | 0 | 100001 | 11011110 | 1000011 | 101000 |
Color Harmonies of #224BAB
Complementary color
Monochromatic Colors of #224BAB
Black with #224BAB
Text Example
Text Example
White with #224BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224BAB; }
p { color: rgb(34,75,171); }
H1.HeaderClassName
{
color: #224BAB;
}
.AnyTagClassName
{
color: #224BAB;
}
</style>
background-color css
<style>
a { background-color: #224BAB; }
a { background-color: rgb(34,75,171); }
div.DivClassName
{
background-color: #224BAB;
}
.BgClassName
{
background-color: #224BAB;
}
</style>
border-color css
<style>
span { border-color: #224BAB; }
span { border-color: rgb(34,75,171); }
td.TdClassName
{
border-color: #224BAB;
}
.TagClassName
{
border-color: #224BAB;
}
</style>