#374249

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

Shades of Arsenic #374249

Tints of Arsenic #374249

Color information

#374249 (or 0x374249) is unknown color: approx Arsenic. HEX triplet: 37, 42 and 49. RGB value is (55,66,73). Sum of RGB (Red+Green+Blue) = 55+66+73=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 73 - color contains mainly: blue. Hex color #374249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374249 is #C8BDB6. Grayscale: #3F3F3F. Windows color (decimal): -13155767 or 4801079. OLE color: 4801079.

HSL color Cylindrical-coordinate representation of color #374249: hue angle of 203.33º 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 #374249 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB556673-
CMYK0.250.1000.71
HSL203.33º14.06%25.1%-
HSV(B)203.33º24.66%28.63%-
XYZ4.735.197.06-
YUV63.51133.36121.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.35%
GREEN value IS 66 (26.17% from 255) = 34.02%
BLUE value IS 73 (28.91% from 255) = 37.63%
R=28.35%
G=34.02%
B=37.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5566730.250.1000.71203.3314.0625.1
Hex37424919A047cbe19
Octal67102111311201073131631
Binary110111100001010010011100110100100011111001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374249; }

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

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

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

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

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

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

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

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