Shades of Resolution Blue #223179
Tints of Resolution Blue #223179
RGB
CMYK
RGB Variations
Color information
#223179 (or 0x223179) is known color: Resolution Blue. HEX triplet: 22, 31 and 79. RGB value is (34,49,121). Sum of RGB (Red+Green+Blue) = 34+49+121=204 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.67% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 121 (47.66% from 255 or 59.31% from 204); Max value from RGB is 121 - color contains mainly: blue. Hex color #223179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223179 is #DDCE86. Grayscale: #343434. Windows color (decimal): -14536327 or 7942434. OLE color: 7942434.
HSL color Cylindrical-coordinate representation of color #223179: hue angle of 229.66º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #223179 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 34 | 49 | 121 | - |
| CMYK | 0.72 | 0.60 | 0 | 0.53 |
| HSL | 229.66º | 0.56% | 0.3% | - |
| HSV(B) | 229.66º | 0.72% | 0.47% | - |
| XYZ | 5.21 | 3.92 | 18.57 | - |
| YUV | 52.72 | 166.53 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 49 | 121 | 0.72 | 0.60 | 0 | 0.53 | 229.66 | 0.56 | 0.3 |
| Hex | 22 | 31 | 79 | 48 | 3C | 0 | 35 | E6 | 38 | 1E |
| Octal | 42 | 61 | 171 | 110 | 74 | 0 | 65 | 346 | 70 | 36 |
| Binary | 100010 | 110001 | 1111001 | 1001000 | 111100 | 0 | 110101 | 11100110 | 111000 | 11110 |
Color Harmonies of #223179
Complementary color
Monochromatic Colors of #223179
Black with #223179
Text Example
Text Example
White with #223179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223179; }
p { color: rgb(34,49,121); }
H1.HeaderClassName
{
color: #223179;
}
.AnyTagClassName
{
color: #223179;
}
</style>
background-color css
<style>
a { background-color: #223179; }
a { background-color: rgb(34,49,121); }
div.DivClassName
{
background-color: #223179;
}
.BgClassName
{
background-color: #223179;
}
</style>
border-color css
<style>
span { border-color: #223179; }
span { border-color: rgb(34,49,121); }
td.TdClassName
{
border-color: #223179;
}
.TagClassName
{
border-color: #223179;
}
</style>