Shades of Cerulean Blue #224BA7
Tints of Cerulean Blue #224BA7
RGB
CMYK
RGB Variations
Color information
#224BA7 (or 0x224BA7) is known color: Cerulean Blue. HEX triplet: 22, 4B and A7. RGB value is (34,75,167). Sum of RGB (Red+Green+Blue) = 34+75+167=276 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.32% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 167 (65.62% from 255 or 60.51% from 276); Max value from RGB is 167 - color contains mainly: blue. Hex color #224BA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224BA7 is #DDB458. Grayscale: #484848. Windows color (decimal): -14529625 or 10963746. OLE color: 10963746.
HSL color Cylindrical-coordinate representation of color #224BA7: hue angle of 221.5º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #224BA7 is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 34 | 75 | 167 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.35 |
| HSL | 221.5º | 0.66% | 0.39% | - |
| HSV(B) | 221.5º | 0.8% | 0.65% | - |
| XYZ | 10.15 | 8.16 | 37.6 | - |
| YUV | 73.23 | 180.92 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 167 | 0.80 | 0.55 | 0 | 0.35 | 221.5 | 0.66 | 0.39 |
| Hex | 22 | 4B | A7 | 50 | 37 | 0 | 23 | DE | 42 | 27 |
| Octal | 42 | 113 | 247 | 120 | 67 | 0 | 43 | 336 | 102 | 47 |
| Binary | 100010 | 1001011 | 10100111 | 1010000 | 110111 | 0 | 100011 | 11011110 | 1000010 | 100111 |
Color Harmonies of #224BA7
Complementary color
Monochromatic Colors of #224BA7
Black with #224BA7
Text Example
Text Example
White with #224BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224BA7; }
p { color: rgb(34,75,167); }
H1.HeaderClassName
{
color: #224BA7;
}
.AnyTagClassName
{
color: #224BA7;
}
</style>
background-color css
<style>
a { background-color: #224BA7; }
a { background-color: rgb(34,75,167); }
div.DivClassName
{
background-color: #224BA7;
}
.BgClassName
{
background-color: #224BA7;
}
</style>
border-color css
<style>
span { border-color: #224BA7; }
span { border-color: rgb(34,75,167); }
td.TdClassName
{
border-color: #224BA7;
}
.TagClassName
{
border-color: #224BA7;
}
</style>