Shades of Resolution Blue #224272
Tints of Resolution Blue #224272
RGB
CMYK
RGB Variations
Color information
#224272 (or 0x224272) is known color: Resolution Blue. HEX triplet: 22, 42 and 72. RGB value is (34,66,114). Sum of RGB (Red+Green+Blue) = 34+66+114=214 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.89% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #224272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224272 is #DDBD8D. Grayscale: #3D3D3D. Windows color (decimal): -14531982 or 7488034. OLE color: 7488034.
HSL color Cylindrical-coordinate representation of color #224272: hue angle of 216º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #224272 is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 66 | 114 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.55 |
| HSL | 216º | 0.54% | 0.29% | - |
| HSV(B) | 216º | 0.7% | 0.45% | - |
| XYZ | 5.65 | 5.45 | 16.67 | - |
| YUV | 61.9 | 157.4 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 66 | 114 | 0.70 | 0.42 | 0 | 0.55 | 216 | 0.54 | 0.29 |
| Hex | 22 | 42 | 72 | 46 | 2A | 0 | 37 | D8 | 36 | 1D |
| Octal | 42 | 102 | 162 | 106 | 52 | 0 | 67 | 330 | 66 | 35 |
| Binary | 100010 | 1000010 | 1110010 | 1000110 | 101010 | 0 | 110111 | 11011000 | 110110 | 11101 |
Color Harmonies of #224272
Complementary color
Monochromatic Colors of #224272
Black with #224272
Text Example
Text Example
White with #224272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224272; }
p { color: rgb(34,66,114); }
H1.HeaderClassName
{
color: #224272;
}
.AnyTagClassName
{
color: #224272;
}
</style>
background-color css
<style>
a { background-color: #224272; }
a { background-color: rgb(34,66,114); }
div.DivClassName
{
background-color: #224272;
}
.BgClassName
{
background-color: #224272;
}
</style>
border-color css
<style>
span { border-color: #224272; }
span { border-color: rgb(34,66,114); }
td.TdClassName
{
border-color: #224272;
}
.TagClassName
{
border-color: #224272;
}
</style>