Shades of Tolopea #211339
Tints of Tolopea #211339
RGB
CMYK
RGB Variations
Color information
#211339 (or 0x211339) is known color: Tolopea. HEX triplet: 21, 13 and 39. RGB value is (33,19,57). Sum of RGB (Red+Green+Blue) = 33+19+57=109 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.28% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 57 (22.66% from 255 or 52.29% from 109); Max value from RGB is 57 - color contains mainly: blue. Hex color #211339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211339 is #DEECC6. Grayscale: #1B1B1B. Windows color (decimal): -14609607 or 3740449. OLE color: 3740449.
HSL color Cylindrical-coordinate representation of color #211339: hue angle of 262.11º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #211339 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 19 | 57 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.78 |
| HSL | 262.11º | 0.5% | 0.15% | - |
| HSV(B) | 262.11º | 0.67% | 0.22% | - |
| XYZ | 1.6 | 1.08 | 4 | - |
| YUV | 27.52 | 144.64 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 57 | 0.42 | 0.67 | 0 | 0.78 | 262.11 | 0.5 | 0.15 |
| Hex | 21 | 13 | 39 | 2A | 43 | 0 | 4E | 106 | 32 | F |
| Octal | 41 | 23 | 71 | 52 | 103 | 0 | 116 | 406 | 62 | 17 |
| Binary | 100001 | 10011 | 111001 | 101010 | 1000011 | 0 | 1001110 | 100000110 | 110010 | 1111 |
Color Harmonies of #211339
Complementary color
Monochromatic Colors of #211339
Black with #211339
Text Example
Text Example
White with #211339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211339; }
p { color: rgb(33,19,57); }
H1.HeaderClassName
{
color: #211339;
}
.AnyTagClassName
{
color: #211339;
}
</style>
background-color css
<style>
a { background-color: #211339; }
a { background-color: rgb(33,19,57); }
div.DivClassName
{
background-color: #211339;
}
.BgClassName
{
background-color: #211339;
}
</style>
border-color css
<style>
span { border-color: #211339; }
span { border-color: rgb(33,19,57); }
td.TdClassName
{
border-color: #211339;
}
.TagClassName
{
border-color: #211339;
}
</style>