Shades of Valhalla #2E2E49
Tints of Valhalla #2E2E49
RGB
CMYK
RGB Variations
Color information
#2E2E49 (or 0x2E2E49) is known color: Valhalla. HEX triplet: 2E, 2E and 49. RGB value is (46,46,73). Sum of RGB (Red+Green+Blue) = 46+46+73=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 73 - color contains mainly: blue. Hex color #2E2E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2E49 is #D1D1B6. Grayscale: #303030. Windows color (decimal): -13750711 or 4795950. OLE color: 4795950.
HSL color Cylindrical-coordinate representation of color #2E2E49: hue angle of 240º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2E2E49 is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 46 | 73 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.71 |
| HSL | 240º | 0.23% | 0.23% | - |
| HSV(B) | 240º | 0.37% | 0.29% | - |
| XYZ | 3.31 | 3.02 | 6.71 | - |
| YUV | 49.08 | 141.5 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 46 | 73 | 0.37 | 0.37 | 0 | 0.71 | 240 | 0.23 | 0.23 |
| Hex | 2E | 2E | 49 | 25 | 25 | 0 | 47 | F0 | 17 | 17 |
| Octal | 56 | 56 | 111 | 45 | 45 | 0 | 107 | 360 | 27 | 27 |
| Binary | 101110 | 101110 | 1001001 | 100101 | 100101 | 0 | 1000111 | 11110000 | 10111 | 10111 |
Color Harmonies of #2E2E49
Complementary color
Monochromatic Colors of #2E2E49
Black with #2E2E49
Text Example
Text Example
White with #2E2E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2E49; }
p { color: rgb(46,46,73); }
H1.HeaderClassName
{
color: #2E2E49;
}
.AnyTagClassName
{
color: #2E2E49;
}
</style>
background-color css
<style>
a { background-color: #2E2E49; }
a { background-color: rgb(46,46,73); }
div.DivClassName
{
background-color: #2E2E49;
}
.BgClassName
{
background-color: #2E2E49;
}
</style>
border-color css
<style>
span { border-color: #2E2E49; }
span { border-color: rgb(46,46,73); }
td.TdClassName
{
border-color: #2E2E49;
}
.TagClassName
{
border-color: #2E2E49;
}
</style>