Shades of Cerulean Blue #224BAA
Tints of Cerulean Blue #224BAA
RGB
CMYK
RGB Variations
Color information
#224BAA (or 0x224BAA) is known color: Cerulean Blue. HEX triplet: 22, 4B and AA. RGB value is (34,75,170). Sum of RGB (Red+Green+Blue) = 34+75+170=279 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.19% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #224BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224BAA is #DDB455. Grayscale: #494949. Windows color (decimal): -14529622 or 11160354. OLE color: 11160354.
HSL color Cylindrical-coordinate representation of color #224BAA: hue angle of 221.91º 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 #224BAA is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 75 | 170 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.33 |
| HSL | 221.91º | 0.67% | 0.4% | - |
| HSV(B) | 221.91º | 0.8% | 0.67% | - |
| XYZ | 10.43 | 8.27 | 39.08 | - |
| YUV | 73.57 | 182.42 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 170 | 0.80 | 0.56 | 0 | 0.33 | 221.91 | 0.67 | 0.4 |
| Hex | 22 | 4B | AA | 50 | 38 | 0 | 21 | DE | 43 | 28 |
| Octal | 42 | 113 | 252 | 120 | 70 | 0 | 41 | 336 | 103 | 50 |
| Binary | 100010 | 1001011 | 10101010 | 1010000 | 111000 | 0 | 100001 | 11011110 | 1000011 | 101000 |
Color Harmonies of #224BAA
Complementary color
Monochromatic Colors of #224BAA
Black with #224BAA
Text Example
Text Example
White with #224BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224BAA; }
p { color: rgb(34,75,170); }
H1.HeaderClassName
{
color: #224BAA;
}
.AnyTagClassName
{
color: #224BAA;
}
</style>
background-color css
<style>
a { background-color: #224BAA; }
a { background-color: rgb(34,75,170); }
div.DivClassName
{
background-color: #224BAA;
}
.BgClassName
{
background-color: #224BAA;
}
</style>
border-color css
<style>
span { border-color: #224BAA; }
span { border-color: rgb(34,75,170); }
td.TdClassName
{
border-color: #224BAA;
}
.TagClassName
{
border-color: #224BAA;
}
</style>