Shades of Cerulean Blue #224AA7
Tints of Cerulean Blue #224AA7
RGB
CMYK
RGB Variations
Color information
#224AA7 (or 0x224AA7) is known color: Cerulean Blue. HEX triplet: 22, 4A and A7. RGB value is (34,74,167). Sum of RGB (Red+Green+Blue) = 34+74+167=275 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.36% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 167 (65.62% from 255 or 60.73% from 275); Max value from RGB is 167 - color contains mainly: blue. Hex color #224AA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224AA7 is #DDB558. Grayscale: #484848. Windows color (decimal): -14529881 or 10963490. OLE color: 10963490.
HSL color Cylindrical-coordinate representation of color #224AA7: hue angle of 221.95º 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 #224AA7 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 34 | 74 | 167 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.35 |
| HSL | 221.95º | 0.66% | 0.39% | - |
| HSV(B) | 221.95º | 0.8% | 0.65% | - |
| XYZ | 10.08 | 8.03 | 37.58 | - |
| YUV | 72.64 | 181.25 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 74 | 167 | 0.80 | 0.56 | 0 | 0.35 | 221.95 | 0.66 | 0.39 |
| Hex | 22 | 4A | A7 | 50 | 38 | 0 | 23 | DE | 42 | 27 |
| Octal | 42 | 112 | 247 | 120 | 70 | 0 | 43 | 336 | 102 | 47 |
| Binary | 100010 | 1001010 | 10100111 | 1010000 | 111000 | 0 | 100011 | 11011110 | 1000010 | 100111 |
Color Harmonies of #224AA7
Complementary color
Monochromatic Colors of #224AA7
Black with #224AA7
Text Example
Text Example
White with #224AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224AA7; }
p { color: rgb(34,74,167); }
H1.HeaderClassName
{
color: #224AA7;
}
.AnyTagClassName
{
color: #224AA7;
}
</style>
background-color css
<style>
a { background-color: #224AA7; }
a { background-color: rgb(34,74,167); }
div.DivClassName
{
background-color: #224AA7;
}
.BgClassName
{
background-color: #224AA7;
}
</style>
border-color css
<style>
span { border-color: #224AA7; }
span { border-color: rgb(34,74,167); }
td.TdClassName
{
border-color: #224AA7;
}
.TagClassName
{
border-color: #224AA7;
}
</style>