#25494D

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

Shades of Dark Slate Grey #25494D

Tints of Dark Slate Grey #25494D

Color information

#25494D (or 0x25494D) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 49 and 4D. RGB value is (37,73,77). Sum of RGB (Red+Green+Blue) = 37+73+77=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 77 - color contains mainly: blue. Hex color #25494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25494D is #DAB6B2. Grayscale: #3E3E3E. Windows color (decimal): -14333619 or 5064997. OLE color: 5064997.

HSL color Cylindrical-coordinate representation of color #25494D: hue angle of 186º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #25494D is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB377377-
CMYK0.520.0500.70
HSL186º35.09%22.35%-
HSV(B)186º51.95%30.2%-
XYZ4.495.697.88-
YUV62.69136.07109.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.79%
GREEN value IS 73 (28.91% from 255) = 39.04%
BLUE value IS 77 (30.47% from 255) = 41.18%
R=19.79%
G=39.04%
B=41.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3773770.520.0500.7018635.0922.35
Hex25494D345046ba2316
Octal4511111564501062724326
Binary10010110010011001101110100101010001101011101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25494D; }

 p { color: rgb(37,73,77); }

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

<style>
 a { background-color: #25494D; }

 a { background-color: rgb(37,73,77); }

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

<style>
 span { border-color: #25494D; }

 span { border-color: rgb(37,73,77); }

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