#374A4A

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

Shades of Dark Slate Grey #374A4A

Tints of Dark Slate Grey #374A4A

Color information

#374A4A (or 0x374A4A) is unknown color: approx Dark Slate Grey. HEX triplet: 37, 4A and 4A. RGB value is (55,74,74). Sum of RGB (Red+Green+Blue) = 55+74+74=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 74 - color contains mainly: green, blue. Hex color #374A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374A4A is #C8B5B5. Grayscale: #444444. Windows color (decimal): -13153718 or 4868663. OLE color: 4868663.

HSL color Cylindrical-coordinate representation of color #374A4A: hue angle of 180º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #374A4A is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB557474-
CMYK0.26000.71
HSL180º14.73%25.29%-
HSV(B)180º25.68%29.02%-
XYZ5.266.27.4-
YUV68.32131.21118.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.09%
GREEN value IS 74 (29.30% from 255) = 36.45%
BLUE value IS 74 (29.30% from 255) = 36.45%
R=27.09%
G=36.45%
B=36.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5574740.26000.7118014.7325.29
Hex374A4A1A0047b4f19
Octal6711211232001072641731
Binary110111100101010010101101000100011110110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,74,74); }

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

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

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

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

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

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

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