Shades of Valhalla #2E2C46
Tints of Valhalla #2E2C46
RGB
CMYK
RGB Variations
Color information
#2E2C46 (or 0x2E2C46) is known color: Valhalla. HEX triplet: 2E, 2C and 46. RGB value is (46,44,70). Sum of RGB (Red+Green+Blue) = 46+44+70=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 70 (27.73% from 255 or 43.75% from 160); Max value from RGB is 70 - color contains mainly: blue. Hex color #2E2C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2C46 is #D1D3B9. Grayscale: #2F2F2F. Windows color (decimal): -13751226 or 4598830. OLE color: 4598830.
HSL color Cylindrical-coordinate representation of color #2E2C46: hue angle of 244.62º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2E2C46 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 44 | 70 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.73 |
| HSL | 244.62º | 0.23% | 0.22% | - |
| HSV(B) | 244.62º | 0.37% | 0.27% | - |
| XYZ | 3.13 | 2.82 | 6.17 | - |
| YUV | 47.56 | 140.66 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 44 | 70 | 0.34 | 0.37 | 0 | 0.73 | 244.62 | 0.23 | 0.22 |
| Hex | 2E | 2C | 46 | 22 | 25 | 0 | 49 | F5 | 17 | 16 |
| Octal | 56 | 54 | 106 | 42 | 45 | 0 | 111 | 365 | 27 | 26 |
| Binary | 101110 | 101100 | 1000110 | 100010 | 100101 | 0 | 1001001 | 11110101 | 10111 | 10110 |
Color Harmonies of #2E2C46
Complementary color
Monochromatic Colors of #2E2C46
Black with #2E2C46
Text Example
Text Example
White with #2E2C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2C46; }
p { color: rgb(46,44,70); }
H1.HeaderClassName
{
color: #2E2C46;
}
.AnyTagClassName
{
color: #2E2C46;
}
</style>
background-color css
<style>
a { background-color: #2E2C46; }
a { background-color: rgb(46,44,70); }
div.DivClassName
{
background-color: #2E2C46;
}
.BgClassName
{
background-color: #2E2C46;
}
</style>
border-color css
<style>
span { border-color: #2E2C46; }
span { border-color: rgb(46,44,70); }
td.TdClassName
{
border-color: #2E2C46;
}
.TagClassName
{
border-color: #2E2C46;
}
</style>