#2E3144

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

Shades of Valhalla #2E3144

Tints of Valhalla #2E3144

Color information

#2E3144 (or 0x2E3144) is unknown color: approx Valhalla. HEX triplet: 2E, 31 and 44. RGB value is (46,49,68). Sum of RGB (Red+Green+Blue) = 46+49+68=163 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.22% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 68 (26.95% from 255 or 41.72% from 163); Max value from RGB is 68 - color contains mainly: blue. Hex color #2E3144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3144 is #D1CEBB. Grayscale: #323232. Windows color (decimal): -13749948 or 4469038. OLE color: 4469038.

HSL color Cylindrical-coordinate representation of color #2E3144: hue angle of 231.82º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2E3144 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB464968-
CMYK0.320.2800.73
HSL231.82º19.3%22.35%-
HSV(B)231.82º32.35%26.67%-
XYZ3.273.195.91-
YUV50.27138.01124.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.22%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 68 (26.95% from 255) = 41.72%
R=28.22%
G=30.06%
B=41.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4649680.320.2800.73231.8219.322.35
Hex2E3144201C049e81316
Octal5661104403401113502326
Binary10111011000110001001000001110001001001111010001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,49,68); }

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

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

 a { background-color: rgb(46,49,68); }

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

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

 span { border-color: rgb(46,49,68); }

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