Shades of Valhalla #2E2F46
Tints of Valhalla #2E2F46
RGB
CMYK
RGB Variations
Color information
#2E2F46 (or 0x2E2F46) is known color: Valhalla. HEX triplet: 2E, 2F and 46. RGB value is (46,47,70). Sum of RGB (Red+Green+Blue) = 46+47+70=163 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.22% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 70 - color contains mainly: blue. Hex color #2E2F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2F46 is #D1D0B9. Grayscale: #313131. Windows color (decimal): -13750458 or 4599598. OLE color: 4599598.
HSL color Cylindrical-coordinate representation of color #2E2F46: hue angle of 237.5º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2E2F46 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 47 | 70 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.73 |
| HSL | 237.5º | 0.21% | 0.23% | - |
| HSV(B) | 237.5º | 0.34% | 0.27% | - |
| XYZ | 3.25 | 3.06 | 6.21 | - |
| YUV | 49.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 47 | 70 | 0.34 | 0.33 | 0 | 0.73 | 237.5 | 0.21 | 0.23 |
| Hex | 2E | 2F | 46 | 22 | 21 | 0 | 49 | EE | 15 | 17 |
| Octal | 56 | 57 | 106 | 42 | 41 | 0 | 111 | 356 | 25 | 27 |
| Binary | 101110 | 101111 | 1000110 | 100010 | 100001 | 0 | 1001001 | 11101110 | 10101 | 10111 |
Color Harmonies of #2E2F46
Complementary color
Monochromatic Colors of #2E2F46
Black with #2E2F46
Text Example
Text Example
White with #2E2F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2F46; }
p { color: rgb(46,47,70); }
H1.HeaderClassName
{
color: #2E2F46;
}
.AnyTagClassName
{
color: #2E2F46;
}
</style>
background-color css
<style>
a { background-color: #2E2F46; }
a { background-color: rgb(46,47,70); }
div.DivClassName
{
background-color: #2E2F46;
}
.BgClassName
{
background-color: #2E2F46;
}
</style>
border-color css
<style>
span { border-color: #2E2F46; }
span { border-color: rgb(46,47,70); }
td.TdClassName
{
border-color: #2E2F46;
}
.TagClassName
{
border-color: #2E2F46;
}
</style>