Html Css Color HEX #245658 Dark Slate Grey

📋 copy color: '#245658'

red 36 ◦ green 86 ◦ blue 88

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

Shades of Dark Slate Grey #245658

Tints of Dark Slate Grey #245658

RGB

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

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

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

R = 17.14%
G = 40.95%
B = 41.9%

CMYK

 C value IS 0.59

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#245658 (or 0x245658) is known color: Dark Slate Grey. HEX triplet: 24, 56 and 58. RGB value is (36,86,88). Sum of RGB (Red+Green+Blue) = 36+86+88=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 88 - color contains mainly: blue. Hex color #245658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245658 is #DBA9A7. Grayscale: #474747. Windows color (decimal): -14395816 or 5789220. OLE color: 5789220.

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

Color convert

RGB 36 86 88 -
CMYK 0.59 0.02 0 0.65
HSL 182.31º 0.42% 0.24% -
HSV(B) 182.31º 0.59% 0.35% -
XYZ 5.82 7.74 10.42 -
YUV 71.28 137.44 102.84 -
System Red Green Blue C M Y K H S L
Decimal 36 86 88 0.59 0.02 0 0.65 182.31 0.42 0.24
Hex 24 56 58 3B 2 0 41 B6 2A 18
Octal 44 126 130 73 2 0 101 266 52 30
Binary 100100 1010110 1011000 111011 10 0 1000001 10110110 101010 11000

Color Harmonies of #245658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245658

Black with #245658

Text Example


Text Example

White with #245658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245658; }

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

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

background-color css

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

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

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

border-color css

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

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

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