#323D47

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

Shades of Arsenic #323D47

Tints of Arsenic #323D47

Color information

#323D47 (or 0x323D47) is unknown color: approx Arsenic. HEX triplet: 32, 3D and 47. RGB value is (50,61,71). Sum of RGB (Red+Green+Blue) = 50+61+71=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 71 - color contains mainly: blue. Hex color #323D47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323D47 is #CDC2B8. Grayscale: #3A3A3A. Windows color (decimal): -13484729 or 4668722. OLE color: 4668722.

HSL color Cylindrical-coordinate representation of color #323D47: hue angle of 208.57º 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 #323D47 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB506171-
CMYK0.300.1400.72
HSL208.57º17.36%23.73%-
HSV(B)208.57º29.58%27.84%-
XYZ4.124.476.61-
YUV58.85134.86121.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.47%
GREEN value IS 61 (24.22% from 255) = 33.52%
BLUE value IS 71 (28.12% from 255) = 39.01%
R=27.47%
G=33.52%
B=39.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5061710.300.1400.72208.5717.3623.73
Hex323D471EE048d11118
Octal6275107361601103212130
Binary110010111101100011111110111001001000110100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323D47; }

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

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

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

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

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

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

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

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