#32434E

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

Shades of Arsenic #32434E

Tints of Arsenic #32434E

Color information

#32434E (or 0x32434E) is unknown color: approx Arsenic. HEX triplet: 32, 43 and 4E. RGB value is (50,67,78). Sum of RGB (Red+Green+Blue) = 50+67+78=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 78 - color contains mainly: blue. Hex color #32434E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32434E is #CDBCB1. Grayscale: #3F3F3F. Windows color (decimal): -13483186 or 5129010. OLE color: 5129010.

HSL color Cylindrical-coordinate representation of color #32434E: hue angle of 203.57º 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 #32434E is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB506778-
CMYK0.360.1400.69
HSL203.57º21.87%25.1%-
HSV(B)203.57º35.9%30.59%-
XYZ4.75.247.97-
YUV63.17136.37118.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.64%
GREEN value IS 67 (26.56% from 255) = 34.36%
BLUE value IS 78 (30.86% from 255) = 40%
R=25.64%
G=34.36%
B=40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5067780.360.1400.69203.5721.8725.1
Hex32434E24E045cc1619
Octal62103116441601053142631
Binary11001010000111001110100100111001000101110011001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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