Html Css Color HEX #245659 Dark Slate Grey

📋 copy color: '#245659'

red 36 ◦ green 86 ◦ blue 89

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

Shades of Dark Slate Grey #245659

Tints of Dark Slate Grey #245659

RGB

 RED value IS 36 (14.45% from 255) = 17.06%

 GREEN value IS 86 (33.98% from 255) = 40.76%

 BLUE value IS 89 (35.16% from 255) = 42.18%

R = 17.06%
G = 40.76%
B = 42.18%

CMYK

 C value IS 0.60

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#245659 (or 0x245659) is known color: Dark Slate Grey. HEX triplet: 24, 56 and 59. RGB value is (36,86,89). Sum of RGB (Red+Green+Blue) = 36+86+89=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #245659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245659 is #DBA9A6. Grayscale: #474747. Windows color (decimal): -14395815 or 5854756. OLE color: 5854756.

HSL color Cylindrical-coordinate representation of color #245659: hue angle of 183.4º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245659 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 86 89 -
CMYK 0.60 0.03 0 0.65
HSL 183.4º 0.42% 0.25% -
HSV(B) 183.4º 0.6% 0.35% -
XYZ 5.86 7.75 10.64 -
YUV 71.39 137.94 102.76 -
System Red Green Blue C M Y K H S L
Decimal 36 86 89 0.60 0.03 0 0.65 183.4 0.42 0.25
Hex 24 56 59 3C 3 0 41 B7 2A 19
Octal 44 126 131 74 3 0 101 267 52 31
Binary 100100 1010110 1011001 111100 11 0 1000001 10110111 101010 11001

Color Harmonies of #245659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245659

Black with #245659

Text Example


Text Example

White with #245659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245659; }

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

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

background-color css

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

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

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

border-color css

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

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

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