#394A4C

Color #394A4C Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #394A4C

Tints of Dark Slate Grey #394A4C

Color information

#394A4C (or 0x394A4C) is unknown color: approx 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

RGB577476-
CMYK0.250.0300.70
HSL186.32º14.29%26.08%-
HSV(B)186.32º25%29.8%-
XYZ5.446.297.76-
YUV69.14131.87119.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.54%
GREEN value IS 74 (29.30% 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 (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5774760.250.0300.70186.3214.2926.08
Hex394A4C193046bae1a
Octal7111211431301062721632
Binary1110011001010100110011001110100011010111010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>