Html Css Color HEX #394A4C Dark Slate Grey

📋 copy color: '#394A4C'

red 57 ◦ green 74 ◦ blue 76

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

Shades of Dark Slate Grey #394A4C

Tints of Dark Slate Grey #394A4C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.75%

 BLUE value IS 76 (30.08% from 255) = 36.71%

R = 27.54%
G = 35.75%
B = 36.71%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#394A4C (or 0x394A4C) is known color: Dark Slate Grey. HEX triplet: 39, 4A and 4C. RGB value is (57,74,76). Sum of RGB (Red+Green+Blue) = 57+74+76=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 76 - color contains mainly: blue. Hex color #394A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394A4C is #C6B5B3. Grayscale: #454545. Windows color (decimal): -13022644 or 4999737. OLE color: 4999737.

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

Color convert

RGB 57 74 76 -
CMYK 0.25 0.03 0 0.70
HSL 186.32º 0.14% 0.26% -
HSV(B) 186.32º 0.25% 0.3% -
XYZ 5.44 6.29 7.76 -
YUV 69.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 57 74 76 0.25 0.03 0 0.70 186.32 0.14 0.26
Hex 39 4A 4C 19 3 0 46 BA E 1A
Octal 71 112 114 31 3 0 106 272 16 32
Binary 111001 1001010 1001100 11001 11 0 1000110 10111010 1110 11010

Color Harmonies of #394A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394A4C

Black with #394A4C

Text Example


Text Example

White with #394A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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