Shades of Resolution Blue #223071
Tints of Resolution Blue #223071
RGB
CMYK
RGB Variations
Color information
#223071 (or 0x223071) is known color: Resolution Blue. HEX triplet: 22, 30 and 71. RGB value is (34,48,113). Sum of RGB (Red+Green+Blue) = 34+48+113=195 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.44% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #223071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223071 is #DDCF8E. Grayscale: #323232. Windows color (decimal): -14536591 or 7417890. OLE color: 7417890.
HSL color Cylindrical-coordinate representation of color #223071: hue angle of 229.37º degrees, saturation: 0.54, 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 #223071 is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 48 | 113 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.56 |
| HSL | 229.37º | 0.54% | 0.29% | - |
| HSV(B) | 229.37º | 0.7% | 0.44% | - |
| XYZ | 4.7 | 3.65 | 16.08 | - |
| YUV | 51.22 | 162.86 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 48 | 113 | 0.70 | 0.58 | 0 | 0.56 | 229.37 | 0.54 | 0.29 |
| Hex | 22 | 30 | 71 | 46 | 3A | 0 | 38 | E5 | 36 | 1D |
| Octal | 42 | 60 | 161 | 106 | 72 | 0 | 70 | 345 | 66 | 35 |
| Binary | 100010 | 110000 | 1110001 | 1000110 | 111010 | 0 | 111000 | 11100101 | 110110 | 11101 |
Color Harmonies of #223071
Complementary color
Monochromatic Colors of #223071
Black with #223071
Text Example
Text Example
White with #223071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223071; }
p { color: rgb(34,48,113); }
H1.HeaderClassName
{
color: #223071;
}
.AnyTagClassName
{
color: #223071;
}
</style>
background-color css
<style>
a { background-color: #223071; }
a { background-color: rgb(34,48,113); }
div.DivClassName
{
background-color: #223071;
}
.BgClassName
{
background-color: #223071;
}
</style>
border-color css
<style>
span { border-color: #223071; }
span { border-color: rgb(34,48,113); }
td.TdClassName
{
border-color: #223071;
}
.TagClassName
{
border-color: #223071;
}
</style>