Html Css Color HEX #245351 Dark Slate Grey

📋 copy color: '#245351'

red 36 ◦ green 83 ◦ blue 81

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

Shades of Dark Slate Grey #245351

Tints of Dark Slate Grey #245351

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.5%

 BLUE value IS 81 (32.03% from 255) = 40.5%

R = 18%
G = 41.5%
B = 40.5%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#245351 (or 0x245351) is known color: Dark Slate Grey. HEX triplet: 24, 53 and 51. RGB value is (36,83,81). Sum of RGB (Red+Green+Blue) = 36+83+81=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #245351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245351 is #DBACAE. Grayscale: #444444. Windows color (decimal): -14396591 or 5329700. OLE color: 5329700.

HSL color Cylindrical-coordinate representation of color #245351: hue angle of 177.45º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #245351 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 36 83 81 -
CMYK 0.57 0 0.02 0.67
HSL 177.45º 0.39% 0.23% -
HSV(B) 177.45º 0.57% 0.33% -
XYZ 5.31 7.16 8.89 -
YUV 68.72 134.93 104.66 -
System Red Green Blue C M Y K H S L
Decimal 36 83 81 0.57 0 0.02 0.67 177.45 0.39 0.23
Hex 24 53 51 39 0 2 43 B1 27 17
Octal 44 123 121 71 0 2 103 261 47 27
Binary 100100 1010011 1010001 111001 0 10 1000011 10110001 100111 10111

Color Harmonies of #245351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245351

Black with #245351

Text Example


Text Example

White with #245351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245351; }

 p { color: rgb(36,83,81); }

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

background-color css

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

 a { background-color: rgb(36,83,81); }

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

border-color css

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

 span { border-color: rgb(36,83,81); }

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