Shades of Resolution Blue #222E72
Tints of Resolution Blue #222E72
RGB
CMYK
RGB Variations
Color information
#222E72 (or 0x222E72) is known color: Resolution Blue. HEX triplet: 22, 2E and 72. RGB value is (34,46,114). Sum of RGB (Red+Green+Blue) = 34+46+114=194 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.53% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #222E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222E72 is #DDD18D. Grayscale: #313131. Windows color (decimal): -14537102 or 7482914. OLE color: 7482914.
HSL color Cylindrical-coordinate representation of color #222E72: hue angle of 231º 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 #222E72 is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 46 | 114 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.55 |
| HSL | 231º | 0.54% | 0.29% | - |
| HSV(B) | 231º | 0.7% | 0.45% | - |
| XYZ | 4.67 | 3.51 | 16.35 | - |
| YUV | 50.16 | 164.02 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 114 | 0.70 | 0.60 | 0 | 0.55 | 231 | 0.54 | 0.29 |
| Hex | 22 | 2E | 72 | 46 | 3C | 0 | 37 | E7 | 36 | 1D |
| Octal | 42 | 56 | 162 | 106 | 74 | 0 | 67 | 347 | 66 | 35 |
| Binary | 100010 | 101110 | 1110010 | 1000110 | 111100 | 0 | 110111 | 11100111 | 110110 | 11101 |
Color Harmonies of #222E72
Complementary color
Monochromatic Colors of #222E72
Black with #222E72
Text Example
Text Example
White with #222E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222E72; }
p { color: rgb(34,46,114); }
H1.HeaderClassName
{
color: #222E72;
}
.AnyTagClassName
{
color: #222E72;
}
</style>
background-color css
<style>
a { background-color: #222E72; }
a { background-color: rgb(34,46,114); }
div.DivClassName
{
background-color: #222E72;
}
.BgClassName
{
background-color: #222E72;
}
</style>
border-color css
<style>
span { border-color: #222E72; }
span { border-color: rgb(34,46,114); }
td.TdClassName
{
border-color: #222E72;
}
.TagClassName
{
border-color: #222E72;
}
</style>