Shades of Resolution Blue #223372
Tints of Resolution Blue #223372
RGB
CMYK
RGB Variations
Color information
#223372 (or 0x223372) is known color: Resolution Blue. HEX triplet: 22, 33 and 72. RGB value is (34,51,114). Sum of RGB (Red+Green+Blue) = 34+51+114=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #223372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223372 is #DDCC8D. Grayscale: #343434. Windows color (decimal): -14535822 or 7484194. OLE color: 7484194.
HSL color Cylindrical-coordinate representation of color #223372: hue angle of 227.25º 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 #223372 is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 51 | 114 | - |
| CMYK | 0.70 | 0.55 | 0 | 0.55 |
| HSL | 227.25º | 0.54% | 0.29% | - |
| HSV(B) | 227.25º | 0.7% | 0.45% | - |
| XYZ | 4.88 | 3.92 | 16.42 | - |
| YUV | 53.1 | 162.37 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 51 | 114 | 0.70 | 0.55 | 0 | 0.55 | 227.25 | 0.54 | 0.29 |
| Hex | 22 | 33 | 72 | 46 | 37 | 0 | 37 | E3 | 36 | 1D |
| Octal | 42 | 63 | 162 | 106 | 67 | 0 | 67 | 343 | 66 | 35 |
| Binary | 100010 | 110011 | 1110010 | 1000110 | 110111 | 0 | 110111 | 11100011 | 110110 | 11101 |
Color Harmonies of #223372
Complementary color
Monochromatic Colors of #223372
Black with #223372
Text Example
Text Example
White with #223372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223372; }
p { color: rgb(34,51,114); }
H1.HeaderClassName
{
color: #223372;
}
.AnyTagClassName
{
color: #223372;
}
</style>
background-color css
<style>
a { background-color: #223372; }
a { background-color: rgb(34,51,114); }
div.DivClassName
{
background-color: #223372;
}
.BgClassName
{
background-color: #223372;
}
</style>
border-color css
<style>
span { border-color: #223372; }
span { border-color: rgb(34,51,114); }
td.TdClassName
{
border-color: #223372;
}
.TagClassName
{
border-color: #223372;
}
</style>