Shades of Valhalla #2E2E47
Tints of Valhalla #2E2E47
RGB
CMYK
RGB Variations
Color information
#2E2E47 (or 0x2E2E47) is known color: Valhalla. HEX triplet: 2E, 2E and 47. RGB value is (46,46,71). Sum of RGB (Red+Green+Blue) = 46+46+71=163 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.22% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 71 (28.12% from 255 or 43.56% from 163); Max value from RGB is 71 - color contains mainly: blue. Hex color #2E2E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2E47 is #D1D1B8. Grayscale: #303030. Windows color (decimal): -13750713 or 4664878. OLE color: 4664878.
HSL color Cylindrical-coordinate representation of color #2E2E47: hue angle of 240º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2E2E47 is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 46 | 46 | 71 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.72 |
| HSL | 240º | 0.21% | 0.23% | - |
| HSV(B) | 240º | 0.35% | 0.28% | - |
| XYZ | 3.24 | 2.99 | 6.37 | - |
| YUV | 48.85 | 140.5 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 46 | 71 | 0.35 | 0.35 | 0 | 0.72 | 240 | 0.21 | 0.23 |
| Hex | 2E | 2E | 47 | 23 | 23 | 0 | 48 | F0 | 15 | 17 |
| Octal | 56 | 56 | 107 | 43 | 43 | 0 | 110 | 360 | 25 | 27 |
| Binary | 101110 | 101110 | 1000111 | 100011 | 100011 | 0 | 1001000 | 11110000 | 10101 | 10111 |
Color Harmonies of #2E2E47
Complementary color
Monochromatic Colors of #2E2E47
Black with #2E2E47
Text Example
Text Example
White with #2E2E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2E47; }
p { color: rgb(46,46,71); }
H1.HeaderClassName
{
color: #2E2E47;
}
.AnyTagClassName
{
color: #2E2E47;
}
</style>
background-color css
<style>
a { background-color: #2E2E47; }
a { background-color: rgb(46,46,71); }
div.DivClassName
{
background-color: #2E2E47;
}
.BgClassName
{
background-color: #2E2E47;
}
</style>
border-color css
<style>
span { border-color: #2E2E47; }
span { border-color: rgb(46,46,71); }
td.TdClassName
{
border-color: #2E2E47;
}
.TagClassName
{
border-color: #2E2E47;
}
</style>