Shades of Tolopea #211A3F
Tints of Tolopea #211A3F
RGB
CMYK
RGB Variations
Color information
#211A3F (or 0x211A3F) is known color: Tolopea. HEX triplet: 21, 1A and 3F. RGB value is (33,26,63). Sum of RGB (Red+Green+Blue) = 33+26+63=122 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.05% from 122); Green value is 26 (10.55% from 255 or 21.31% from 122); Blue value is 63 (25% from 255 or 51.64% from 122); Max value from RGB is 63 - color contains mainly: blue. Hex color #211A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211A3F is #DEE5C0. Grayscale: #202020. Windows color (decimal): -14607809 or 4135457. OLE color: 4135457.
HSL color Cylindrical-coordinate representation of color #211A3F: hue angle of 251.35º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #211A3F is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 26 | 63 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.75 |
| HSL | 251.35º | 0.42% | 0.17% | - |
| HSV(B) | 251.35º | 0.59% | 0.25% | - |
| XYZ | 1.89 | 1.42 | 4.88 | - |
| YUV | 32.31 | 145.32 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 63 | 0.48 | 0.59 | 0 | 0.75 | 251.35 | 0.42 | 0.17 |
| Hex | 21 | 1A | 3F | 30 | 3B | 0 | 4B | FB | 2A | 11 |
| Octal | 41 | 32 | 77 | 60 | 73 | 0 | 113 | 373 | 52 | 21 |
| Binary | 100001 | 11010 | 111111 | 110000 | 111011 | 0 | 1001011 | 11111011 | 101010 | 10001 |
Color Harmonies of #211A3F
Complementary color
Monochromatic Colors of #211A3F
Black with #211A3F
Text Example
Text Example
White with #211A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211A3F; }
p { color: rgb(33,26,63); }
H1.HeaderClassName
{
color: #211A3F;
}
.AnyTagClassName
{
color: #211A3F;
}
</style>
background-color css
<style>
a { background-color: #211A3F; }
a { background-color: rgb(33,26,63); }
div.DivClassName
{
background-color: #211A3F;
}
.BgClassName
{
background-color: #211A3F;
}
</style>
border-color css
<style>
span { border-color: #211A3F; }
span { border-color: rgb(33,26,63); }
td.TdClassName
{
border-color: #211A3F;
}
.TagClassName
{
border-color: #211A3F;
}
</style>