Shades of Resolution Blue #223175
Tints of Resolution Blue #223175
RGB
CMYK
RGB Variations
Color information
#223175 (or 0x223175) is known color: Resolution Blue. HEX triplet: 22, 31 and 75. RGB value is (34,49,117). Sum of RGB (Red+Green+Blue) = 34+49+117=200 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #223175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223175 is #DDCE8A. Grayscale: #333333. Windows color (decimal): -14536331 or 7680290. OLE color: 7680290.
HSL color Cylindrical-coordinate representation of color #223175: hue angle of 229.16º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #223175 is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 34 | 49 | 117 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.54 |
| HSL | 229.16º | 0.55% | 0.3% | - |
| HSV(B) | 229.16º | 0.71% | 0.46% | - |
| XYZ | 4.97 | 3.82 | 17.31 | - |
| YUV | 52.27 | 164.53 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 49 | 117 | 0.71 | 0.58 | 0 | 0.54 | 229.16 | 0.55 | 0.3 |
| Hex | 22 | 31 | 75 | 47 | 3A | 0 | 36 | E5 | 37 | 1E |
| Octal | 42 | 61 | 165 | 107 | 72 | 0 | 66 | 345 | 67 | 36 |
| Binary | 100010 | 110001 | 1110101 | 1000111 | 111010 | 0 | 110110 | 11100101 | 110111 | 11110 |
Color Harmonies of #223175
Complementary color
Monochromatic Colors of #223175
Black with #223175
Text Example
Text Example
White with #223175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223175; }
p { color: rgb(34,49,117); }
H1.HeaderClassName
{
color: #223175;
}
.AnyTagClassName
{
color: #223175;
}
</style>
background-color css
<style>
a { background-color: #223175; }
a { background-color: rgb(34,49,117); }
div.DivClassName
{
background-color: #223175;
}
.BgClassName
{
background-color: #223175;
}
</style>
border-color css
<style>
span { border-color: #223175; }
span { border-color: rgb(34,49,117); }
td.TdClassName
{
border-color: #223175;
}
.TagClassName
{
border-color: #223175;
}
</style>