Shades of Resolution Blue #22366D
Tints of Resolution Blue #22366D
RGB
CMYK
RGB Variations
Color information
#22366D (or 0x22366D) is known color: Resolution Blue. HEX triplet: 22, 36 and 6D. RGB value is (34,54,109). Sum of RGB (Red+Green+Blue) = 34+54+109=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 109 (42.97% from 255 or 55.33% from 197); Max value from RGB is 109 - color contains mainly: blue. Hex color #22366D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22366D is #DDC992. Grayscale: #363636. Windows color (decimal): -14535059 or 7157282. OLE color: 7157282.
HSL color Cylindrical-coordinate representation of color #22366D: hue angle of 224º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #22366D is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 34 | 54 | 109 | - |
| CMYK | 0.69 | 0.50 | 0 | 0.57 |
| HSL | 224º | 0.52% | 0.28% | - |
| HSV(B) | 224º | 0.69% | 0.43% | - |
| XYZ | 4.74 | 4.08 | 15.01 | - |
| YUV | 54.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 54 | 109 | 0.69 | 0.50 | 0 | 0.57 | 224 | 0.52 | 0.28 |
| Hex | 22 | 36 | 6D | 45 | 32 | 0 | 39 | E0 | 34 | 1C |
| Octal | 42 | 66 | 155 | 105 | 62 | 0 | 71 | 340 | 64 | 34 |
| Binary | 100010 | 110110 | 1101101 | 1000101 | 110010 | 0 | 111001 | 11100000 | 110100 | 11100 |
Color Harmonies of #22366D
Complementary color
Monochromatic Colors of #22366D
Black with #22366D
Text Example
Text Example
White with #22366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22366D; }
p { color: rgb(34,54,109); }
H1.HeaderClassName
{
color: #22366D;
}
.AnyTagClassName
{
color: #22366D;
}
</style>
background-color css
<style>
a { background-color: #22366D; }
a { background-color: rgb(34,54,109); }
div.DivClassName
{
background-color: #22366D;
}
.BgClassName
{
background-color: #22366D;
}
</style>
border-color css
<style>
span { border-color: #22366D; }
span { border-color: rgb(34,54,109); }
td.TdClassName
{
border-color: #22366D;
}
.TagClassName
{
border-color: #22366D;
}
</style>