#245257

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

Shades of Dark Slate Grey #245257

Tints of Dark Slate Grey #245257

Color information

#245257 (or 0x245257) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 52 and 57. RGB value is (36,82,87). Sum of RGB (Red+Green+Blue) = 36+82+87=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 87 - color contains mainly: blue. Hex color #245257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245257 is #DBADA8. Grayscale: #444444. Windows color (decimal): -14396841 or 5722660. OLE color: 5722660.

HSL color Cylindrical-coordinate representation of color #245257: hue angle of 185.88º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #245257 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB368287-
CMYK0.590.0600.66
HSL185.88º41.46%24.12%-
HSV(B)185.88º58.62%34.12%-
XYZ5.477.110.1-
YUV68.82138.26104.59-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.56%
GREEN value IS 82 (32.42% from 255) = 40%
BLUE value IS 87 (34.38% from 255) = 42.44%
R=17.56%
G=40%
B=42.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3682870.590.0600.66185.8841.4624.12
Hex2452573B6042ba2918
Octal4412212773601022725130
Binary10010010100101010111111011110010000101011101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245257; }

 p { color: rgb(36,82,87); }

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

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

 a { background-color: rgb(36,82,87); }

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

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

 span { border-color: rgb(36,82,87); }

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