Html Css Color HEX #3E5652 Dark Slate

📋 copy color: '#3E5652'

red 62 ◦ green 86 ◦ blue 82

#3E5652
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate #3E5652

Tints of Dark Slate #3E5652

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 value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#3E5652 (or 0x3E5652) is known color: 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

RGB 62 86 82 -
CMYK 0.28 0 0.05 0.66
HSL 170º 0.16% 0.29% -
HSV(B) 170º 0.28% 0.34% -
XYZ 6.84 8.29 9.22 -
YUV 78.37 130.05 116.33 -
System Red Green Blue C M Y K H S L
Decimal 62 86 82 0.28 0 0.05 0.66 170 0.16 0.29
Hex 3E 56 52 1C 0 5 42 AA 10 1D
Octal 76 126 122 34 0 5 102 252 20 35
Binary 111110 1010110 1010010 11100 0 101 1000010 10101010 10000 11101

Color Harmonies of #3E5652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5652

Black with #3E5652

Text Example


Text Example

White with #3E5652

Text Example


Text Example

HTML Codes & Css Web 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>