Html Css Color HEX #245758 Dark Slate Grey

📋 copy color: '#245758'

red 36 ◦ green 87 ◦ blue 88

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

Shades of Dark Slate Grey #245758

Tints of Dark Slate Grey #245758

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.23%

 BLUE value IS 88 (34.77% from 255) = 41.71%

R = 17.06%
G = 41.23%
B = 41.71%

CMYK

 C value IS 0.59

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#245758 (or 0x245758) is known color: Dark Slate Grey. HEX triplet: 24, 57 and 58. RGB value is (36,87,88). Sum of RGB (Red+Green+Blue) = 36+87+88=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 87 (34.38% from 255 or 41.23% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 88 - color contains mainly: blue. Hex color #245758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245758 is #DBA8A7. Grayscale: #474747. Windows color (decimal): -14395560 or 5789476. OLE color: 5789476.

HSL color Cylindrical-coordinate representation of color #245758: hue angle of 181.15º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #245758 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 87 88 -
CMYK 0.59 0.01 0 0.65
HSL 181.15º 0.42% 0.24% -
HSV(B) 181.15º 0.59% 0.35% -
XYZ 5.9 7.9 10.45 -
YUV 71.87 137.1 102.42 -
System Red Green Blue C M Y K H S L
Decimal 36 87 88 0.59 0.01 0 0.65 181.15 0.42 0.24
Hex 24 57 58 3B 1 0 41 B5 2A 18
Octal 44 127 130 73 1 0 101 265 52 30
Binary 100100 1010111 1011000 111011 1 0 1000001 10110101 101010 11000

Color Harmonies of #245758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245758

Black with #245758

Text Example


Text Example

White with #245758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245758; }

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

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

background-color css

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

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

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

border-color css

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

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

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