#3D474E

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

Shades of Arsenic #3D474E

Tints of Arsenic #3D474E

Color information

#3D474E (or 0x3D474E) is unknown color: approx Arsenic. HEX triplet: 3D, 47 and 4E. RGB value is (61,71,78). Sum of RGB (Red+Green+Blue) = 61+71+78=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 78 - color contains mainly: blue. Hex color #3D474E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D474E is #C2B8B1. Grayscale: #444444. Windows color (decimal): -12761266 or 5130045. OLE color: 5130045.

HSL color Cylindrical-coordinate representation of color #3D474E: hue angle of 204.71º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3D474E is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB617178-
CMYK0.220.0900.69
HSL204.71º12.23%27.25%-
HSV(B)204.71º21.79%30.59%-
XYZ5.556.058.08-
YUV68.81133.19122.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.05%
GREEN value IS 71 (28.12% from 255) = 33.81%
BLUE value IS 78 (30.86% from 255) = 37.14%
R=29.05%
G=33.81%
B=37.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6171780.220.0900.69204.7112.2327.25
Hex3D474E169045cdc1b
Octal75107116261101053151433
Binary111101100011110011101011010010100010111001101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D474E; }

 p { color: rgb(61,71,78); }

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

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

 a { background-color: rgb(61,71,78); }

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

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

 span { border-color: rgb(61,71,78); }

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