Shades of Tolopea #211737
Tints of Tolopea #211737
RGB
CMYK
RGB Variations
Color information
#211737 (or 0x211737) is known color: Tolopea. HEX triplet: 21, 17 and 37. RGB value is (33,23,55). Sum of RGB (Red+Green+Blue) = 33+23+55=111 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.73% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 55 (21.88% from 255 or 49.55% from 111); Max value from RGB is 55 - color contains mainly: blue. Hex color #211737 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211737 is #DEE8C8. Grayscale: #1D1D1D. Windows color (decimal): -14608585 or 3610401. OLE color: 3610401.
HSL color Cylindrical-coordinate representation of color #211737: hue angle of 258.75º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #211737 is Cyan = 0.4, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 23 | 55 | - |
| CMYK | 0.4 | 0.58 | 0 | 0.78 |
| HSL | 258.75º | 0.41% | 0.15% | - |
| HSV(B) | 258.75º | 0.58% | 0.22% | - |
| XYZ | 1.62 | 1.21 | 3.76 | - |
| YUV | 29.64 | 142.31 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 55 | 0.4 | 0.58 | 0 | 0.78 | 258.75 | 0.41 | 0.15 |
| Hex | 21 | 17 | 37 | 28 | 3A | 0 | 4E | 103 | 29 | F |
| Octal | 41 | 27 | 67 | 50 | 72 | 0 | 116 | 403 | 51 | 17 |
| Binary | 100001 | 10111 | 110111 | 101000 | 111010 | 0 | 1001110 | 100000011 | 101001 | 1111 |
Color Harmonies of #211737
Complementary color
Monochromatic Colors of #211737
Black with #211737
Text Example
Text Example
White with #211737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211737; }
p { color: rgb(33,23,55); }
H1.HeaderClassName
{
color: #211737;
}
.AnyTagClassName
{
color: #211737;
}
</style>
background-color css
<style>
a { background-color: #211737; }
a { background-color: rgb(33,23,55); }
div.DivClassName
{
background-color: #211737;
}
.BgClassName
{
background-color: #211737;
}
</style>
border-color css
<style>
span { border-color: #211737; }
span { border-color: rgb(33,23,55); }
td.TdClassName
{
border-color: #211737;
}
.TagClassName
{
border-color: #211737;
}
</style>