Shades of Resolution Blue #223172
Tints of Resolution Blue #223172
RGB
CMYK
RGB Variations
Color information
#223172 (or 0x223172) is known color: Resolution Blue. HEX triplet: 22, 31 and 72. RGB value is (34,49,114). Sum of RGB (Red+Green+Blue) = 34+49+114=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #223172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223172 is #DDCE8D. Grayscale: #333333. Windows color (decimal): -14536334 or 7483682. OLE color: 7483682.
HSL color Cylindrical-coordinate representation of color #223172: hue angle of 228.75º 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 #223172 is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 49 | 114 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.55 |
| HSL | 228.75º | 0.54% | 0.29% | - |
| HSV(B) | 228.75º | 0.7% | 0.45% | - |
| XYZ | 4.8 | 3.75 | 16.39 | - |
| YUV | 51.93 | 163.03 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 49 | 114 | 0.70 | 0.57 | 0 | 0.55 | 228.75 | 0.54 | 0.29 |
| Hex | 22 | 31 | 72 | 46 | 39 | 0 | 37 | E5 | 36 | 1D |
| Octal | 42 | 61 | 162 | 106 | 71 | 0 | 67 | 345 | 66 | 35 |
| Binary | 100010 | 110001 | 1110010 | 1000110 | 111001 | 0 | 110111 | 11100101 | 110110 | 11101 |
Color Harmonies of #223172
Complementary color
Monochromatic Colors of #223172
Black with #223172
Text Example
Text Example
White with #223172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223172; }
p { color: rgb(34,49,114); }
H1.HeaderClassName
{
color: #223172;
}
.AnyTagClassName
{
color: #223172;
}
</style>
background-color css
<style>
a { background-color: #223172; }
a { background-color: rgb(34,49,114); }
div.DivClassName
{
background-color: #223172;
}
.BgClassName
{
background-color: #223172;
}
</style>
border-color css
<style>
span { border-color: #223172; }
span { border-color: rgb(34,49,114); }
td.TdClassName
{
border-color: #223172;
}
.TagClassName
{
border-color: #223172;
}
</style>