#2E3046

Color #2E3046 Valhalla (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valhalla #2E3046

Tints of Valhalla #2E3046

Color information

#2E3046 (or 0x2E3046) is unknown color: approx Valhalla. HEX triplet: 2E, 30 and 46. RGB value is (46,48,70). Sum of RGB (Red+Green+Blue) = 46+48+70=164 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.05% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 70 (27.73% from 255 or 42.68% from 164); Max value from RGB is 70 - color contains mainly: blue. Hex color #2E3046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3046 is #D1CFB9. Grayscale: #313131. Windows color (decimal): -13750202 or 4599854. OLE color: 4599854.

HSL color Cylindrical-coordinate representation of color #2E3046: hue angle of 235º 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 #2E3046 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB464870-
CMYK0.340.3100.73
HSL235º20.69%22.75%-
HSV(B)235º34.29%27.45%-
XYZ3.293.146.23-
YUV49.91139.34125.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 28.05%
GREEN value IS 48 (19.14% from 255) = 29.27%
BLUE value IS 70 (27.73% from 255) = 42.68%
R=28.05%
G=29.27%
B=42.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4648700.340.3100.7323520.6922.75
Hex2E3046221F049eb1517
Octal5660106423701113532527
Binary10111011000010001101000101111101001001111010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E3046; }

 p { color: rgb(46,48,70); }

 H1.HeaderClassName
 {
   color: #2E3046;
 }
 .AnyTagClassName
 {
   color: #2E3046;
 }
</style>
background-color css

<style>
 a { background-color: #2E3046; }

 a { background-color: rgb(46,48,70); }

 div.DivClassName
 {
   background-color: #2E3046;
 }
 .BgClassName
 {
   background-color: #2E3046;
 }
</style>
border-color css

<style>
 span { border-color: #2E3046; }

 span { border-color: rgb(46,48,70); }

 td.TdClassName
 {
   border-color: #2E3046;
 }
 .TagClassName
 {
   border-color: #2E3046;
 }
</style>