Shades of Resolution Blue #222D72
Tints of Resolution Blue #222D72
RGB
CMYK
RGB Variations
Color information
#222D72 (or 0x222D72) is known color: Resolution Blue. HEX triplet: 22, 2D and 72. RGB value is (34,45,114). Sum of RGB (Red+Green+Blue) = 34+45+114=193 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.62% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #222D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222D72 is #DDD28D. Grayscale: #313131. Windows color (decimal): -14537358 or 7482658. OLE color: 7482658.
HSL color Cylindrical-coordinate representation of color #222D72: hue angle of 231.75º 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 #222D72 is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 45 | 114 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.55 |
| HSL | 231.75º | 0.54% | 0.29% | - |
| HSV(B) | 231.75º | 0.7% | 0.45% | - |
| XYZ | 4.64 | 3.43 | 16.34 | - |
| YUV | 49.58 | 164.36 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 114 | 0.70 | 0.61 | 0 | 0.55 | 231.75 | 0.54 | 0.29 |
| Hex | 22 | 2D | 72 | 46 | 3D | 0 | 37 | E8 | 36 | 1D |
| Octal | 42 | 55 | 162 | 106 | 75 | 0 | 67 | 350 | 66 | 35 |
| Binary | 100010 | 101101 | 1110010 | 1000110 | 111101 | 0 | 110111 | 11101000 | 110110 | 11101 |
Color Harmonies of #222D72
Complementary color
Monochromatic Colors of #222D72
Black with #222D72
Text Example
Text Example
White with #222D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222D72; }
p { color: rgb(34,45,114); }
H1.HeaderClassName
{
color: #222D72;
}
.AnyTagClassName
{
color: #222D72;
}
</style>
background-color css
<style>
a { background-color: #222D72; }
a { background-color: rgb(34,45,114); }
div.DivClassName
{
background-color: #222D72;
}
.BgClassName
{
background-color: #222D72;
}
</style>
border-color css
<style>
span { border-color: #222D72; }
span { border-color: rgb(34,45,114); }
td.TdClassName
{
border-color: #222D72;
}
.TagClassName
{
border-color: #222D72;
}
</style>