#3E464D

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

Shades of Arsenic #3E464D

Tints of Arsenic #3E464D

Color information

#3E464D (or 0x3E464D) is unknown color: approx Arsenic. HEX triplet: 3E, 46 and 4D. RGB value is (62,70,77). Sum of RGB (Red+Green+Blue) = 62+70+77=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E464D is #C1B9B2. Grayscale: #444444. Windows color (decimal): -12695987 or 5064254. OLE color: 5064254.

HSL color Cylindrical-coordinate representation of color #3E464D: hue angle of 208º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3E464D is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB627077-
CMYK0.190.0900.70
HSL208º10.79%27.25%-
HSV(B)208º19.48%30.2%-
XYZ5.525.947.88-
YUV68.41132.85123.43-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.67%
GREEN value IS 70 (27.73% from 255) = 33.49%
BLUE value IS 77 (30.47% from 255) = 36.84%
R=29.67%
G=33.49%
B=36.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6270770.190.0900.7020810.7927.25
Hex3E464D139046d0b1b
Octal76106115231101063201333
Binary111110100011010011011001110010100011011010000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,70,77); }

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

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

 a { background-color: rgb(62,70,77); }

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

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

 span { border-color: rgb(62,70,77); }

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