#324550

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

Shades of Arsenic #324550

Tints of Arsenic #324550

Color information

#324550 (or 0x324550) is unknown color: approx Arsenic. HEX triplet: 32, 45 and 50. RGB value is (50,69,80). Sum of RGB (Red+Green+Blue) = 50+69+80=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 80 - color contains mainly: blue. Hex color #324550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324550 is #CDBAAF. Grayscale: #404040. Windows color (decimal): -13482672 or 5260594. OLE color: 5260594.

HSL color Cylindrical-coordinate representation of color #324550: hue angle of 202º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #324550 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB506980-
CMYK0.370.1400.69
HSL202º23.08%25.49%-
HSV(B)202º37.5%31.37%-
XYZ4.895.518.4-
YUV64.57136.71117.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.13%
GREEN value IS 69 (27.34% from 255) = 34.67%
BLUE value IS 80 (31.64% from 255) = 40.20%
R=25.13%
G=34.67%
B=40.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5069800.370.1400.6920223.0825.49
Hex32455025E045ca1719
Octal62105120451601053122731
Binary11001010001011010000100101111001000101110010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324550; }

 p { color: rgb(50,69,80); }

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

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

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

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

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

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

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