#3D464E

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

Shades of Arsenic #3D464E

Tints of Arsenic #3D464E

Color information

#3D464E (or 0x3D464E) is unknown color: approx Arsenic. HEX triplet: 3D, 46 and 4E. RGB value is (61,70,78). Sum of RGB (Red+Green+Blue) = 61+70+78=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 78 - color contains mainly: blue. Hex color #3D464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D464E is #C2B9B1. Grayscale: #444444. Windows color (decimal): -12761522 or 5129789. OLE color: 5129789.

HSL color Cylindrical-coordinate representation of color #3D464E: hue angle of 208.24º 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 #3D464E is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB617078-
CMYK0.220.1000.69
HSL208.24º12.23%27.25%-
HSV(B)208.24º21.79%30.59%-
XYZ5.495.928.06-
YUV68.22133.52122.85-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.19%
GREEN value IS 70 (27.73% from 255) = 33.49%
BLUE value IS 78 (30.86% from 255) = 37.32%
R=29.19%
G=33.49%
B=37.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6170780.220.1000.69208.2412.2327.25
Hex3D464E16A045d0c1b
Octal75106116261201053201433
Binary111101100011010011101011010100100010111010000110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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