#374049

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

Shades of Arsenic #374049

Tints of Arsenic #374049

Color information

#374049 (or 0x374049) is unknown color: approx Arsenic. HEX triplet: 37, 40 and 49. RGB value is (55,64,73). Sum of RGB (Red+Green+Blue) = 55+64+73=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 73 - color contains mainly: blue. Hex color #374049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374049 is #C8BFB6. Grayscale: #3E3E3E. Windows color (decimal): -13156279 or 4800567. OLE color: 4800567.

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

Color convert

RGB556473-
CMYK0.250.1200.71
HSL210º14.06%25.1%-
HSV(B)210º24.66%28.63%-
XYZ4.614.967.02-
YUV62.34134.02122.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.65%
GREEN value IS 64 (25.39% from 255) = 33.33%
BLUE value IS 73 (28.91% from 255) = 38.02%
R=28.65%
G=33.33%
B=38.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5564730.250.1200.7121014.0625.1
Hex37404919C047d2e19
Octal67100111311401073221631
Binary110111100000010010011100111000100011111010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374049; }

 p { color: rgb(55,64,73); }

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

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

 a { background-color: rgb(55,64,73); }

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

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

 span { border-color: rgb(55,64,73); }

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