#3E5652

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

Shades of Dark Slate #3E5652

Tints of Dark Slate #3E5652

Color information

#3E5652 (or 0x3E5652) is unknown color: approx Dark Slate. HEX triplet: 3E, 56 and 52. RGB value is (62,86,82). Sum of RGB (Red+Green+Blue) = 62+86+82=230 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.96% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 86 - color contains mainly: green. Hex color #3E5652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5652 is #C1A9AD. Grayscale: #4E4E4E. Windows color (decimal): -12691886 or 5396030. OLE color: 5396030.

HSL color Cylindrical-coordinate representation of color #3E5652: hue angle of 170º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3E5652 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB628682-
CMYK0.2800.050.66
HSL170º16.22%29.02%-
HSV(B)170º27.91%33.73%-
XYZ6.848.299.22-
YUV78.37130.05116.33-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.96%
GREEN value IS 86 (33.98% from 255) = 37.39%
BLUE value IS 82 (32.42% from 255) = 35.65%
R=26.96%
G=37.39%
B=35.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6286820.2800.050.6617016.2229.02
Hex3E56521C0542aa101d
Octal7612612234051022522035
Binary111110101011010100101110001011000010101010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,86,82); }

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

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

 a { background-color: rgb(62,86,82); }

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

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

 span { border-color: rgb(62,86,82); }

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