Shades of Resolution Blue #222F71
Tints of Resolution Blue #222F71
RGB
CMYK
RGB Variations
Color information
#222F71 (or 0x222F71) is known color: Resolution Blue. HEX triplet: 22, 2F and 71. RGB value is (34,47,113). Sum of RGB (Red+Green+Blue) = 34+47+113=194 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.53% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #222F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222F71 is #DDD08E. Grayscale: #323232. Windows color (decimal): -14536847 or 7417634. OLE color: 7417634.
HSL color Cylindrical-coordinate representation of color #222F71: hue angle of 230.13º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #222F71 is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 47 | 113 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.56 |
| HSL | 230.13º | 0.54% | 0.29% | - |
| HSV(B) | 230.13º | 0.7% | 0.44% | - |
| XYZ | 4.66 | 3.57 | 16.07 | - |
| YUV | 50.64 | 163.19 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 113 | 0.70 | 0.58 | 0 | 0.56 | 230.13 | 0.54 | 0.29 |
| Hex | 22 | 2F | 71 | 46 | 3A | 0 | 38 | E6 | 36 | 1D |
| Octal | 42 | 57 | 161 | 106 | 72 | 0 | 70 | 346 | 66 | 35 |
| Binary | 100010 | 101111 | 1110001 | 1000110 | 111010 | 0 | 111000 | 11100110 | 110110 | 11101 |
Color Harmonies of #222F71
Complementary color
Monochromatic Colors of #222F71
Black with #222F71
Text Example
Text Example
White with #222F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222F71; }
p { color: rgb(34,47,113); }
H1.HeaderClassName
{
color: #222F71;
}
.AnyTagClassName
{
color: #222F71;
}
</style>
background-color css
<style>
a { background-color: #222F71; }
a { background-color: rgb(34,47,113); }
div.DivClassName
{
background-color: #222F71;
}
.BgClassName
{
background-color: #222F71;
}
</style>
border-color css
<style>
span { border-color: #222F71; }
span { border-color: rgb(34,47,113); }
td.TdClassName
{
border-color: #222F71;
}
.TagClassName
{
border-color: #222F71;
}
</style>