Html Css Color HEX #394C4F Dark Slate Grey

📋 copy color: '#394C4F'

red 57 ◦ green 76 ◦ blue 79

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

Shades of Dark Slate Grey #394C4F

Tints of Dark Slate Grey #394C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 37.26%

R = 26.89%
G = 35.85%
B = 37.26%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#394C4F (or 0x394C4F) is known color: Dark Slate Grey. HEX triplet: 39, 4C and 4F. RGB value is (57,76,79). Sum of RGB (Red+Green+Blue) = 57+76+79=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 79 - color contains mainly: blue. Hex color #394C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C4F is #C6B3B0. Grayscale: #464646. Windows color (decimal): -13022129 or 5196857. OLE color: 5196857.

HSL color Cylindrical-coordinate representation of color #394C4F: hue angle of 188.18º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #394C4F is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 76 79 -
CMYK 0.28 0.04 0 0.69
HSL 188.18º 0.16% 0.27% -
HSV(B) 188.18º 0.28% 0.31% -
XYZ 5.68 6.6 8.37 -
YUV 70.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 57 76 79 0.28 0.04 0 0.69 188.18 0.16 0.27
Hex 39 4C 4F 1C 4 0 45 BC 10 1B
Octal 71 114 117 34 4 0 105 274 20 33
Binary 111001 1001100 1001111 11100 100 0 1000101 10111100 10000 11011

Color Harmonies of #394C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C4F

Black with #394C4F

Text Example


Text Example

White with #394C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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