Shades of Cerulean Blue #224BA3
Tints of Cerulean Blue #224BA3
RGB
CMYK
RGB Variations
Color information
#224BA3 (or 0x224BA3) is known color: Cerulean Blue. HEX triplet: 22, 4B and A3. RGB value is (34,75,163). Sum of RGB (Red+Green+Blue) = 34+75+163=272 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.5% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 163 (64.06% from 255 or 59.93% from 272); Max value from RGB is 163 - color contains mainly: blue. Hex color #224BA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224BA3 is #DDB45C. Grayscale: #484848. Windows color (decimal): -14529629 or 10701602. OLE color: 10701602.
HSL color Cylindrical-coordinate representation of color #224BA3: hue angle of 220.93º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #224BA3 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 34 | 75 | 163 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.36 |
| HSL | 220.93º | 0.65% | 0.39% | - |
| HSV(B) | 220.93º | 0.79% | 0.64% | - |
| XYZ | 9.79 | 8.02 | 35.68 | - |
| YUV | 72.77 | 178.92 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 163 | 0.79 | 0.54 | 0 | 0.36 | 220.93 | 0.65 | 0.39 |
| Hex | 22 | 4B | A3 | 4F | 36 | 0 | 24 | DD | 41 | 27 |
| Octal | 42 | 113 | 243 | 117 | 66 | 0 | 44 | 335 | 101 | 47 |
| Binary | 100010 | 1001011 | 10100011 | 1001111 | 110110 | 0 | 100100 | 11011101 | 1000001 | 100111 |
Color Harmonies of #224BA3
Complementary color
Monochromatic Colors of #224BA3
Black with #224BA3
Text Example
Text Example
White with #224BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224BA3; }
p { color: rgb(34,75,163); }
H1.HeaderClassName
{
color: #224BA3;
}
.AnyTagClassName
{
color: #224BA3;
}
</style>
background-color css
<style>
a { background-color: #224BA3; }
a { background-color: rgb(34,75,163); }
div.DivClassName
{
background-color: #224BA3;
}
.BgClassName
{
background-color: #224BA3;
}
</style>
border-color css
<style>
span { border-color: #224BA3; }
span { border-color: rgb(34,75,163); }
td.TdClassName
{
border-color: #224BA3;
}
.TagClassName
{
border-color: #224BA3;
}
</style>