#3E5451

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

Shades of Dark Slate #3E5451

Tints of Dark Slate #3E5451

Color information

#3E5451 (or 0x3E5451) is unknown color: approx Dark Slate. HEX triplet: 3E, 54 and 51. RGB value is (62,84,81). Sum of RGB (Red+Green+Blue) = 62+84+81=227 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.31% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 84 - color contains mainly: green. Hex color #3E5451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5451 is #C1ABAE. Grayscale: #4D4D4D. Windows color (decimal): -12692399 or 5329982. OLE color: 5329982.

HSL color Cylindrical-coordinate representation of color #3E5451: hue angle of 171.82º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3E5451 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB628481-
CMYK0.2600.040.67
HSL171.82º15.07%28.63%-
HSV(B)171.82º26.19%32.94%-
XYZ6.647.968.97-
YUV77.08130.21117.24-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.31%
GREEN value IS 84 (33.20% from 255) = 37.00%
BLUE value IS 81 (32.03% from 255) = 35.68%
R=27.31%
G=37.00%
B=35.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6284810.2600.040.67171.8215.0728.63
Hex3E54511A0443acf1d
Octal7612412132041032541735
Binary11111010101001010001110100100100001110101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,84,81); }

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

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

 a { background-color: rgb(62,84,81); }

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

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

 span { border-color: rgb(62,84,81); }

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