Html Css Color HEX #245255 Dark Slate Grey

📋 copy color: '#245255'

red 36 ◦ green 82 ◦ blue 85

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

Shades of Dark Slate Grey #245255

Tints of Dark Slate Grey #245255

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.39%

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

R = 17.73%
G = 40.39%
B = 41.87%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#245255 (or 0x245255) is known color: Dark Slate Grey. HEX triplet: 24, 52 and 55. RGB value is (36,82,85). Sum of RGB (Red+Green+Blue) = 36+82+85=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #245255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245255 is #DBADAA. Grayscale: #444444. Windows color (decimal): -14396843 or 5591588. OLE color: 5591588.

HSL color Cylindrical-coordinate representation of color #245255: hue angle of 183.67º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #245255 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 36 82 85 -
CMYK 0.58 0.04 0 0.67
HSL 183.67º 0.4% 0.24% -
HSV(B) 183.67º 0.58% 0.33% -
XYZ 5.38 7.07 9.67 -
YUV 68.59 137.26 104.76 -
System Red Green Blue C M Y K H S L
Decimal 36 82 85 0.58 0.04 0 0.67 183.67 0.4 0.24
Hex 24 52 55 3A 4 0 43 B8 28 18
Octal 44 122 125 72 4 0 103 270 50 30
Binary 100100 1010010 1010101 111010 100 0 1000011 10111000 101000 11000

Color Harmonies of #245255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245255

Black with #245255

Text Example


Text Example

White with #245255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245255; }

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

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

background-color css

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

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

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

border-color css

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

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

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