#394C4F

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

Shades of Dark Slate Grey #394C4F

Tints of Dark Slate Grey #394C4F

Color information

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

RGB577679-
CMYK0.280.0400.69
HSL188.18º16.18%26.67%-
HSV(B)188.18º27.85%30.98%-
XYZ5.686.68.37-
YUV70.66132.71118.26-

RGB Variations

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

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 (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5776790.280.0400.69188.1816.1826.67
Hex394C4F1C4045bc101b
Octal7111411734401052742033
Binary111001100110010011111110010001000101101111001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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