#25464A

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

Shades of Dark Slate Grey #25464A

Tints of Dark Slate Grey #25464A

Color information

#25464A (or 0x25464A) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 46 and 4A. RGB value is (37,70,74). Sum of RGB (Red+Green+Blue) = 37+70+74=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 74 - color contains mainly: blue. Hex color #25464A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25464A is #DAB9B5. Grayscale: #3C3C3C. Windows color (decimal): -14334390 or 4867621. OLE color: 4867621.

HSL color Cylindrical-coordinate representation of color #25464A: hue angle of 186.49º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #25464A is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB377074-
CMYK0.500.0500.71
HSL186.49º33.33%21.76%-
HSV(B)186.49º50%29.02%-
XYZ4.195.277.27-
YUV60.59135.57111.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.44%
GREEN value IS 70 (27.73% from 255) = 38.67%
BLUE value IS 74 (29.30% from 255) = 40.88%
R=20.44%
G=38.67%
B=40.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3770740.500.0500.71186.4933.3321.76
Hex25464A325047ba2116
Octal4510611262501072724126
Binary10010110001101001010110010101010001111011101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,70,74); }

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

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

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

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

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

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

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