Html Css Color HEX #3E5551 Dark Slate

📋 copy color: '#3E5551'

red 62 ◦ green 85 ◦ blue 81

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

Shades of Dark Slate #3E5551

Tints of Dark Slate #3E5551

RGB

 RED value IS 62 (24.61% from 255) = 27.19%

 GREEN value IS 85 (33.59% from 255) = 37.28%

 BLUE value IS 81 (32.03% from 255) = 35.53%

R = 27.19%
G = 37.28%
B = 35.53%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#3E5551 (or 0x3E5551) is known color: Dark Slate. HEX triplet: 3E, 55 and 51. RGB value is (62,85,81). Sum of RGB (Red+Green+Blue) = 62+85+81=228 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.19% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 85 - color contains mainly: green. Hex color #3E5551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5551 is #C1AAAE. Grayscale: #4D4D4D. Windows color (decimal): -12692143 or 5330238. OLE color: 5330238.

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

Color convert

RGB 62 85 81 -
CMYK 0.27 0 0.05 0.67
HSL 169.57º 0.16% 0.29% -
HSV(B) 169.57º 0.27% 0.33% -
XYZ 6.72 8.12 9 -
YUV 77.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 62 85 81 0.27 0 0.05 0.67 169.57 0.16 0.29
Hex 3E 55 51 1B 0 5 43 AA 10 1D
Octal 76 125 121 33 0 5 103 252 20 35
Binary 111110 1010101 1010001 11011 0 101 1000011 10101010 10000 11101

Color Harmonies of #3E5551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5551

Black with #3E5551

Text Example


Text Example

White with #3E5551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E5551;
 }
 .AnyTagClassName
 {
   color: #3E5551;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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