Shades of Resolution Blue #223373
Tints of Resolution Blue #223373
RGB
CMYK
RGB Variations
Color information
#223373 (or 0x223373) is known color: Resolution Blue. HEX triplet: 22, 33 and 73. RGB value is (34,51,115). Sum of RGB (Red+Green+Blue) = 34+51+115=200 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #223373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223373 is #DDCC8C. Grayscale: #343434. Windows color (decimal): -14535821 or 7549730. OLE color: 7549730.
HSL color Cylindrical-coordinate representation of color #223373: hue angle of 227.41º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #223373 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 51 | 115 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.55 |
| HSL | 227.41º | 0.54% | 0.29% | - |
| HSV(B) | 227.41º | 0.7% | 0.45% | - |
| XYZ | 4.94 | 3.95 | 16.72 | - |
| YUV | 53.21 | 162.87 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 51 | 115 | 0.70 | 0.56 | 0 | 0.55 | 227.41 | 0.54 | 0.29 |
| Hex | 22 | 33 | 73 | 46 | 38 | 0 | 37 | E3 | 36 | 1D |
| Octal | 42 | 63 | 163 | 106 | 70 | 0 | 67 | 343 | 66 | 35 |
| Binary | 100010 | 110011 | 1110011 | 1000110 | 111000 | 0 | 110111 | 11100011 | 110110 | 11101 |
Color Harmonies of #223373
Complementary color
Monochromatic Colors of #223373
Black with #223373
Text Example
Text Example
White with #223373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223373; }
p { color: rgb(34,51,115); }
H1.HeaderClassName
{
color: #223373;
}
.AnyTagClassName
{
color: #223373;
}
</style>
background-color css
<style>
a { background-color: #223373; }
a { background-color: rgb(34,51,115); }
div.DivClassName
{
background-color: #223373;
}
.BgClassName
{
background-color: #223373;
}
</style>
border-color css
<style>
span { border-color: #223373; }
span { border-color: rgb(34,51,115); }
td.TdClassName
{
border-color: #223373;
}
.TagClassName
{
border-color: #223373;
}
</style>