Shades of Tolopea #211639
Tints of Tolopea #211639
RGB
CMYK
RGB Variations
Color information
#211639 (or 0x211639) is known color: Tolopea. HEX triplet: 21, 16 and 39. RGB value is (33,22,57). Sum of RGB (Red+Green+Blue) = 33+22+57=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 57 (22.66% from 255 or 50.89% from 112); Max value from RGB is 57 - color contains mainly: blue. Hex color #211639 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211639 is #DEE9C6. Grayscale: #1D1D1D. Windows color (decimal): -14608839 or 3741217. OLE color: 3741217.
HSL color Cylindrical-coordinate representation of color #211639: hue angle of 258.86º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #211639 is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 22 | 57 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.78 |
| HSL | 258.86º | 0.44% | 0.15% | - |
| HSV(B) | 258.86º | 0.61% | 0.22% | - |
| XYZ | 1.65 | 1.19 | 4.01 | - |
| YUV | 29.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 22 | 57 | 0.42 | 0.61 | 0 | 0.78 | 258.86 | 0.44 | 0.15 |
| Hex | 21 | 16 | 39 | 2A | 3D | 0 | 4E | 103 | 2C | F |
| Octal | 41 | 26 | 71 | 52 | 75 | 0 | 116 | 403 | 54 | 17 |
| Binary | 100001 | 10110 | 111001 | 101010 | 111101 | 0 | 1001110 | 100000011 | 101100 | 1111 |
Color Harmonies of #211639
Complementary color
Monochromatic Colors of #211639
Black with #211639
Text Example
Text Example
White with #211639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211639; }
p { color: rgb(33,22,57); }
H1.HeaderClassName
{
color: #211639;
}
.AnyTagClassName
{
color: #211639;
}
</style>
background-color css
<style>
a { background-color: #211639; }
a { background-color: rgb(33,22,57); }
div.DivClassName
{
background-color: #211639;
}
.BgClassName
{
background-color: #211639;
}
</style>
border-color css
<style>
span { border-color: #211639; }
span { border-color: rgb(33,22,57); }
td.TdClassName
{
border-color: #211639;
}
.TagClassName
{
border-color: #211639;
}
</style>