Shades of Tolopea #2E2344
Tints of Tolopea #2E2344
RGB
CMYK
RGB Variations
Color information
#2E2344 (or 0x2E2344) is known color: Tolopea. HEX triplet: 2E, 23 and 44. RGB value is (46,35,68). Sum of RGB (Red+Green+Blue) = 46+35+68=149 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.87% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 68 - color contains mainly: blue. Hex color #2E2344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2344 is #D1DCBB. Grayscale: #292929. Windows color (decimal): -13753532 or 4465454. OLE color: 4465454.
HSL color Cylindrical-coordinate representation of color #2E2344: hue angle of 260º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E2344 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 35 | 68 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.73 |
| HSL | 260º | 0.32% | 0.2% | - |
| HSV(B) | 260º | 0.49% | 0.27% | - |
| XYZ | 2.77 | 2.2 | 5.75 | - |
| YUV | 42.05 | 142.64 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 35 | 68 | 0.32 | 0.49 | 0 | 0.73 | 260 | 0.32 | 0.2 |
| Hex | 2E | 23 | 44 | 20 | 31 | 0 | 49 | 104 | 20 | 14 |
| Octal | 56 | 43 | 104 | 40 | 61 | 0 | 111 | 404 | 40 | 24 |
| Binary | 101110 | 100011 | 1000100 | 100000 | 110001 | 0 | 1001001 | 100000100 | 100000 | 10100 |
Color Harmonies of #2E2344
Complementary color
Monochromatic Colors of #2E2344
Black with #2E2344
Text Example
Text Example
White with #2E2344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2344; }
p { color: rgb(46,35,68); }
H1.HeaderClassName
{
color: #2E2344;
}
.AnyTagClassName
{
color: #2E2344;
}
</style>
background-color css
<style>
a { background-color: #2E2344; }
a { background-color: rgb(46,35,68); }
div.DivClassName
{
background-color: #2E2344;
}
.BgClassName
{
background-color: #2E2344;
}
</style>
border-color css
<style>
span { border-color: #2E2344; }
span { border-color: rgb(46,35,68); }
td.TdClassName
{
border-color: #2E2344;
}
.TagClassName
{
border-color: #2E2344;
}
</style>