Shades of Resolution Blue #22407F
Tints of Resolution Blue #22407F
RGB
CMYK
RGB Variations
Color information
#22407F (or 0x22407F) is known color: Resolution Blue. HEX triplet: 22, 40 and 7F. RGB value is (34,64,127). Sum of RGB (Red+Green+Blue) = 34+64+127=225 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.11% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #22407F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22407F is #DDBF80. Grayscale: #3D3D3D. Windows color (decimal): -14532481 or 8339490. OLE color: 8339490.
HSL color Cylindrical-coordinate representation of color #22407F: hue angle of 220.65º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #22407F is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 34 | 64 | 127 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.50 |
| HSL | 220.65º | 0.58% | 0.32% | - |
| HSV(B) | 220.65º | 0.73% | 0.5% | - |
| XYZ | 6.32 | 5.54 | 20.81 | - |
| YUV | 62.21 | 164.56 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 64 | 127 | 0.73 | 0.50 | 0 | 0.50 | 220.65 | 0.58 | 0.32 |
| Hex | 22 | 40 | 7F | 49 | 32 | 0 | 32 | DD | 3A | 20 |
| Octal | 42 | 100 | 177 | 111 | 62 | 0 | 62 | 335 | 72 | 40 |
| Binary | 100010 | 1000000 | 1111111 | 1001001 | 110010 | 0 | 110010 | 11011101 | 111010 | 100000 |
Color Harmonies of #22407F
Complementary color
Monochromatic Colors of #22407F
Black with #22407F
Text Example
Text Example
White with #22407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22407F; }
p { color: rgb(34,64,127); }
H1.HeaderClassName
{
color: #22407F;
}
.AnyTagClassName
{
color: #22407F;
}
</style>
background-color css
<style>
a { background-color: #22407F; }
a { background-color: rgb(34,64,127); }
div.DivClassName
{
background-color: #22407F;
}
.BgClassName
{
background-color: #22407F;
}
</style>
border-color css
<style>
span { border-color: #22407F; }
span { border-color: rgb(34,64,127); }
td.TdClassName
{
border-color: #22407F;
}
.TagClassName
{
border-color: #22407F;
}
</style>