#374C4D

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

Shades of Dark Slate Grey #374C4D

Tints of Dark Slate Grey #374C4D

Color information

#374C4D (or 0x374C4D) is unknown color: approx Dark Slate Grey. HEX triplet: 37, 4C and 4D. RGB value is (55,76,77). Sum of RGB (Red+Green+Blue) = 55+76+77=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 77 - color contains mainly: blue. Hex color #374C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374C4D is #C8B3B2. Grayscale: #454545. Windows color (decimal): -13153203 or 5065783. OLE color: 5065783.

HSL color Cylindrical-coordinate representation of color #374C4D: hue angle of 182.73º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #374C4D is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB557677-
CMYK0.290.0100.70
HSL182.73º16.67%25.88%-
HSV(B)182.73º28.57%30.2%-
XYZ5.56.527.99-
YUV69.83132.04117.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.44%
GREEN value IS 76 (30.08% from 255) = 36.54%
BLUE value IS 77 (30.47% from 255) = 37.02%
R=26.44%
G=36.54%
B=37.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5576770.290.0100.70182.7316.6725.88
Hex374C4D1D1046b7111a
Octal6711411535101062672132
Binary1101111001100100110111101101000110101101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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