Html Css Color HEX #25494C Dark Slate Grey

📋 copy color: '#25494C'

red 37 ◦ green 73 ◦ blue 76

#25494C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #25494C

Tints of Dark Slate Grey #25494C

RGB

 RED value IS 37 (14.84% from 255) = 19.89%

 GREEN value IS 73 (28.91% from 255) = 39.25%

 BLUE value IS 76 (30.08% from 255) = 40.86%

R = 19.89%
G = 39.25%
B = 40.86%

CMYK

 C value IS 0.51

 M value IS 0.04

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25494C (or 0x25494C) is known color: Dark Slate Grey. HEX triplet: 25, 49 and 4C. RGB value is (37,73,76). Sum of RGB (Red+Green+Blue) = 37+73+76=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 76 - color contains mainly: blue. Hex color #25494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25494C is #DAB6B3. Grayscale: #3E3E3E. Windows color (decimal): -14333620 or 4999461. OLE color: 4999461.

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

Color convert

RGB 37 73 76 -
CMYK 0.51 0.04 0 0.70
HSL 184.62º 0.35% 0.22% -
HSV(B) 184.62º 0.51% 0.3% -
XYZ 4.45 5.68 7.7 -
YUV 62.58 135.57 109.76 -
System Red Green Blue C M Y K H S L
Decimal 37 73 76 0.51 0.04 0 0.70 184.62 0.35 0.22
Hex 25 49 4C 33 4 0 46 B9 23 16
Octal 45 111 114 63 4 0 106 271 43 26
Binary 100101 1001001 1001100 110011 100 0 1000110 10111001 100011 10110

Color Harmonies of #25494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25494C

Black with #25494C

Text Example


Text Example

White with #25494C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25494C;
 }
 .AnyTagClassName
 {
   color: #25494C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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