Shades of Valhalla #2E2C40
Tints of Valhalla #2E2C40
RGB
CMYK
RGB Variations
Color information
#2E2C40 (or 0x2E2C40) is known color: Valhalla. HEX triplet: 2E, 2C and 40. RGB value is (46,44,64). Sum of RGB (Red+Green+Blue) = 46+44+64=154 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.87% from 154); Green value is 44 (17.58% from 255 or 28.57% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 64 - color contains mainly: blue. Hex color #2E2C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2C40 is #D1D3BF. Grayscale: #2E2E2E. Windows color (decimal): -13751232 or 4205614. OLE color: 4205614.
HSL color Cylindrical-coordinate representation of color #2E2C40: hue angle of 246º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2E2C40 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 44 | 64 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.75 |
| HSL | 246º | 0.19% | 0.21% | - |
| HSV(B) | 246º | 0.31% | 0.25% | - |
| XYZ | 2.95 | 2.75 | 5.23 | - |
| YUV | 46.88 | 137.66 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 44 | 64 | 0.28 | 0.31 | 0 | 0.75 | 246 | 0.19 | 0.21 |
| Hex | 2E | 2C | 40 | 1C | 1F | 0 | 4B | F6 | 13 | 15 |
| Octal | 56 | 54 | 100 | 34 | 37 | 0 | 113 | 366 | 23 | 25 |
| Binary | 101110 | 101100 | 1000000 | 11100 | 11111 | 0 | 1001011 | 11110110 | 10011 | 10101 |
Color Harmonies of #2E2C40
Complementary color
Monochromatic Colors of #2E2C40
Black with #2E2C40
Text Example
Text Example
White with #2E2C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2C40; }
p { color: rgb(46,44,64); }
H1.HeaderClassName
{
color: #2E2C40;
}
.AnyTagClassName
{
color: #2E2C40;
}
</style>
background-color css
<style>
a { background-color: #2E2C40; }
a { background-color: rgb(46,44,64); }
div.DivClassName
{
background-color: #2E2C40;
}
.BgClassName
{
background-color: #2E2C40;
}
</style>
border-color css
<style>
span { border-color: #2E2C40; }
span { border-color: rgb(46,44,64); }
td.TdClassName
{
border-color: #2E2C40;
}
.TagClassName
{
border-color: #2E2C40;
}
</style>