#374D4F

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

Shades of Dark Slate Grey #374D4F

Tints of Dark Slate Grey #374D4F

Color information

#374D4F (or 0x374D4F) is unknown color: approx Dark Slate Grey. HEX triplet: 37, 4D and 4F. RGB value is (55,77,79). Sum of RGB (Red+Green+Blue) = 55+77+79=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 79 - color contains mainly: blue. Hex color #374D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D4F is #C8B2B0. Grayscale: #464646. Windows color (decimal): -13152945 or 5197111. OLE color: 5197111.

HSL color Cylindrical-coordinate representation of color #374D4F: hue angle of 185º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #374D4F is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB557779-
CMYK0.300.0300.69
HSL185º17.91%26.27%-
HSV(B)185º30.38%30.98%-
XYZ5.646.688.39-
YUV70.65132.71116.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.07%
GREEN value IS 77 (30.47% from 255) = 36.49%
BLUE value IS 79 (31.25% from 255) = 37.44%
R=26.07%
G=36.49%
B=37.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5577790.300.0300.6918517.9126.27
Hex374D4F1E3045b9121a
Octal6711511736301052712232
Binary11011110011011001111111101101000101101110011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374D4F; }

 p { color: rgb(55,77,79); }

 H1.HeaderClassName
 {
   color: #374D4F;
 }
 .AnyTagClassName
 {
   color: #374D4F;
 }
</style>
background-color css

<style>
 a { background-color: #374D4F; }

 a { background-color: rgb(55,77,79); }

 div.DivClassName
 {
   background-color: #374D4F;
 }
 .BgClassName
 {
   background-color: #374D4F;
 }
</style>
border-color css

<style>
 span { border-color: #374D4F; }

 span { border-color: rgb(55,77,79); }

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