#37484B

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

Shades of Dark Slate Grey #37484B

Tints of Dark Slate Grey #37484B

Color information

#37484B (or 0x37484B) is unknown color: approx Dark Slate Grey. HEX triplet: 37, 48 and 4B. RGB value is (55,72,75). Sum of RGB (Red+Green+Blue) = 55+72+75=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 75 - color contains mainly: blue. Hex color #37484B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37484B is #C8B7B4. Grayscale: #434343. Windows color (decimal): -13154229 or 4933687. OLE color: 4933687.

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

Color convert

RGB557275-
CMYK0.270.0400.71
HSL189º15.38%25.49%-
HSV(B)189º26.67%29.41%-
XYZ5.165.957.53-
YUV67.26132.37119.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.23%
GREEN value IS 72 (28.52% from 255) = 35.64%
BLUE value IS 75 (29.69% from 255) = 37.13%
R=27.23%
G=35.64%
B=37.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5572750.270.0400.7118915.3825.49
Hex37484B1B4047bdf19
Octal6711011333401072751731
Binary11011110010001001011110111000100011110111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37484B; }

 p { color: rgb(55,72,75); }

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

<style>
 a { background-color: #37484B; }

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

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

<style>
 span { border-color: #37484B; }

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

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