#323247

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

Shades of Valhalla #323247

Tints of Valhalla #323247

Color information

#323247 (or 0x323247) is unknown color: approx Valhalla. HEX triplet: 32, 32 and 47. RGB value is (50,50,71). Sum of RGB (Red+Green+Blue) = 50+50+71=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 71 - color contains mainly: blue. Hex color #323247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323247 is #CDCDB8. Grayscale: #343434. Windows color (decimal): -13487545 or 4665906. OLE color: 4665906.

HSL color Cylindrical-coordinate representation of color #323247: hue angle of 240º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #323247 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB505071-
CMYK0.300.3000.72
HSL240º17.36%23.73%-
HSV(B)240º29.58%27.84%-
XYZ3.593.416.43-
YUV52.39138.5126.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.24%
GREEN value IS 50 (19.92% from 255) = 29.24%
BLUE value IS 71 (28.12% from 255) = 41.52%
R=29.24%
G=29.24%
B=41.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5050710.300.3000.7224017.3623.73
Hex3232471E1E048f01118
Octal6262107363601103602130
Binary1100101100101000111111101111001001000111100001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323247; }

 p { color: rgb(50,50,71); }

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

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

 a { background-color: rgb(50,50,71); }

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

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

 span { border-color: rgb(50,50,71); }

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