Shades of Tolopea #211B3D
Tints of Tolopea #211B3D
RGB
CMYK
RGB Variations
Color information
#211B3D (or 0x211B3D) is known color: Tolopea. HEX triplet: 21, 1B and 3D. RGB value is (33,27,61). Sum of RGB (Red+Green+Blue) = 33+27+61=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #211B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211B3D is #DEE4C2. Grayscale: #202020. Windows color (decimal): -14607555 or 4004641. OLE color: 4004641.
HSL color Cylindrical-coordinate representation of color #211B3D: hue angle of 250.59º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #211B3D is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 27 | 61 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.76 |
| HSL | 250.59º | 0.39% | 0.17% | - |
| HSV(B) | 250.59º | 0.56% | 0.24% | - |
| XYZ | 1.86 | 1.44 | 4.6 | - |
| YUV | 32.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 61 | 0.46 | 0.56 | 0 | 0.76 | 250.59 | 0.39 | 0.17 |
| Hex | 21 | 1B | 3D | 2E | 38 | 0 | 4C | FB | 27 | 11 |
| Octal | 41 | 33 | 75 | 56 | 70 | 0 | 114 | 373 | 47 | 21 |
| Binary | 100001 | 11011 | 111101 | 101110 | 111000 | 0 | 1001100 | 11111011 | 100111 | 10001 |
Color Harmonies of #211B3D
Complementary color
Monochromatic Colors of #211B3D
Black with #211B3D
Text Example
Text Example
White with #211B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211B3D; }
p { color: rgb(33,27,61); }
H1.HeaderClassName
{
color: #211B3D;
}
.AnyTagClassName
{
color: #211B3D;
}
</style>
background-color css
<style>
a { background-color: #211B3D; }
a { background-color: rgb(33,27,61); }
div.DivClassName
{
background-color: #211B3D;
}
.BgClassName
{
background-color: #211B3D;
}
</style>
border-color css
<style>
span { border-color: #211B3D; }
span { border-color: rgb(33,27,61); }
td.TdClassName
{
border-color: #211B3D;
}
.TagClassName
{
border-color: #211B3D;
}
</style>