Shades of Valhalla #2E3045
Tints of Valhalla #2E3045
RGB
CMYK
RGB Variations
Color information
#2E3045 (or 0x2E3045) is known color: Valhalla. HEX triplet: 2E, 30 and 45. RGB value is (46,48,69). Sum of RGB (Red+Green+Blue) = 46+48+69=163 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.22% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 69 (27.34% from 255 or 42.33% from 163); Max value from RGB is 69 - color contains mainly: blue. Hex color #2E3045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3045 is #D1CFBA. Grayscale: #313131. Windows color (decimal): -13750203 or 4534318. OLE color: 4534318.
HSL color Cylindrical-coordinate representation of color #2E3045: hue angle of 234.78º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2E3045 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 48 | 69 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.73 |
| HSL | 234.78º | 0.2% | 0.23% | - |
| HSV(B) | 234.78º | 0.33% | 0.27% | - |
| XYZ | 3.26 | 3.12 | 6.06 | - |
| YUV | 49.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 48 | 69 | 0.33 | 0.30 | 0 | 0.73 | 234.78 | 0.2 | 0.23 |
| Hex | 2E | 30 | 45 | 21 | 1E | 0 | 49 | EB | 14 | 17 |
| Octal | 56 | 60 | 105 | 41 | 36 | 0 | 111 | 353 | 24 | 27 |
| Binary | 101110 | 110000 | 1000101 | 100001 | 11110 | 0 | 1001001 | 11101011 | 10100 | 10111 |
Color Harmonies of #2E3045
Complementary color
Monochromatic Colors of #2E3045
Black with #2E3045
Text Example
Text Example
White with #2E3045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3045; }
p { color: rgb(46,48,69); }
H1.HeaderClassName
{
color: #2E3045;
}
.AnyTagClassName
{
color: #2E3045;
}
</style>
background-color css
<style>
a { background-color: #2E3045; }
a { background-color: rgb(46,48,69); }
div.DivClassName
{
background-color: #2E3045;
}
.BgClassName
{
background-color: #2E3045;
}
</style>
border-color css
<style>
span { border-color: #2E3045; }
span { border-color: rgb(46,48,69); }
td.TdClassName
{
border-color: #2E3045;
}
.TagClassName
{
border-color: #2E3045;
}
</style>