Shades of Resolution Blue #213171
Tints of Resolution Blue #213171
RGB
CMYK
RGB Variations
Color information
#213171 (or 0x213171) is known color: Resolution Blue. HEX triplet: 21, 31 and 71. RGB value is (33,49,113). Sum of RGB (Red+Green+Blue) = 33+49+113=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #213171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213171 is #DECE8E. Grayscale: #333333. Windows color (decimal): -14601871 or 7418145. OLE color: 7418145.
HSL color Cylindrical-coordinate representation of color #213171: hue angle of 228º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #213171 is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 49 | 113 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.56 |
| HSL | 228º | 0.55% | 0.29% | - |
| HSV(B) | 228º | 0.71% | 0.44% | - |
| XYZ | 4.71 | 3.71 | 16.09 | - |
| YUV | 51.51 | 162.7 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 113 | 0.71 | 0.57 | 0 | 0.56 | 228 | 0.55 | 0.29 |
| Hex | 21 | 31 | 71 | 47 | 39 | 0 | 38 | E4 | 37 | 1D |
| Octal | 41 | 61 | 161 | 107 | 71 | 0 | 70 | 344 | 67 | 35 |
| Binary | 100001 | 110001 | 1110001 | 1000111 | 111001 | 0 | 111000 | 11100100 | 110111 | 11101 |
Color Harmonies of #213171
Complementary color
Monochromatic Colors of #213171
Black with #213171
Text Example
Text Example
White with #213171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213171; }
p { color: rgb(33,49,113); }
H1.HeaderClassName
{
color: #213171;
}
.AnyTagClassName
{
color: #213171;
}
</style>
background-color css
<style>
a { background-color: #213171; }
a { background-color: rgb(33,49,113); }
div.DivClassName
{
background-color: #213171;
}
.BgClassName
{
background-color: #213171;
}
</style>
border-color css
<style>
span { border-color: #213171; }
span { border-color: rgb(33,49,113); }
td.TdClassName
{
border-color: #213171;
}
.TagClassName
{
border-color: #213171;
}
</style>