Shades of Resolution Blue #223471
Tints of Resolution Blue #223471
RGB
CMYK
RGB Variations
Color information
#223471 (or 0x223471) is known color: Resolution Blue. HEX triplet: 22, 34 and 71. RGB value is (34,52,113). Sum of RGB (Red+Green+Blue) = 34+52+113=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #223471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223471 is #DDCB8E. Grayscale: #353535. Windows color (decimal): -14535567 or 7418914. OLE color: 7418914.
HSL color Cylindrical-coordinate representation of color #223471: hue angle of 226.33º 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 #223471 is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 52 | 113 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.56 |
| HSL | 226.33º | 0.54% | 0.29% | - |
| HSV(B) | 226.33º | 0.7% | 0.44% | - |
| XYZ | 4.87 | 3.99 | 16.14 | - |
| YUV | 53.57 | 161.54 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 52 | 113 | 0.70 | 0.54 | 0 | 0.56 | 226.33 | 0.54 | 0.29 |
| Hex | 22 | 34 | 71 | 46 | 36 | 0 | 38 | E2 | 36 | 1D |
| Octal | 42 | 64 | 161 | 106 | 66 | 0 | 70 | 342 | 66 | 35 |
| Binary | 100010 | 110100 | 1110001 | 1000110 | 110110 | 0 | 111000 | 11100010 | 110110 | 11101 |
Color Harmonies of #223471
Complementary color
Monochromatic Colors of #223471
Black with #223471
Text Example
Text Example
White with #223471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223471; }
p { color: rgb(34,52,113); }
H1.HeaderClassName
{
color: #223471;
}
.AnyTagClassName
{
color: #223471;
}
</style>
background-color css
<style>
a { background-color: #223471; }
a { background-color: rgb(34,52,113); }
div.DivClassName
{
background-color: #223471;
}
.BgClassName
{
background-color: #223471;
}
</style>
border-color css
<style>
span { border-color: #223471; }
span { border-color: rgb(34,52,113); }
td.TdClassName
{
border-color: #223471;
}
.TagClassName
{
border-color: #223471;
}
</style>