Shades of Resolution Blue #22377B
Tints of Resolution Blue #22377B
RGB
CMYK
RGB Variations
Color information
#22377B (or 0x22377B) is known color: Resolution Blue. HEX triplet: 22, 37 and 7B. RGB value is (34,55,123). Sum of RGB (Red+Green+Blue) = 34+55+123=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 123 (48.44% from 255 or 58.02% from 212); Max value from RGB is 123 - color contains mainly: blue. Hex color #22377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22377B is #DDC884. Grayscale: #383838. Windows color (decimal): -14534789 or 8075042. OLE color: 8075042.
HSL color Cylindrical-coordinate representation of color #22377B: hue angle of 225.84º 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 #22377B is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 55 | 123 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.52 |
| HSL | 225.84º | 0.57% | 0.31% | - |
| HSV(B) | 225.84º | 0.72% | 0.48% | - |
| XYZ | 5.6 | 4.5 | 19.31 | - |
| YUV | 56.47 | 165.54 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 55 | 123 | 0.72 | 0.55 | 0 | 0.52 | 225.84 | 0.57 | 0.31 |
| Hex | 22 | 37 | 7B | 48 | 37 | 0 | 34 | E2 | 39 | 1F |
| Octal | 42 | 67 | 173 | 110 | 67 | 0 | 64 | 342 | 71 | 37 |
| Binary | 100010 | 110111 | 1111011 | 1001000 | 110111 | 0 | 110100 | 11100010 | 111001 | 11111 |
Color Harmonies of #22377B
Complementary color
Monochromatic Colors of #22377B
Black with #22377B
Text Example
Text Example
White with #22377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22377B; }
p { color: rgb(34,55,123); }
H1.HeaderClassName
{
color: #22377B;
}
.AnyTagClassName
{
color: #22377B;
}
</style>
background-color css
<style>
a { background-color: #22377B; }
a { background-color: rgb(34,55,123); }
div.DivClassName
{
background-color: #22377B;
}
.BgClassName
{
background-color: #22377B;
}
</style>
border-color css
<style>
span { border-color: #22377B; }
span { border-color: rgb(34,55,123); }
td.TdClassName
{
border-color: #22377B;
}
.TagClassName
{
border-color: #22377B;
}
</style>