Html Css Color HEX #245859 Dark Slate Grey

📋 copy color: '#245859'

red 36 ◦ green 88 ◦ blue 89

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

Shades of Dark Slate Grey #245859

Tints of Dark Slate Grey #245859

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.31%

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

R = 16.9%
G = 41.31%
B = 41.78%

CMYK

 C value IS 0.60

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#245859 (or 0x245859) is known color: Dark Slate Grey. HEX triplet: 24, 58 and 59. RGB value is (36,88,89). Sum of RGB (Red+Green+Blue) = 36+88+89=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #245859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245859 is #DBA7A6. Grayscale: #484848. Windows color (decimal): -14395303 or 5855268. OLE color: 5855268.

HSL color Cylindrical-coordinate representation of color #245859: hue angle of 181.13º 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 #245859 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 88 89 -
CMYK 0.60 0.01 0 0.65
HSL 181.13º 0.42% 0.25% -
HSV(B) 181.13º 0.6% 0.35% -
XYZ 6.02 8.08 10.69 -
YUV 72.57 137.27 101.92 -
System Red Green Blue C M Y K H S L
Decimal 36 88 89 0.60 0.01 0 0.65 181.13 0.42 0.25
Hex 24 58 59 3C 1 0 41 B5 2A 19
Octal 44 130 131 74 1 0 101 265 52 31
Binary 100100 1011000 1011001 111100 1 0 1000001 10110101 101010 11001

Color Harmonies of #245859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245859

Black with #245859

Text Example


Text Example

White with #245859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245859; }

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

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

background-color css

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

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

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

border-color css

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

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

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