Shades of Valhalla #2E2E48
Tints of Valhalla #2E2E48
RGB
CMYK
RGB Variations
Color information
#2E2E48 (or 0x2E2E48) is known color: Valhalla. HEX triplet: 2E, 2E and 48. RGB value is (46,46,72). Sum of RGB (Red+Green+Blue) = 46+46+72=164 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.05% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 72 - color contains mainly: blue. Hex color #2E2E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2E48 is #D1D1B7. Grayscale: #303030. Windows color (decimal): -13750712 or 4730414. OLE color: 4730414.
HSL color Cylindrical-coordinate representation of color #2E2E48: hue angle of 240º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2E2E48 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 46 | 46 | 72 | - |
| CMYK | 0.36 | 0.36 | 0 | 0.72 |
| HSL | 240º | 0.22% | 0.23% | - |
| HSV(B) | 240º | 0.36% | 0.28% | - |
| XYZ | 3.27 | 3 | 6.54 | - |
| YUV | 48.96 | 141 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 46 | 72 | 0.36 | 0.36 | 0 | 0.72 | 240 | 0.22 | 0.23 |
| Hex | 2E | 2E | 48 | 24 | 24 | 0 | 48 | F0 | 16 | 17 |
| Octal | 56 | 56 | 110 | 44 | 44 | 0 | 110 | 360 | 26 | 27 |
| Binary | 101110 | 101110 | 1001000 | 100100 | 100100 | 0 | 1001000 | 11110000 | 10110 | 10111 |
Color Harmonies of #2E2E48
Complementary color
Monochromatic Colors of #2E2E48
Black with #2E2E48
Text Example
Text Example
White with #2E2E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2E48; }
p { color: rgb(46,46,72); }
H1.HeaderClassName
{
color: #2E2E48;
}
.AnyTagClassName
{
color: #2E2E48;
}
</style>
background-color css
<style>
a { background-color: #2E2E48; }
a { background-color: rgb(46,46,72); }
div.DivClassName
{
background-color: #2E2E48;
}
.BgClassName
{
background-color: #2E2E48;
}
</style>
border-color css
<style>
span { border-color: #2E2E48; }
span { border-color: rgb(46,46,72); }
td.TdClassName
{
border-color: #2E2E48;
}
.TagClassName
{
border-color: #2E2E48;
}
</style>