Html Css Color HEX #245558 Dark Slate Grey

📋 copy color: '#245558'

red 36 ◦ green 85 ◦ blue 88

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

Shades of Dark Slate Grey #245558

Tints of Dark Slate Grey #245558

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.67%

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

R = 17.22%
G = 40.67%
B = 42.11%

CMYK

 C value IS 0.59

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#245558 (or 0x245558) is known color: Dark Slate Grey. HEX triplet: 24, 55 and 58. RGB value is (36,85,88). Sum of RGB (Red+Green+Blue) = 36+85+88=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 88 - color contains mainly: blue. Hex color #245558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245558 is #DBAAA7. Grayscale: #464646. Windows color (decimal): -14396072 or 5788964. OLE color: 5788964.

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

Color convert

RGB 36 85 88 -
CMYK 0.59 0.03 0 0.65
HSL 183.46º 0.42% 0.24% -
HSV(B) 183.46º 0.59% 0.35% -
XYZ 5.74 7.58 10.39 -
YUV 70.69 137.77 103.26 -
System Red Green Blue C M Y K H S L
Decimal 36 85 88 0.59 0.03 0 0.65 183.46 0.42 0.24
Hex 24 55 58 3B 3 0 41 B7 2A 18
Octal 44 125 130 73 3 0 101 267 52 30
Binary 100100 1010101 1011000 111011 11 0 1000001 10110111 101010 11000

Color Harmonies of #245558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245558

Black with #245558

Text Example


Text Example

White with #245558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245558; }

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

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

background-color css

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

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

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

border-color css

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

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

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