Shades of Tolopea #2E2840
Tints of Tolopea #2E2840
RGB
CMYK
RGB Variations
Color information
#2E2840 (or 0x2E2840) is known color: Tolopea. HEX triplet: 2E, 28 and 40. RGB value is (46,40,64). Sum of RGB (Red+Green+Blue) = 46+40+64=150 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.67% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 64 - color contains mainly: blue. Hex color #2E2840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2840 is #D1D7BF. Grayscale: #2C2C2C. Windows color (decimal): -13752256 or 4204590. OLE color: 4204590.
HSL color Cylindrical-coordinate representation of color #2E2840: hue angle of 255º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2E2840 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 40 | 64 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.75 |
| HSL | 255º | 0.23% | 0.2% | - |
| HSV(B) | 255º | 0.38% | 0.25% | - |
| XYZ | 2.81 | 2.47 | 5.18 | - |
| YUV | 44.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 40 | 64 | 0.28 | 0.38 | 0 | 0.75 | 255 | 0.23 | 0.2 |
| Hex | 2E | 28 | 40 | 1C | 26 | 0 | 4B | FF | 17 | 14 |
| Octal | 56 | 50 | 100 | 34 | 46 | 0 | 113 | 377 | 27 | 24 |
| Binary | 101110 | 101000 | 1000000 | 11100 | 100110 | 0 | 1001011 | 11111111 | 10111 | 10100 |
Color Harmonies of #2E2840
Complementary color
Monochromatic Colors of #2E2840
Black with #2E2840
Text Example
Text Example
White with #2E2840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2840; }
p { color: rgb(46,40,64); }
H1.HeaderClassName
{
color: #2E2840;
}
.AnyTagClassName
{
color: #2E2840;
}
</style>
background-color css
<style>
a { background-color: #2E2840; }
a { background-color: rgb(46,40,64); }
div.DivClassName
{
background-color: #2E2840;
}
.BgClassName
{
background-color: #2E2840;
}
</style>
border-color css
<style>
span { border-color: #2E2840; }
span { border-color: rgb(46,40,64); }
td.TdClassName
{
border-color: #2E2840;
}
.TagClassName
{
border-color: #2E2840;
}
</style>