Shades of Resolution Blue #222D79
Tints of Resolution Blue #222D79
RGB
CMYK
RGB Variations
Color information
#222D79 (or 0x222D79) is known color: Resolution Blue. HEX triplet: 22, 2D and 79. RGB value is (34,45,121). Sum of RGB (Red+Green+Blue) = 34+45+121=200 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 121 (47.66% from 255 or 60.5% from 200); Max value from RGB is 121 - color contains mainly: blue. Hex color #222D79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222D79 is #DDD286. Grayscale: #323232. Windows color (decimal): -14537351 or 7941410. OLE color: 7941410.
HSL color Cylindrical-coordinate representation of color #222D79: hue angle of 232.41º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #222D79 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 34 | 45 | 121 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.53 |
| HSL | 232.41º | 0.56% | 0.3% | - |
| HSV(B) | 232.41º | 0.72% | 0.47% | - |
| XYZ | 5.05 | 3.6 | 18.52 | - |
| YUV | 50.38 | 167.86 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 121 | 0.72 | 0.63 | 0 | 0.53 | 232.41 | 0.56 | 0.3 |
| Hex | 22 | 2D | 79 | 48 | 3F | 0 | 35 | E8 | 38 | 1E |
| Octal | 42 | 55 | 171 | 110 | 77 | 0 | 65 | 350 | 70 | 36 |
| Binary | 100010 | 101101 | 1111001 | 1001000 | 111111 | 0 | 110101 | 11101000 | 111000 | 11110 |
Color Harmonies of #222D79
Complementary color
Monochromatic Colors of #222D79
Black with #222D79
Text Example
Text Example
White with #222D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222D79; }
p { color: rgb(34,45,121); }
H1.HeaderClassName
{
color: #222D79;
}
.AnyTagClassName
{
color: #222D79;
}
</style>
background-color css
<style>
a { background-color: #222D79; }
a { background-color: rgb(34,45,121); }
div.DivClassName
{
background-color: #222D79;
}
.BgClassName
{
background-color: #222D79;
}
</style>
border-color css
<style>
span { border-color: #222D79; }
span { border-color: rgb(34,45,121); }
td.TdClassName
{
border-color: #222D79;
}
.TagClassName
{
border-color: #222D79;
}
</style>