#32414E

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

Shades of Arsenic #32414E

Tints of Arsenic #32414E

Color information

#32414E (or 0x32414E) is unknown color: approx Arsenic. HEX triplet: 32, 41 and 4E. RGB value is (50,65,78). Sum of RGB (Red+Green+Blue) = 50+65+78=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 78 - color contains mainly: blue. Hex color #32414E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32414E is #CDBEB1. Grayscale: #3D3D3D. Windows color (decimal): -13483698 or 5128498. OLE color: 5128498.

HSL color Cylindrical-coordinate representation of color #32414E: hue angle of 207.86º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #32414E is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB506578-
CMYK0.360.1700.69
HSL207.86º21.87%25.1%-
HSV(B)207.86º35.9%30.59%-
XYZ4.585.017.93-
YUV62137.03119.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.91%
GREEN value IS 65 (25.78% from 255) = 33.68%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=25.91%
G=33.68%
B=40.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5065780.360.1700.69207.8621.8725.1
Hex32414E2411045d01619
Octal62101116442101053202631
Binary110010100000110011101001001000101000101110100001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32414E; }

 p { color: rgb(50,65,78); }

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

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

 a { background-color: rgb(50,65,78); }

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

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

 span { border-color: rgb(50,65,78); }

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