#3E474E

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

Shades of Arsenic #3E474E

Tints of Arsenic #3E474E

Color information

#3E474E (or 0x3E474E) is unknown color: approx Arsenic. HEX triplet: 3E, 47 and 4E. RGB value is (62,71,78). Sum of RGB (Red+Green+Blue) = 62+71+78=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 78 - color contains mainly: blue. Hex color #3E474E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E474E is #C1B8B1. Grayscale: #454545. Windows color (decimal): -12695730 or 5130046. OLE color: 5130046.

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

Color convert

RGB627178-
CMYK0.210.0900.69
HSL206.25º11.43%27.45%-
HSV(B)206.25º20.51%30.59%-
XYZ5.616.088.09-
YUV69.11133.02122.93-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.38%
GREEN value IS 71 (28.12% from 255) = 33.65%
BLUE value IS 78 (30.86% from 255) = 36.97%
R=29.38%
G=33.65%
B=36.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6271780.210.0900.69206.2511.4327.45
Hex3E474E159045ceb1b
Octal76107116251101053161333
Binary111110100011110011101010110010100010111001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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