Shades of Tolopea #211938
Tints of Tolopea #211938
RGB
CMYK
RGB Variations
Color information
#211938 (or 0x211938) is known color: Tolopea. HEX triplet: 21, 19 and 38. RGB value is (33,25,56). Sum of RGB (Red+Green+Blue) = 33+25+56=114 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.95% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 56 (22.27% from 255 or 49.12% from 114); Max value from RGB is 56 - color contains mainly: blue. Hex color #211938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211938 is #DEE6C7. Grayscale: #1E1E1E. Windows color (decimal): -14608072 or 3676449. OLE color: 3676449.
HSL color Cylindrical-coordinate representation of color #211938: hue angle of 255.48º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #211938 is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 25 | 56 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.78 |
| HSL | 255.48º | 0.38% | 0.16% | - |
| HSV(B) | 255.48º | 0.55% | 0.22% | - |
| XYZ | 1.69 | 1.3 | 3.9 | - |
| YUV | 30.93 | 142.15 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 56 | 0.41 | 0.55 | 0 | 0.78 | 255.48 | 0.38 | 0.16 |
| Hex | 21 | 19 | 38 | 29 | 37 | 0 | 4E | FF | 26 | 10 |
| Octal | 41 | 31 | 70 | 51 | 67 | 0 | 116 | 377 | 46 | 20 |
| Binary | 100001 | 11001 | 111000 | 101001 | 110111 | 0 | 1001110 | 11111111 | 100110 | 10000 |
Color Harmonies of #211938
Complementary color
Monochromatic Colors of #211938
Black with #211938
Text Example
Text Example
White with #211938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211938; }
p { color: rgb(33,25,56); }
H1.HeaderClassName
{
color: #211938;
}
.AnyTagClassName
{
color: #211938;
}
</style>
background-color css
<style>
a { background-color: #211938; }
a { background-color: rgb(33,25,56); }
div.DivClassName
{
background-color: #211938;
}
.BgClassName
{
background-color: #211938;
}
</style>
border-color css
<style>
span { border-color: #211938; }
span { border-color: rgb(33,25,56); }
td.TdClassName
{
border-color: #211938;
}
.TagClassName
{
border-color: #211938;
}
</style>