Shades of Tolopea #211740
Tints of Tolopea #211740
RGB
CMYK
RGB Variations
Color information
#211740 (or 0x211740) is known color: Tolopea. HEX triplet: 21, 17 and 40. RGB value is (33,23,64). Sum of RGB (Red+Green+Blue) = 33+23+64=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #211740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211740 is #DEE8BF. Grayscale: #1E1E1E. Windows color (decimal): -14608576 or 4200225. OLE color: 4200225.
HSL color Cylindrical-coordinate representation of color #211740: hue angle of 254.63º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #211740 is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 23 | 64 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.75 |
| HSL | 254.63º | 0.47% | 0.17% | - |
| HSV(B) | 254.63º | 0.64% | 0.25% | - |
| XYZ | 1.86 | 1.31 | 5 | - |
| YUV | 30.66 | 146.81 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 64 | 0.48 | 0.64 | 0 | 0.75 | 254.63 | 0.47 | 0.17 |
| Hex | 21 | 17 | 40 | 30 | 40 | 0 | 4B | FF | 2F | 11 |
| Octal | 41 | 27 | 100 | 60 | 100 | 0 | 113 | 377 | 57 | 21 |
| Binary | 100001 | 10111 | 1000000 | 110000 | 1000000 | 0 | 1001011 | 11111111 | 101111 | 10001 |
Color Harmonies of #211740
Complementary color
Monochromatic Colors of #211740
Black with #211740
Text Example
Text Example
White with #211740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211740; }
p { color: rgb(33,23,64); }
H1.HeaderClassName
{
color: #211740;
}
.AnyTagClassName
{
color: #211740;
}
</style>
background-color css
<style>
a { background-color: #211740; }
a { background-color: rgb(33,23,64); }
div.DivClassName
{
background-color: #211740;
}
.BgClassName
{
background-color: #211740;
}
</style>
border-color css
<style>
span { border-color: #211740; }
span { border-color: rgb(33,23,64); }
td.TdClassName
{
border-color: #211740;
}
.TagClassName
{
border-color: #211740;
}
</style>