Shades of Tolopea #2E2738
Tints of Tolopea #2E2738
RGB
CMYK
RGB Variations
Color information
#2E2738 (or 0x2E2738) is known color: Tolopea. HEX triplet: 2E, 27 and 38. RGB value is (46,39,56). Sum of RGB (Red+Green+Blue) = 46+39+56=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 56 - color contains mainly: blue. Hex color #2E2738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2738 is #D1D8C7. Grayscale: #2A2A2A. Windows color (decimal): -13752520 or 3680046. OLE color: 3680046.
HSL color Cylindrical-coordinate representation of color #2E2738: hue angle of 264.71º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2E2738 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 39 | 56 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.78 |
| HSL | 264.71º | 0.18% | 0.19% | - |
| HSV(B) | 264.71º | 0.3% | 0.22% | - |
| XYZ | 2.57 | 2.32 | 4.05 | - |
| YUV | 43.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 39 | 56 | 0.18 | 0.30 | 0 | 0.78 | 264.71 | 0.18 | 0.19 |
| Hex | 2E | 27 | 38 | 12 | 1E | 0 | 4E | 109 | 12 | 13 |
| Octal | 56 | 47 | 70 | 22 | 36 | 0 | 116 | 411 | 22 | 23 |
| Binary | 101110 | 100111 | 111000 | 10010 | 11110 | 0 | 1001110 | 100001001 | 10010 | 10011 |
Color Harmonies of #2E2738
Complementary color
Monochromatic Colors of #2E2738
Black with #2E2738
Text Example
Text Example
White with #2E2738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2738; }
p { color: rgb(46,39,56); }
H1.HeaderClassName
{
color: #2E2738;
}
.AnyTagClassName
{
color: #2E2738;
}
</style>
background-color css
<style>
a { background-color: #2E2738; }
a { background-color: rgb(46,39,56); }
div.DivClassName
{
background-color: #2E2738;
}
.BgClassName
{
background-color: #2E2738;
}
</style>
border-color css
<style>
span { border-color: #2E2738; }
span { border-color: rgb(46,39,56); }
td.TdClassName
{
border-color: #2E2738;
}
.TagClassName
{
border-color: #2E2738;
}
</style>