#3E5351

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

Shades of Dark Slate #3E5351

Tints of Dark Slate #3E5351

Color information

#3E5351 (or 0x3E5351) is unknown color: approx Dark Slate. HEX triplet: 3E, 53 and 51. RGB value is (62,83,81). Sum of RGB (Red+Green+Blue) = 62+83+81=226 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.43% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 83 - color contains mainly: green. Hex color #3E5351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5351 is #C1ACAE. Grayscale: #4C4C4C. Windows color (decimal): -12692655 or 5329726. OLE color: 5329726.

HSL color Cylindrical-coordinate representation of color #3E5351: hue angle of 174.29º 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 #3E5351 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB628381-
CMYK0.2500.020.67
HSL174.29º14.48%28.43%-
HSV(B)174.29º25.3%32.55%-
XYZ6.577.88.95-
YUV76.49130.54117.66-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.43%
GREEN value IS 83 (32.81% from 255) = 36.73%
BLUE value IS 81 (32.03% from 255) = 35.84%
R=27.43%
G=36.73%
B=35.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6283810.2500.020.67174.2914.4828.43
Hex3E5351190243aee1c
Octal7612312131021032561634
Binary1111101010011101000111001010100001110101110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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