Shades of Cerulean Blue #224BAC
Tints of Cerulean Blue #224BAC
RGB
CMYK
RGB Variations
Color information
#224BAC (or 0x224BAC) is known color: Cerulean Blue. HEX triplet: 22, 4B and AC. RGB value is (34,75,172). Sum of RGB (Red+Green+Blue) = 34+75+172=281 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.10% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #224BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224BAC is #DDB453. Grayscale: #494949. Windows color (decimal): -14529620 or 11291426. OLE color: 11291426.
HSL color Cylindrical-coordinate representation of color #224BAC: hue angle of 222.17º 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 #224BAC is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 75 | 172 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.33 |
| HSL | 222.17º | 0.67% | 0.4% | - |
| HSV(B) | 222.17º | 0.8% | 0.67% | - |
| XYZ | 10.62 | 8.35 | 40.08 | - |
| YUV | 73.8 | 183.42 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 172 | 0.80 | 0.56 | 0 | 0.33 | 222.17 | 0.67 | 0.4 |
| Hex | 22 | 4B | AC | 50 | 38 | 0 | 21 | DE | 43 | 28 |
| Octal | 42 | 113 | 254 | 120 | 70 | 0 | 41 | 336 | 103 | 50 |
| Binary | 100010 | 1001011 | 10101100 | 1010000 | 111000 | 0 | 100001 | 11011110 | 1000011 | 101000 |
Color Harmonies of #224BAC
Complementary color
Monochromatic Colors of #224BAC
Black with #224BAC
Text Example
Text Example
White with #224BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224BAC; }
p { color: rgb(34,75,172); }
H1.HeaderClassName
{
color: #224BAC;
}
.AnyTagClassName
{
color: #224BAC;
}
</style>
background-color css
<style>
a { background-color: #224BAC; }
a { background-color: rgb(34,75,172); }
div.DivClassName
{
background-color: #224BAC;
}
.BgClassName
{
background-color: #224BAC;
}
</style>
border-color css
<style>
span { border-color: #224BAC; }
span { border-color: rgb(34,75,172); }
td.TdClassName
{
border-color: #224BAC;
}
.TagClassName
{
border-color: #224BAC;
}
</style>