Shades of Resolution Blue #22427B
Tints of Resolution Blue #22427B
RGB
CMYK
RGB Variations
Color information
#22427B (or 0x22427B) is known color: Resolution Blue. HEX triplet: 22, 42 and 7B. RGB value is (34,66,123). Sum of RGB (Red+Green+Blue) = 34+66+123=223 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.25% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #22427B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22427B is #DDBD84. Grayscale: #3E3E3E. Windows color (decimal): -14531973 or 8077858. OLE color: 8077858.
HSL color Cylindrical-coordinate representation of color #22427B: hue angle of 218.43º 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 #22427B is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 66 | 123 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.52 |
| HSL | 218.43º | 0.57% | 0.31% | - |
| HSV(B) | 218.43º | 0.72% | 0.48% | - |
| XYZ | 6.18 | 5.67 | 19.51 | - |
| YUV | 62.93 | 161.9 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 66 | 123 | 0.72 | 0.46 | 0 | 0.52 | 218.43 | 0.57 | 0.31 |
| Hex | 22 | 42 | 7B | 48 | 2E | 0 | 34 | DA | 39 | 1F |
| Octal | 42 | 102 | 173 | 110 | 56 | 0 | 64 | 332 | 71 | 37 |
| Binary | 100010 | 1000010 | 1111011 | 1001000 | 101110 | 0 | 110100 | 11011010 | 111001 | 11111 |
Color Harmonies of #22427B
Complementary color
Monochromatic Colors of #22427B
Black with #22427B
Text Example
Text Example
White with #22427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22427B; }
p { color: rgb(34,66,123); }
H1.HeaderClassName
{
color: #22427B;
}
.AnyTagClassName
{
color: #22427B;
}
</style>
background-color css
<style>
a { background-color: #22427B; }
a { background-color: rgb(34,66,123); }
div.DivClassName
{
background-color: #22427B;
}
.BgClassName
{
background-color: #22427B;
}
</style>
border-color css
<style>
span { border-color: #22427B; }
span { border-color: rgb(34,66,123); }
td.TdClassName
{
border-color: #22427B;
}
.TagClassName
{
border-color: #22427B;
}
</style>