#3E454B

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

Shades of Arsenic #3E454B

Tints of Arsenic #3E454B

Color information

#3E454B (or 0x3E454B) is unknown color: approx Arsenic. HEX triplet: 3E, 45 and 4B. RGB value is (62,69,75). Sum of RGB (Red+Green+Blue) = 62+69+75=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 75 - color contains mainly: blue. Hex color #3E454B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E454B is #C1BAB4. Grayscale: #434343. Windows color (decimal): -12696245 or 4932926. OLE color: 4932926.

HSL color Cylindrical-coordinate representation of color #3E454B: hue angle of 207.69º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3E454B is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB626975-
CMYK0.170.0800.71
HSL207.69º9.49%26.86%-
HSV(B)207.69º17.33%29.41%-
XYZ5.385.797.49-
YUV67.59132.18124.01-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.10%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 75 (29.69% from 255) = 36.41%
R=30.10%
G=33.50%
B=36.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6269750.170.0800.71207.699.4926.86
Hex3E454B118047d091b
Octal76105113211001073201133
Binary111110100010110010111000110000100011111010000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,69,75); }

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

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

 a { background-color: rgb(62,69,75); }

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

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

 span { border-color: rgb(62,69,75); }

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