Html Css Color HEX #245855 Dark Slate Grey

📋 copy color: '#245855'

red 36 ◦ green 88 ◦ blue 85

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

Shades of Dark Slate Grey #245855

Tints of Dark Slate Grey #245855

RGB

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

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

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

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

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

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

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

Color convert

RGB 36 88 85 -
CMYK 0.59 0 0.03 0.65
HSL 176.54º 0.42% 0.24% -
HSV(B) 176.54º 0.59% 0.35% -
XYZ 5.86 8.01 9.83 -
YUV 72.11 135.27 102.24 -
System Red Green Blue C M Y K H S L
Decimal 36 88 85 0.59 0 0.03 0.65 176.54 0.42 0.24
Hex 24 58 55 3B 0 3 41 B1 2A 18
Octal 44 130 125 73 0 3 101 261 52 30
Binary 100100 1011000 1010101 111011 0 11 1000001 10110001 101010 11000

Color Harmonies of #245855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245855

Black with #245855

Text Example


Text Example

White with #245855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245855; }

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

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

background-color css

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

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

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

border-color css

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

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

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