#374047

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

Shades of Arsenic #374047

Tints of Arsenic #374047

Color information

#374047 (or 0x374047) is unknown color: approx Arsenic. HEX triplet: 37, 40 and 47. RGB value is (55,64,71). Sum of RGB (Red+Green+Blue) = 55+64+71=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 71 - color contains mainly: blue. Hex color #374047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374047 is #C8BFB8. Grayscale: #3E3E3E. Windows color (decimal): -13156281 or 4669495. OLE color: 4669495.

HSL color Cylindrical-coordinate representation of color #374047: hue angle of 206.25º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #374047 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB556471-
CMYK0.230.1000.72
HSL206.25º12.7%24.71%-
HSV(B)206.25º22.54%27.84%-
XYZ4.554.936.67-
YUV62.11133.02122.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.95%
GREEN value IS 64 (25.39% from 255) = 33.68%
BLUE value IS 71 (28.12% from 255) = 37.37%
R=28.95%
G=33.68%
B=37.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5564710.230.1000.72206.2512.724.71
Hex37404717A048ced19
Octal67100107271201103161531
Binary110111100000010001111011110100100100011001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374047; }

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

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

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

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

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

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

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

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