Shades of Tolopea #211936
Tints of Tolopea #211936
RGB
CMYK
RGB Variations
Color information
#211936 (or 0x211936) is known color: Tolopea. HEX triplet: 21, 19 and 36. RGB value is (33,25,54). Sum of RGB (Red+Green+Blue) = 33+25+54=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 54 (21.48% from 255 or 48.21% from 112); Max value from RGB is 54 - color contains mainly: blue. Hex color #211936 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211936 is #DEE6C9. Grayscale: #1E1E1E. Windows color (decimal): -14608074 or 3545377. OLE color: 3545377.
HSL color Cylindrical-coordinate representation of color #211936: hue angle of 256.55º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #211936 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 33 | 25 | 54 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.79 |
| HSL | 256.55º | 0.37% | 0.15% | - |
| HSV(B) | 256.55º | 0.54% | 0.21% | - |
| XYZ | 1.64 | 1.28 | 3.65 | - |
| YUV | 30.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 54 | 0.39 | 0.54 | 0 | 0.79 | 256.55 | 0.37 | 0.15 |
| Hex | 21 | 19 | 36 | 27 | 36 | 0 | 4F | 101 | 25 | F |
| Octal | 41 | 31 | 66 | 47 | 66 | 0 | 117 | 401 | 45 | 17 |
| Binary | 100001 | 11001 | 110110 | 100111 | 110110 | 0 | 1001111 | 100000001 | 100101 | 1111 |
Color Harmonies of #211936
Complementary color
Monochromatic Colors of #211936
Black with #211936
Text Example
Text Example
White with #211936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211936; }
p { color: rgb(33,25,54); }
H1.HeaderClassName
{
color: #211936;
}
.AnyTagClassName
{
color: #211936;
}
</style>
background-color css
<style>
a { background-color: #211936; }
a { background-color: rgb(33,25,54); }
div.DivClassName
{
background-color: #211936;
}
.BgClassName
{
background-color: #211936;
}
</style>
border-color css
<style>
span { border-color: #211936; }
span { border-color: rgb(33,25,54); }
td.TdClassName
{
border-color: #211936;
}
.TagClassName
{
border-color: #211936;
}
</style>