Html Css Color HEX #3E5A54 Dark Slate

📋 copy color: '#3E5A54'

red 62 ◦ green 90 ◦ blue 84

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

Shades of Dark Slate #3E5A54

Tints of Dark Slate #3E5A54

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.14%

 BLUE value IS 84 (33.2% from 255) = 35.59%

R = 26.27%
G = 38.14%
B = 35.59%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#3E5A54 (or 0x3E5A54) is known color: Dark Slate. HEX triplet: 3E, 5A and 54. RGB value is (62,90,84). Sum of RGB (Red+Green+Blue) = 62+90+84=236 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.27% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 90 - color contains mainly: green. Hex color #3E5A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5A54 is #C1A5AB. Grayscale: #505050. Windows color (decimal): -12690860 or 5528126. OLE color: 5528126.

HSL color Cylindrical-coordinate representation of color #3E5A54: hue angle of 167.14º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3E5A54 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 62 90 84 -
CMYK 0.31 0 0.07 0.65
HSL 167.14º 0.18% 0.3% -
HSV(B) 167.14º 0.31% 0.35% -
XYZ 7.24 8.98 9.74 -
YUV 80.94 129.72 114.49 -
System Red Green Blue C M Y K H S L
Decimal 62 90 84 0.31 0 0.07 0.65 167.14 0.18 0.3
Hex 3E 5A 54 1F 0 7 41 A7 12 1E
Octal 76 132 124 37 0 7 101 247 22 36
Binary 111110 1011010 1010100 11111 0 111 1000001 10100111 10010 11110

Color Harmonies of #3E5A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5A54

Black with #3E5A54

Text Example


Text Example

White with #3E5A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,90,84); }

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

background-color css

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

 a { background-color: rgb(62,90,84); }

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

border-color css

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

 span { border-color: rgb(62,90,84); }

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