Html Css Color HEX #245957 Dark Slate Grey

📋 copy color: '#245957'

red 36 ◦ green 89 ◦ blue 87

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

Shades of Dark Slate Grey #245957

Tints of Dark Slate Grey #245957

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.98%

 BLUE value IS 87 (34.38% from 255) = 41.04%

R = 16.98%
G = 41.98%
B = 41.04%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#245957 (or 0x245957) is known color: Dark Slate Grey. HEX triplet: 24, 59 and 57. RGB value is (36,89,87). Sum of RGB (Red+Green+Blue) = 36+89+87=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 89 - color contains mainly: green. Hex color #245957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245957 is #DBA6A8. Grayscale: #484848. Windows color (decimal): -14395049 or 5724452. OLE color: 5724452.

HSL color Cylindrical-coordinate representation of color #245957: hue angle of 177.74º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245957 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 89 87 -
CMYK 0.60 0 0.02 0.65
HSL 177.74º 0.42% 0.25% -
HSV(B) 177.74º 0.6% 0.35% -
XYZ 6.02 8.21 10.28 -
YUV 72.93 135.94 101.66 -
System Red Green Blue C M Y K H S L
Decimal 36 89 87 0.60 0 0.02 0.65 177.74 0.42 0.25
Hex 24 59 57 3C 0 2 41 B2 2A 19
Octal 44 131 127 74 0 2 101 262 52 31
Binary 100100 1011001 1010111 111100 0 10 1000001 10110010 101010 11001

Color Harmonies of #245957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245957

Black with #245957

Text Example


Text Example

White with #245957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245957; }

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

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

background-color css

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

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

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

border-color css

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

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

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