Shades of Resolution Blue #222F73
Tints of Resolution Blue #222F73
RGB
CMYK
RGB Variations
Color information
#222F73 (or 0x222F73) is known color: Resolution Blue. HEX triplet: 22, 2F and 73. RGB value is (34,47,115). Sum of RGB (Red+Green+Blue) = 34+47+115=196 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.35% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #222F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222F73 is #DDD08C. Grayscale: #323232. Windows color (decimal): -14536845 or 7548706. OLE color: 7548706.
HSL color Cylindrical-coordinate representation of color #222F73: hue angle of 230.37º 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 #222F73 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 47 | 115 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.55 |
| HSL | 230.37º | 0.54% | 0.29% | - |
| HSV(B) | 230.37º | 0.7% | 0.45% | - |
| XYZ | 4.77 | 3.61 | 16.67 | - |
| YUV | 50.87 | 164.19 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 115 | 0.70 | 0.59 | 0 | 0.55 | 230.37 | 0.54 | 0.29 |
| Hex | 22 | 2F | 73 | 46 | 3B | 0 | 37 | E6 | 36 | 1D |
| Octal | 42 | 57 | 163 | 106 | 73 | 0 | 67 | 346 | 66 | 35 |
| Binary | 100010 | 101111 | 1110011 | 1000110 | 111011 | 0 | 110111 | 11100110 | 110110 | 11101 |
Color Harmonies of #222F73
Complementary color
Monochromatic Colors of #222F73
Black with #222F73
Text Example
Text Example
White with #222F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222F73; }
p { color: rgb(34,47,115); }
H1.HeaderClassName
{
color: #222F73;
}
.AnyTagClassName
{
color: #222F73;
}
</style>
background-color css
<style>
a { background-color: #222F73; }
a { background-color: rgb(34,47,115); }
div.DivClassName
{
background-color: #222F73;
}
.BgClassName
{
background-color: #222F73;
}
</style>
border-color css
<style>
span { border-color: #222F73; }
span { border-color: rgb(34,47,115); }
td.TdClassName
{
border-color: #222F73;
}
.TagClassName
{
border-color: #222F73;
}
</style>