#32404C

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

Shades of Arsenic #32404C

Tints of Arsenic #32404C

Color information

#32404C (or 0x32404C) is unknown color: approx Arsenic. HEX triplet: 32, 40 and 4C. RGB value is (50,64,76). Sum of RGB (Red+Green+Blue) = 50+64+76=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 76 - color contains mainly: blue. Hex color #32404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32404C is #CDBFB3. Grayscale: #3D3D3D. Windows color (decimal): -13483956 or 4997170. OLE color: 4997170.

HSL color Cylindrical-coordinate representation of color #32404C: hue angle of 207.69º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #32404C is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB506476-
CMYK0.340.1600.70
HSL207.69º20.63%24.71%-
HSV(B)207.69º34.21%29.8%-
XYZ4.454.877.54-
YUV61.18136.36120.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.32%
GREEN value IS 64 (25.39% from 255) = 33.68%
BLUE value IS 76 (30.08% from 255) = 40%
R=26.32%
G=33.68%
B=40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5064760.340.1600.70207.6920.6324.71
Hex32404C2210046d01519
Octal62100114422001063202531
Binary110010100000010011001000101000001000110110100001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32404C; }

 p { color: rgb(50,64,76); }

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

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

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

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

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

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

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