Shades of Resolution Blue #223370
Tints of Resolution Blue #223370
RGB
CMYK
RGB Variations
Color information
#223370 (or 0x223370) is known color: Resolution Blue. HEX triplet: 22, 33 and 70. RGB value is (34,51,112). Sum of RGB (Red+Green+Blue) = 34+51+112=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 112 (44.14% from 255 or 56.85% from 197); Max value from RGB is 112 - color contains mainly: blue. Hex color #223370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223370 is #DDCC8F. Grayscale: #343434. Windows color (decimal): -14535824 or 7353122. OLE color: 7353122.
HSL color Cylindrical-coordinate representation of color #223370: hue angle of 226.92º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #223370 is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 51 | 112 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.56 |
| HSL | 226.92º | 0.53% | 0.29% | - |
| HSV(B) | 226.92º | 0.7% | 0.44% | - |
| XYZ | 4.77 | 3.88 | 15.83 | - |
| YUV | 52.87 | 161.37 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 51 | 112 | 0.70 | 0.54 | 0 | 0.56 | 226.92 | 0.53 | 0.29 |
| Hex | 22 | 33 | 70 | 46 | 36 | 0 | 38 | E3 | 35 | 1D |
| Octal | 42 | 63 | 160 | 106 | 66 | 0 | 70 | 343 | 65 | 35 |
| Binary | 100010 | 110011 | 1110000 | 1000110 | 110110 | 0 | 111000 | 11100011 | 110101 | 11101 |
Color Harmonies of #223370
Complementary color
Monochromatic Colors of #223370
Black with #223370
Text Example
Text Example
White with #223370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223370; }
p { color: rgb(34,51,112); }
H1.HeaderClassName
{
color: #223370;
}
.AnyTagClassName
{
color: #223370;
}
</style>
background-color css
<style>
a { background-color: #223370; }
a { background-color: rgb(34,51,112); }
div.DivClassName
{
background-color: #223370;
}
.BgClassName
{
background-color: #223370;
}
</style>
border-color css
<style>
span { border-color: #223370; }
span { border-color: rgb(34,51,112); }
td.TdClassName
{
border-color: #223370;
}
.TagClassName
{
border-color: #223370;
}
</style>