#37424A

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

Shades of Arsenic #37424A

Tints of Arsenic #37424A

Color information

#37424A (or 0x37424A) is unknown color: approx Arsenic. HEX triplet: 37, 42 and 4A. RGB value is (55,66,74). Sum of RGB (Red+Green+Blue) = 55+66+74=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 74 - color contains mainly: blue. Hex color #37424A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37424A is #C8BDB5. Grayscale: #3F3F3F. Windows color (decimal): -13155766 or 4866615. OLE color: 4866615.

HSL color Cylindrical-coordinate representation of color #37424A: hue angle of 205.26º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #37424A is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB556674-
CMYK0.260.1100.71
HSL205.26º14.73%25.29%-
HSV(B)205.26º25.68%29.02%-
XYZ4.765.27.23-
YUV63.62133.86121.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.21%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 74 (29.30% from 255) = 37.95%
R=28.21%
G=33.85%
B=37.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5566740.260.1100.71205.2614.7325.29
Hex37424A1AB047cdf19
Octal67102112321301073151731
Binary110111100001010010101101010110100011111001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37424A; }

 p { color: rgb(55,66,74); }

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

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

 a { background-color: rgb(55,66,74); }

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

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

 span { border-color: rgb(55,66,74); }

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