Shades of Valhalla #2E3047
Tints of Valhalla #2E3047
RGB
CMYK
RGB Variations
Color information
#2E3047 (or 0x2E3047) is known color: Valhalla. HEX triplet: 2E, 30 and 47. RGB value is (46,48,71). Sum of RGB (Red+Green+Blue) = 46+48+71=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 71 (28.12% from 255 or 43.03% from 165); Max value from RGB is 71 - color contains mainly: blue. Hex color #2E3047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3047 is #D1CFB8. Grayscale: #313131. Windows color (decimal): -13750201 or 4665390. OLE color: 4665390.
HSL color Cylindrical-coordinate representation of color #2E3047: hue angle of 235.2º 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 #2E3047 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 46 | 48 | 71 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.72 |
| HSL | 235.2º | 0.21% | 0.23% | - |
| HSV(B) | 235.2º | 0.35% | 0.28% | - |
| XYZ | 3.32 | 3.15 | 6.39 | - |
| YUV | 50.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 48 | 71 | 0.35 | 0.32 | 0 | 0.72 | 235.2 | 0.21 | 0.23 |
| Hex | 2E | 30 | 47 | 23 | 20 | 0 | 48 | EB | 15 | 17 |
| Octal | 56 | 60 | 107 | 43 | 40 | 0 | 110 | 353 | 25 | 27 |
| Binary | 101110 | 110000 | 1000111 | 100011 | 100000 | 0 | 1001000 | 11101011 | 10101 | 10111 |
Color Harmonies of #2E3047
Complementary color
Monochromatic Colors of #2E3047
Black with #2E3047
Text Example
Text Example
White with #2E3047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3047; }
p { color: rgb(46,48,71); }
H1.HeaderClassName
{
color: #2E3047;
}
.AnyTagClassName
{
color: #2E3047;
}
</style>
background-color css
<style>
a { background-color: #2E3047; }
a { background-color: rgb(46,48,71); }
div.DivClassName
{
background-color: #2E3047;
}
.BgClassName
{
background-color: #2E3047;
}
</style>
border-color css
<style>
span { border-color: #2E3047; }
span { border-color: rgb(46,48,71); }
td.TdClassName
{
border-color: #2E3047;
}
.TagClassName
{
border-color: #2E3047;
}
</style>