Shades of Tolopea #211338
Tints of Tolopea #211338
RGB
CMYK
RGB Variations
Color information
#211338 (or 0x211338) is known color: Tolopea. HEX triplet: 21, 13 and 38. RGB value is (33,19,56). Sum of RGB (Red+Green+Blue) = 33+19+56=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #211338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211338 is #DEECC7. Grayscale: #1B1B1B. Windows color (decimal): -14609608 or 3674913. OLE color: 3674913.
HSL color Cylindrical-coordinate representation of color #211338: hue angle of 262.7º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #211338 is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 19 | 56 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.78 |
| HSL | 262.7º | 0.49% | 0.15% | - |
| HSV(B) | 262.7º | 0.66% | 0.22% | - |
| XYZ | 1.57 | 1.07 | 3.87 | - |
| YUV | 27.4 | 144.14 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 56 | 0.41 | 0.66 | 0 | 0.78 | 262.7 | 0.49 | 0.15 |
| Hex | 21 | 13 | 38 | 29 | 42 | 0 | 4E | 107 | 31 | F |
| Octal | 41 | 23 | 70 | 51 | 102 | 0 | 116 | 407 | 61 | 17 |
| Binary | 100001 | 10011 | 111000 | 101001 | 1000010 | 0 | 1001110 | 100000111 | 110001 | 1111 |
Color Harmonies of #211338
Complementary color
Monochromatic Colors of #211338
Black with #211338
Text Example
Text Example
White with #211338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211338; }
p { color: rgb(33,19,56); }
H1.HeaderClassName
{
color: #211338;
}
.AnyTagClassName
{
color: #211338;
}
</style>
background-color css
<style>
a { background-color: #211338; }
a { background-color: rgb(33,19,56); }
div.DivClassName
{
background-color: #211338;
}
.BgClassName
{
background-color: #211338;
}
</style>
border-color css
<style>
span { border-color: #211338; }
span { border-color: rgb(33,19,56); }
td.TdClassName
{
border-color: #211338;
}
.TagClassName
{
border-color: #211338;
}
</style>