Shades of Tolopea #211340
Tints of Tolopea #211340
RGB
CMYK
RGB Variations
Color information
#211340 (or 0x211340) is known color: Tolopea. HEX triplet: 21, 13 and 40. RGB value is (33,19,64). Sum of RGB (Red+Green+Blue) = 33+19+64=116 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.45% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 64 (25.39% from 255 or 55.17% from 116); Max value from RGB is 64 - color contains mainly: blue. Hex color #211340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211340 is #DEECBF. Grayscale: #1C1C1C. Windows color (decimal): -14609600 or 4199201. OLE color: 4199201.
HSL color Cylindrical-coordinate representation of color #211340: hue angle of 258.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #211340 is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 19 | 64 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.75 |
| HSL | 258.67º | 0.54% | 0.16% | - |
| HSV(B) | 258.67º | 0.7% | 0.25% | - |
| XYZ | 1.79 | 1.16 | 4.98 | - |
| YUV | 28.32 | 148.14 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 64 | 0.48 | 0.70 | 0 | 0.75 | 258.67 | 0.54 | 0.16 |
| Hex | 21 | 13 | 40 | 30 | 46 | 0 | 4B | 103 | 36 | 10 |
| Octal | 41 | 23 | 100 | 60 | 106 | 0 | 113 | 403 | 66 | 20 |
| Binary | 100001 | 10011 | 1000000 | 110000 | 1000110 | 0 | 1001011 | 100000011 | 110110 | 10000 |
Color Harmonies of #211340
Complementary color
Monochromatic Colors of #211340
Black with #211340
Text Example
Text Example
White with #211340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211340; }
p { color: rgb(33,19,64); }
H1.HeaderClassName
{
color: #211340;
}
.AnyTagClassName
{
color: #211340;
}
</style>
background-color css
<style>
a { background-color: #211340; }
a { background-color: rgb(33,19,64); }
div.DivClassName
{
background-color: #211340;
}
.BgClassName
{
background-color: #211340;
}
</style>
border-color css
<style>
span { border-color: #211340; }
span { border-color: rgb(33,19,64); }
td.TdClassName
{
border-color: #211340;
}
.TagClassName
{
border-color: #211340;
}
</style>