Shades of Tolopea #211638
Tints of Tolopea #211638
RGB
CMYK
RGB Variations
Color information
#211638 (or 0x211638) is known color: Tolopea. HEX triplet: 21, 16 and 38. RGB value is (33,22,56). Sum of RGB (Red+Green+Blue) = 33+22+56=111 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.73% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 56 (22.27% from 255 or 50.45% from 111); Max value from RGB is 56 - color contains mainly: blue. Hex color #211638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211638 is #DEE9C7. Grayscale: #1D1D1D. Windows color (decimal): -14608840 or 3675681. OLE color: 3675681.
HSL color Cylindrical-coordinate representation of color #211638: hue angle of 259.41º 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 #211638 is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 22 | 56 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.78 |
| HSL | 259.41º | 0.44% | 0.15% | - |
| HSV(B) | 259.41º | 0.61% | 0.22% | - |
| XYZ | 1.63 | 1.18 | 3.88 | - |
| YUV | 29.17 | 143.14 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 22 | 56 | 0.41 | 0.61 | 0 | 0.78 | 259.41 | 0.44 | 0.15 |
| Hex | 21 | 16 | 38 | 29 | 3D | 0 | 4E | 103 | 2C | F |
| Octal | 41 | 26 | 70 | 51 | 75 | 0 | 116 | 403 | 54 | 17 |
| Binary | 100001 | 10110 | 111000 | 101001 | 111101 | 0 | 1001110 | 100000011 | 101100 | 1111 |
Color Harmonies of #211638
Complementary color
Monochromatic Colors of #211638
Black with #211638
Text Example
Text Example
White with #211638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211638; }
p { color: rgb(33,22,56); }
H1.HeaderClassName
{
color: #211638;
}
.AnyTagClassName
{
color: #211638;
}
</style>
background-color css
<style>
a { background-color: #211638; }
a { background-color: rgb(33,22,56); }
div.DivClassName
{
background-color: #211638;
}
.BgClassName
{
background-color: #211638;
}
</style>
border-color css
<style>
span { border-color: #211638; }
span { border-color: rgb(33,22,56); }
td.TdClassName
{
border-color: #211638;
}
.TagClassName
{
border-color: #211638;
}
</style>