#323E48

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

Shades of Arsenic #323E48

Tints of Arsenic #323E48

Color information

#323E48 (or 0x323E48) is unknown color: approx Arsenic. HEX triplet: 32, 3E and 48. RGB value is (50,62,72). Sum of RGB (Red+Green+Blue) = 50+62+72=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 62 (24.61% from 255 or 33.70% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 72 - color contains mainly: blue. Hex color #323E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323E48 is #CDC1B7. Grayscale: #3B3B3B. Windows color (decimal): -13484472 or 4734514. OLE color: 4734514.

HSL color Cylindrical-coordinate representation of color #323E48: hue angle of 207.27º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #323E48 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB506272-
CMYK0.310.1400.72
HSL207.27º18.03%23.92%-
HSV(B)207.27º30.56%28.24%-
XYZ4.214.596.8-
YUV59.55135.02121.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.17%
GREEN value IS 62 (24.61% from 255) = 33.70%
BLUE value IS 72 (28.52% from 255) = 39.13%
R=27.17%
G=33.70%
B=39.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5062720.310.1400.72207.2718.0323.92
Hex323E481FE048cf1218
Octal6276110371601103172230
Binary110010111110100100011111111001001000110011111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,62,72); }

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

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

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

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

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

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

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