#313346

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

Shades of Valhalla #313346

Tints of Valhalla #313346

Color information

#313346 (or 0x313346) is unknown color: approx Valhalla. HEX triplet: 31, 33 and 46. RGB value is (49,51,70). Sum of RGB (Red+Green+Blue) = 49+51+70=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 70 - color contains mainly: blue. Hex color #313346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313346 is #CECCB9. Grayscale: #343434. Windows color (decimal): -13552826 or 4600625. OLE color: 4600625.

HSL color Cylindrical-coordinate representation of color #313346: hue angle of 234.29º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #313346 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB495170-
CMYK0.300.2700.73
HSL234.29º17.65%23.33%-
HSV(B)234.29º30%27.45%-
XYZ3.563.466.28-
YUV52.57137.84125.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.82%
GREEN value IS 51 (20.31% from 255) = 30%
BLUE value IS 70 (27.73% from 255) = 41.18%
R=28.82%
G=30%
B=41.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4951700.300.2700.73234.2917.6523.33
Hex3133461E1B049ea1217
Octal6163106363301113522227
Binary1100011100111000110111101101101001001111010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313346; }

 p { color: rgb(49,51,70); }

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

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

 a { background-color: rgb(49,51,70); }

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

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

 span { border-color: rgb(49,51,70); }

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