#245357

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

Shades of Dark Slate Grey #245357

Tints of Dark Slate Grey #245357

Color information

#245357 (or 0x245357) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 53 and 57. RGB value is (36,83,87). Sum of RGB (Red+Green+Blue) = 36+83+87=206 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.48% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: blue. Hex color #245357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245357 is #DBACA8. Grayscale: #454545. Windows color (decimal): -14396585 or 5722916. OLE color: 5722916.

HSL color Cylindrical-coordinate representation of color #245357: hue angle of 184.71º 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 #245357 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB368387-
CMYK0.590.0500.66
HSL184.71º41.46%24.12%-
HSV(B)184.71º58.62%34.12%-
XYZ5.547.2510.12-
YUV69.4137.93104.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.48%
GREEN value IS 83 (32.81% from 255) = 40.29%
BLUE value IS 87 (34.38% from 255) = 42.23%
R=17.48%
G=40.29%
B=42.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3683870.590.0500.66184.7141.4624.12
Hex2453573B5042b92918
Octal4412312773501022715130
Binary10010010100111010111111011101010000101011100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245357; }

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

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

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

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

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

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

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

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