#324352

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

Shades of Arsenic #324352

Tints of Arsenic #324352

Color information

#324352 (or 0x324352) is unknown color: approx Arsenic. HEX triplet: 32, 43 and 52. RGB value is (50,67,82). Sum of RGB (Red+Green+Blue) = 50+67+82=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 82 - color contains mainly: blue. Hex color #324352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324352 is #CDBCAD. Grayscale: #3F3F3F. Windows color (decimal): -13483182 or 5391154. OLE color: 5391154.

HSL color Cylindrical-coordinate representation of color #324352: hue angle of 208.12º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #324352 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB506782-
CMYK0.390.1800.68
HSL208.12º24.24%25.88%-
HSV(B)208.12º39.02%32.16%-
XYZ4.855.38.75-
YUV63.63138.37118.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.13%
GREEN value IS 67 (26.56% from 255) = 33.67%
BLUE value IS 82 (32.42% from 255) = 41.21%
R=25.13%
G=33.67%
B=41.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5067820.390.1800.68208.1224.2425.88
Hex3243522712044d0181a
Octal62103122472201043203032
Binary110010100001110100101001111001001000100110100001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324352; }

 p { color: rgb(50,67,82); }

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

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

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

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

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

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

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