Shades of Tolopea #211942
Tints of Tolopea #211942
RGB
CMYK
RGB Variations
Color information
#211942 (or 0x211942) is known color: Tolopea. HEX triplet: 21, 19 and 42. RGB value is (33,25,66). Sum of RGB (Red+Green+Blue) = 33+25+66=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 66 (26.17% from 255 or 53.23% from 124); Max value from RGB is 66 - color contains mainly: blue. Hex color #211942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211942 is #DEE6BD. Grayscale: #1F1F1F. Windows color (decimal): -14608062 or 4331809. OLE color: 4331809.
HSL color Cylindrical-coordinate representation of color #211942: hue angle of 251.71º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #211942 is Cyan = 0.5, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 25 | 66 | - |
| CMYK | 0.5 | 0.62 | 0 | 0.74 |
| HSL | 251.71º | 0.45% | 0.18% | - |
| HSV(B) | 251.71º | 0.62% | 0.26% | - |
| XYZ | 1.96 | 1.41 | 5.32 | - |
| YUV | 32.07 | 147.15 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 66 | 0.5 | 0.62 | 0 | 0.74 | 251.71 | 0.45 | 0.18 |
| Hex | 21 | 19 | 42 | 32 | 3E | 0 | 4A | FC | 2D | 12 |
| Octal | 41 | 31 | 102 | 62 | 76 | 0 | 112 | 374 | 55 | 22 |
| Binary | 100001 | 11001 | 1000010 | 110010 | 111110 | 0 | 1001010 | 11111100 | 101101 | 10010 |
Color Harmonies of #211942
Complementary color
Monochromatic Colors of #211942
Black with #211942
Text Example
Text Example
White with #211942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211942; }
p { color: rgb(33,25,66); }
H1.HeaderClassName
{
color: #211942;
}
.AnyTagClassName
{
color: #211942;
}
</style>
background-color css
<style>
a { background-color: #211942; }
a { background-color: rgb(33,25,66); }
div.DivClassName
{
background-color: #211942;
}
.BgClassName
{
background-color: #211942;
}
</style>
border-color css
<style>
span { border-color: #211942; }
span { border-color: rgb(33,25,66); }
td.TdClassName
{
border-color: #211942;
}
.TagClassName
{
border-color: #211942;
}
</style>