Html Css Color HEX #394C4D Dark Slate Grey

📋 copy color: '#394C4D'

red 57 ◦ green 76 ◦ blue 77

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

Shades of Dark Slate Grey #394C4D

Tints of Dark Slate Grey #394C4D

RGB

 RED value IS 57 (22.66% from 255) = 27.14%

 GREEN value IS 76 (30.08% from 255) = 36.19%

 BLUE value IS 77 (30.47% from 255) = 36.67%

R = 27.14%
G = 36.19%
B = 36.67%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#394C4D (or 0x394C4D) is known color: Dark Slate Grey. HEX triplet: 39, 4C and 4D. RGB value is (57,76,77). Sum of RGB (Red+Green+Blue) = 57+76+77=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 77 - color contains mainly: blue. Hex color #394C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C4D is #C6B3B2. Grayscale: #464646. Windows color (decimal): -13022131 or 5065785. OLE color: 5065785.

HSL color Cylindrical-coordinate representation of color #394C4D: hue angle of 183º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #394C4D is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 57 76 77 -
CMYK 0.26 0.01 0 0.70
HSL 183º 0.15% 0.26% -
HSV(B) 183º 0.26% 0.3% -
XYZ 5.61 6.57 7.99 -
YUV 70.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 57 76 77 0.26 0.01 0 0.70 183 0.15 0.26
Hex 39 4C 4D 1A 1 0 46 B7 F 1A
Octal 71 114 115 32 1 0 106 267 17 32
Binary 111001 1001100 1001101 11010 1 0 1000110 10110111 1111 11010

Color Harmonies of #394C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C4D

Black with #394C4D

Text Example


Text Example

White with #394C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394C4D; }

 p { color: rgb(57,76,77); }

 H1.HeaderClassName
 {
   color: #394C4D;
 }
 .AnyTagClassName
 {
   color: #394C4D;
 }
</style>

background-color css

<style>
 a { background-color: #394C4D; }

 a { background-color: rgb(57,76,77); }

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

border-color css

<style>
 span { border-color: #394C4D; }

 span { border-color: rgb(57,76,77); }

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