#245651

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

Shades of Dark Slate Grey #245651

Tints of Dark Slate Grey #245651

Color information

#245651 (or 0x245651) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 56 and 51. RGB value is (36,86,81). Sum of RGB (Red+Green+Blue) = 36+86+81=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 86 - color contains mainly: green. Hex color #245651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245651 is #DBA9AE. Grayscale: #464646. Windows color (decimal): -14395823 or 5330468. OLE color: 5330468.

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

Color convert

RGB368681-
CMYK0.5800.060.66
HSL174º40.98%23.92%-
HSV(B)174º58.14%33.73%-
XYZ5.547.628.96-
YUV70.48133.94103.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.73%
GREEN value IS 86 (33.98% from 255) = 42.36%
BLUE value IS 81 (32.03% from 255) = 39.90%
R=17.73%
G=42.36%
B=39.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3686810.5800.060.6617440.9823.92
Hex2456513A0642ae2918
Octal4412612172061022565130
Binary10010010101101010001111010011010000101010111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245651; }

 p { color: rgb(36,86,81); }

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

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

 a { background-color: rgb(36,86,81); }

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

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

 span { border-color: rgb(36,86,81); }

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