Shades of Tolopea #211636
Tints of Tolopea #211636
RGB
CMYK
RGB Variations
Color information
#211636 (or 0x211636) is known color: Tolopea. HEX triplet: 21, 16 and 36. RGB value is (33,22,54). Sum of RGB (Red+Green+Blue) = 33+22+54=109 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.28% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 54 (21.48% from 255 or 49.54% from 109); Max value from RGB is 54 - color contains mainly: blue. Hex color #211636 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211636 is #DEE9C9. Grayscale: #1C1C1C. Windows color (decimal): -14608842 or 3544609. OLE color: 3544609.
HSL color Cylindrical-coordinate representation of color #211636: hue angle of 260.62º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #211636 is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 33 | 22 | 54 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.79 |
| HSL | 260.63º | 0.42% | 0.15% | - |
| HSV(B) | 260.63º | 0.59% | 0.21% | - |
| XYZ | 1.58 | 1.16 | 3.63 | - |
| YUV | 28.94 | 142.14 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 22 | 54 | 0.39 | 0.59 | 0 | 0.79 | 260.63 | 0.42 | 0.15 |
| Hex | 21 | 16 | 36 | 27 | 3B | 0 | 4F | 105 | 2A | F |
| Octal | 41 | 26 | 66 | 47 | 73 | 0 | 117 | 405 | 52 | 17 |
| Binary | 100001 | 10110 | 110110 | 100111 | 111011 | 0 | 1001111 | 100000101 | 101010 | 1111 |
Color Harmonies of #211636
Complementary color
Monochromatic Colors of #211636
Black with #211636
Text Example
Text Example
White with #211636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211636; }
p { color: rgb(33,22,54); }
H1.HeaderClassName
{
color: #211636;
}
.AnyTagClassName
{
color: #211636;
}
</style>
background-color css
<style>
a { background-color: #211636; }
a { background-color: rgb(33,22,54); }
div.DivClassName
{
background-color: #211636;
}
.BgClassName
{
background-color: #211636;
}
</style>
border-color css
<style>
span { border-color: #211636; }
span { border-color: rgb(33,22,54); }
td.TdClassName
{
border-color: #211636;
}
.TagClassName
{
border-color: #211636;
}
</style>