Shades of Tolopea #211D3F
Tints of Tolopea #211D3F
RGB
CMYK
RGB Variations
Color information
#211D3F (or 0x211D3F) is known color: Tolopea. HEX triplet: 21, 1D and 3F. RGB value is (33,29,63). Sum of RGB (Red+Green+Blue) = 33+29+63=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 29 (11.72% from 255 or 23.2% from 125); Blue value is 63 (25% from 255 or 50.4% from 125); Max value from RGB is 63 - color contains mainly: blue. Hex color #211D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211D3F is #DEE2C0. Grayscale: #212121. Windows color (decimal): -14607041 or 4136225. OLE color: 4136225.
HSL color Cylindrical-coordinate representation of color #211D3F: hue angle of 247.06º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #211D3F is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 29 | 63 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.75 |
| HSL | 247.06º | 0.37% | 0.18% | - |
| HSV(B) | 247.06º | 0.54% | 0.25% | - |
| XYZ | 1.96 | 1.56 | 4.9 | - |
| YUV | 34.07 | 144.33 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 63 | 0.48 | 0.54 | 0 | 0.75 | 247.06 | 0.37 | 0.18 |
| Hex | 21 | 1D | 3F | 30 | 36 | 0 | 4B | F7 | 25 | 12 |
| Octal | 41 | 35 | 77 | 60 | 66 | 0 | 113 | 367 | 45 | 22 |
| Binary | 100001 | 11101 | 111111 | 110000 | 110110 | 0 | 1001011 | 11110111 | 100101 | 10010 |
Color Harmonies of #211D3F
Complementary color
Monochromatic Colors of #211D3F
Black with #211D3F
Text Example
Text Example
White with #211D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211D3F; }
p { color: rgb(33,29,63); }
H1.HeaderClassName
{
color: #211D3F;
}
.AnyTagClassName
{
color: #211D3F;
}
</style>
background-color css
<style>
a { background-color: #211D3F; }
a { background-color: rgb(33,29,63); }
div.DivClassName
{
background-color: #211D3F;
}
.BgClassName
{
background-color: #211D3F;
}
</style>
border-color css
<style>
span { border-color: #211D3F; }
span { border-color: rgb(33,29,63); }
td.TdClassName
{
border-color: #211D3F;
}
.TagClassName
{
border-color: #211D3F;
}
</style>