#37464F

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

Shades of Arsenic #37464F

Tints of Arsenic #37464F

Color information

#37464F (or 0x37464F) is unknown color: approx Arsenic. HEX triplet: 37, 46 and 4F. RGB value is (55,70,79). Sum of RGB (Red+Green+Blue) = 55+70+79=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 79 - color contains mainly: blue. Hex color #37464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37464F is #C8B9B0. Grayscale: #424242. Windows color (decimal): -13154737 or 5195319. OLE color: 5195319.

HSL color Cylindrical-coordinate representation of color #37464F: hue angle of 202.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #37464F is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB557079-
CMYK0.300.1100.69
HSL202.5º17.91%26.27%-
HSV(B)202.5º30.38%30.98%-
XYZ5.185.768.24-
YUV66.54135.03119.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.96%
GREEN value IS 70 (27.73% from 255) = 34.31%
BLUE value IS 79 (31.25% from 255) = 38.73%
R=26.96%
G=34.31%
B=38.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5570790.300.1100.69202.517.9126.27
Hex37464F1EB045ca121a
Octal67106117361301053122232
Binary1101111000110100111111110101101000101110010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37464F; }

 p { color: rgb(55,70,79); }

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

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

 a { background-color: rgb(55,70,79); }

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

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

 span { border-color: rgb(55,70,79); }

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