Shades of Tolopea #2E2542
Tints of Tolopea #2E2542
RGB
CMYK
RGB Variations
Color information
#2E2542 (or 0x2E2542) is known color: Tolopea. HEX triplet: 2E, 25 and 42. RGB value is (46,37,66). Sum of RGB (Red+Green+Blue) = 46+37+66=149 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.87% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 66 (26.17% from 255 or 44.30% from 149); Max value from RGB is 66 - color contains mainly: blue. Hex color #2E2542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2542 is #D1DABD. Grayscale: #2A2A2A. Windows color (decimal): -13753022 or 4334894. OLE color: 4334894.
HSL color Cylindrical-coordinate representation of color #2E2542: hue angle of 258.62º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2E2542 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 37 | 66 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.74 |
| HSL | 258.62º | 0.28% | 0.2% | - |
| HSV(B) | 258.62º | 0.44% | 0.26% | - |
| XYZ | 2.77 | 2.3 | 5.45 | - |
| YUV | 43 | 140.98 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 37 | 66 | 0.30 | 0.44 | 0 | 0.74 | 258.62 | 0.28 | 0.2 |
| Hex | 2E | 25 | 42 | 1E | 2C | 0 | 4A | 103 | 1C | 14 |
| Octal | 56 | 45 | 102 | 36 | 54 | 0 | 112 | 403 | 34 | 24 |
| Binary | 101110 | 100101 | 1000010 | 11110 | 101100 | 0 | 1001010 | 100000011 | 11100 | 10100 |
Color Harmonies of #2E2542
Complementary color
Monochromatic Colors of #2E2542
Black with #2E2542
Text Example
Text Example
White with #2E2542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2542; }
p { color: rgb(46,37,66); }
H1.HeaderClassName
{
color: #2E2542;
}
.AnyTagClassName
{
color: #2E2542;
}
</style>
background-color css
<style>
a { background-color: #2E2542; }
a { background-color: rgb(46,37,66); }
div.DivClassName
{
background-color: #2E2542;
}
.BgClassName
{
background-color: #2E2542;
}
</style>
border-color css
<style>
span { border-color: #2E2542; }
span { border-color: rgb(46,37,66); }
td.TdClassName
{
border-color: #2E2542;
}
.TagClassName
{
border-color: #2E2542;
}
</style>