Shades of Resolution Blue #222E74
Tints of Resolution Blue #222E74
RGB
CMYK
RGB Variations
Color information
#222E74 (or 0x222E74) is known color: Resolution Blue. HEX triplet: 22, 2E and 74. RGB value is (34,46,116). Sum of RGB (Red+Green+Blue) = 34+46+116=196 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.35% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 116 (45.70% from 255 or 59.18% from 196); Max value from RGB is 116 - color contains mainly: blue. Hex color #222E74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222E74 is #DDD18B. Grayscale: #323232. Windows color (decimal): -14537100 or 7613986. OLE color: 7613986.
HSL color Cylindrical-coordinate representation of color #222E74: hue angle of 231.22º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #222E74 is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 46 | 116 | - |
| CMYK | 0.71 | 0.60 | 0 | 0.55 |
| HSL | 231.22º | 0.55% | 0.29% | - |
| HSV(B) | 231.22º | 0.71% | 0.45% | - |
| XYZ | 4.79 | 3.56 | 16.96 | - |
| YUV | 50.39 | 165.02 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 116 | 0.71 | 0.60 | 0 | 0.55 | 231.22 | 0.55 | 0.29 |
| Hex | 22 | 2E | 74 | 47 | 3C | 0 | 37 | E7 | 37 | 1D |
| Octal | 42 | 56 | 164 | 107 | 74 | 0 | 67 | 347 | 67 | 35 |
| Binary | 100010 | 101110 | 1110100 | 1000111 | 111100 | 0 | 110111 | 11100111 | 110111 | 11101 |
Color Harmonies of #222E74
Complementary color
Monochromatic Colors of #222E74
Black with #222E74
Text Example
Text Example
White with #222E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222E74; }
p { color: rgb(34,46,116); }
H1.HeaderClassName
{
color: #222E74;
}
.AnyTagClassName
{
color: #222E74;
}
</style>
background-color css
<style>
a { background-color: #222E74; }
a { background-color: rgb(34,46,116); }
div.DivClassName
{
background-color: #222E74;
}
.BgClassName
{
background-color: #222E74;
}
</style>
border-color css
<style>
span { border-color: #222E74; }
span { border-color: rgb(34,46,116); }
td.TdClassName
{
border-color: #222E74;
}
.TagClassName
{
border-color: #222E74;
}
</style>