#37484A

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

Shades of Dark Slate Grey #37484A

Tints of Dark Slate Grey #37484A

Color information

#37484A (or 0x37484A) is unknown color: approx Dark Slate Grey. HEX triplet: 37, 48 and 4A. RGB value is (55,72,74). Sum of RGB (Red+Green+Blue) = 55+72+74=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 74 - color contains mainly: blue. Hex color #37484A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37484A is #C8B7B5. Grayscale: #434343. Windows color (decimal): -13154230 or 4868151. OLE color: 4868151.

HSL color Cylindrical-coordinate representation of color #37484A: hue angle of 186.32º 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 #37484A is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB557274-
CMYK0.260.0300.71
HSL186.32º14.73%25.29%-
HSV(B)186.32º25.68%29.02%-
XYZ5.135.947.36-
YUV67.14131.87119.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.36%
GREEN value IS 72 (28.52% from 255) = 35.82%
BLUE value IS 74 (29.30% from 255) = 36.82%
R=27.36%
G=35.82%
B=36.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5572740.260.0300.71186.3214.7325.29
Hex37484A1A3047baf19
Octal6711011232301072721731
Binary1101111001000100101011010110100011110111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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