Shades of Valhalla #2E2D44
Tints of Valhalla #2E2D44
RGB
CMYK
RGB Variations
Color information
#2E2D44 (or 0x2E2D44) is known color: Valhalla. HEX triplet: 2E, 2D and 44. RGB value is (46,45,68). Sum of RGB (Red+Green+Blue) = 46+45+68=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 68 - color contains mainly: blue. Hex color #2E2D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2D44 is #D1D2BB. Grayscale: #2F2F2F. Windows color (decimal): -13750972 or 4468014. OLE color: 4468014.
HSL color Cylindrical-coordinate representation of color #2E2D44: hue angle of 242.61º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2E2D44 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 45 | 68 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.73 |
| HSL | 242.61º | 0.2% | 0.22% | - |
| HSV(B) | 242.61º | 0.34% | 0.27% | - |
| XYZ | 3.11 | 2.87 | 5.86 | - |
| YUV | 47.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 45 | 68 | 0.32 | 0.34 | 0 | 0.73 | 242.61 | 0.2 | 0.22 |
| Hex | 2E | 2D | 44 | 20 | 22 | 0 | 49 | F3 | 14 | 16 |
| Octal | 56 | 55 | 104 | 40 | 42 | 0 | 111 | 363 | 24 | 26 |
| Binary | 101110 | 101101 | 1000100 | 100000 | 100010 | 0 | 1001001 | 11110011 | 10100 | 10110 |
Color Harmonies of #2E2D44
Complementary color
Monochromatic Colors of #2E2D44
Black with #2E2D44
Text Example
Text Example
White with #2E2D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2D44; }
p { color: rgb(46,45,68); }
H1.HeaderClassName
{
color: #2E2D44;
}
.AnyTagClassName
{
color: #2E2D44;
}
</style>
background-color css
<style>
a { background-color: #2E2D44; }
a { background-color: rgb(46,45,68); }
div.DivClassName
{
background-color: #2E2D44;
}
.BgClassName
{
background-color: #2E2D44;
}
</style>
border-color css
<style>
span { border-color: #2E2D44; }
span { border-color: rgb(46,45,68); }
td.TdClassName
{
border-color: #2E2D44;
}
.TagClassName
{
border-color: #2E2D44;
}
</style>