Shades of Resolution Blue #22407B
Tints of Resolution Blue #22407B
RGB
CMYK
RGB Variations
Color information
#22407B (or 0x22407B) is known color: Resolution Blue. HEX triplet: 22, 40 and 7B. RGB value is (34,64,123). Sum of RGB (Red+Green+Blue) = 34+64+123=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 123 (48.44% from 255 or 55.66% from 221); Max value from RGB is 123 - color contains mainly: blue. Hex color #22407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22407B is #DDBF84. Grayscale: #3D3D3D. Windows color (decimal): -14532485 or 8077346. OLE color: 8077346.
HSL color Cylindrical-coordinate representation of color #22407B: hue angle of 219.78º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #22407B is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 64 | 123 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.52 |
| HSL | 219.78º | 0.57% | 0.31% | - |
| HSV(B) | 219.78º | 0.72% | 0.48% | - |
| XYZ | 6.07 | 5.44 | 19.47 | - |
| YUV | 61.76 | 162.56 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 64 | 123 | 0.72 | 0.48 | 0 | 0.52 | 219.78 | 0.57 | 0.31 |
| Hex | 22 | 40 | 7B | 48 | 30 | 0 | 34 | DC | 39 | 1F |
| Octal | 42 | 100 | 173 | 110 | 60 | 0 | 64 | 334 | 71 | 37 |
| Binary | 100010 | 1000000 | 1111011 | 1001000 | 110000 | 0 | 110100 | 11011100 | 111001 | 11111 |
Color Harmonies of #22407B
Complementary color
Monochromatic Colors of #22407B
Black with #22407B
Text Example
Text Example
White with #22407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22407B; }
p { color: rgb(34,64,123); }
H1.HeaderClassName
{
color: #22407B;
}
.AnyTagClassName
{
color: #22407B;
}
</style>
background-color css
<style>
a { background-color: #22407B; }
a { background-color: rgb(34,64,123); }
div.DivClassName
{
background-color: #22407B;
}
.BgClassName
{
background-color: #22407B;
}
</style>
border-color css
<style>
span { border-color: #22407B; }
span { border-color: rgb(34,64,123); }
td.TdClassName
{
border-color: #22407B;
}
.TagClassName
{
border-color: #22407B;
}
</style>