Shades of Resolution Blue #213170
Tints of Resolution Blue #213170
RGB
CMYK
RGB Variations
Color information
#213170 (or 0x213170) is known color: Resolution Blue. HEX triplet: 21, 31 and 70. RGB value is (33,49,112). Sum of RGB (Red+Green+Blue) = 33+49+112=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #213170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213170 is #DECE8F. Grayscale: #333333. Windows color (decimal): -14601872 or 7352609. OLE color: 7352609.
HSL color Cylindrical-coordinate representation of color #213170: hue angle of 227.85º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #213170 is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 49 | 112 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.56 |
| HSL | 227.85º | 0.54% | 0.28% | - |
| HSV(B) | 227.85º | 0.71% | 0.44% | - |
| XYZ | 4.65 | 3.69 | 15.8 | - |
| YUV | 51.4 | 162.2 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 112 | 0.71 | 0.56 | 0 | 0.56 | 227.85 | 0.54 | 0.28 |
| Hex | 21 | 31 | 70 | 47 | 38 | 0 | 38 | E4 | 36 | 1C |
| Octal | 41 | 61 | 160 | 107 | 70 | 0 | 70 | 344 | 66 | 34 |
| Binary | 100001 | 110001 | 1110000 | 1000111 | 111000 | 0 | 111000 | 11100100 | 110110 | 11100 |
Color Harmonies of #213170
Complementary color
Monochromatic Colors of #213170
Black with #213170
Text Example
Text Example
White with #213170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213170; }
p { color: rgb(33,49,112); }
H1.HeaderClassName
{
color: #213170;
}
.AnyTagClassName
{
color: #213170;
}
</style>
background-color css
<style>
a { background-color: #213170; }
a { background-color: rgb(33,49,112); }
div.DivClassName
{
background-color: #213170;
}
.BgClassName
{
background-color: #213170;
}
</style>
border-color css
<style>
span { border-color: #213170; }
span { border-color: rgb(33,49,112); }
td.TdClassName
{
border-color: #213170;
}
.TagClassName
{
border-color: #213170;
}
</style>