#3E534F

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

Shades of Dark Slate #3E534F

Tints of Dark Slate #3E534F

Color information

#3E534F (or 0x3E534F) is unknown color: approx Dark Slate. HEX triplet: 3E, 53 and 4F. RGB value is (62,83,79). Sum of RGB (Red+Green+Blue) = 62+83+79=224 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.68% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 83 - color contains mainly: green. Hex color #3E534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E534F is #C1ACB0. Grayscale: #4C4C4C. Windows color (decimal): -12692657 or 5198654. OLE color: 5198654.

HSL color Cylindrical-coordinate representation of color #3E534F: hue angle of 168.57º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3E534F is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB628379-
CMYK0.2500.050.67
HSL168.57º14.48%28.43%-
HSV(B)168.57º25.3%32.55%-
XYZ6.497.788.56-
YUV76.26129.54117.83-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.68%
GREEN value IS 83 (32.81% from 255) = 37.05%
BLUE value IS 79 (31.25% from 255) = 35.27%
R=27.68%
G=37.05%
B=35.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6283790.2500.050.67168.5714.4828.43
Hex3E534F190543a9e1c
Octal7612311731051032511634
Binary11111010100111001111110010101100001110101001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,83,79); }

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

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

 a { background-color: rgb(62,83,79); }

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

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

 span { border-color: rgb(62,83,79); }

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