#3E444B

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

Shades of Arsenic #3E444B

Tints of Arsenic #3E444B

Color information

#3E444B (or 0x3E444B) is unknown color: approx Arsenic. HEX triplet: 3E, 44 and 4B. RGB value is (62,68,75). Sum of RGB (Red+Green+Blue) = 62+68+75=205 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.24% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 75 - color contains mainly: blue. Hex color #3E444B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E444B is #C1BBB4. Grayscale: #424242. Windows color (decimal): -12696501 or 4932670. OLE color: 4932670.

HSL color Cylindrical-coordinate representation of color #3E444B: hue angle of 212.31º 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 #3E444B is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB626875-
CMYK0.170.0900.71
HSL212.31º9.49%26.86%-
HSV(B)212.31º17.33%29.41%-
XYZ5.325.677.47-
YUV67132.51124.43-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.24%
GREEN value IS 68 (26.95% from 255) = 33.17%
BLUE value IS 75 (29.69% from 255) = 36.59%
R=30.24%
G=33.17%
B=36.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6268750.170.0900.71212.319.4926.86
Hex3E444B119047d491b
Octal76104113211101073241133
Binary111110100010010010111000110010100011111010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E444B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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