Html Css Color HEX #32494D Dark Slate Grey

📋 copy color: '#32494D'

red 50 ◦ green 73 ◦ blue 77

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

Shades of Dark Slate Grey #32494D

Tints of Dark Slate Grey #32494D

RGB

 RED value IS 50 (19.92% from 255) = 25%

 GREEN value IS 73 (28.91% from 255) = 36.5%

 BLUE value IS 77 (30.47% from 255) = 38.5%

R = 25%
G = 36.5%
B = 38.5%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#32494D (or 0x32494D) is known color: Dark Slate Grey. HEX triplet: 32, 49 and 4D. RGB value is (50,73,77). Sum of RGB (Red+Green+Blue) = 50+73+77=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 77 - color contains mainly: blue. Hex color #32494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32494D is #CDB6B2. Grayscale: #424242. Windows color (decimal): -13481651 or 5065010. OLE color: 5065010.

HSL color Cylindrical-coordinate representation of color #32494D: hue angle of 188.89º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #32494D is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 50 73 77 -
CMYK 0.35 0.05 0 0.70
HSL 188.89º 0.21% 0.25% -
HSV(B) 188.89º 0.35% 0.3% -
XYZ 5.04 5.98 7.91 -
YUV 66.58 133.88 116.17 -
System Red Green Blue C M Y K H S L
Decimal 50 73 77 0.35 0.05 0 0.70 188.89 0.21 0.25
Hex 32 49 4D 23 5 0 46 BD 15 19
Octal 62 111 115 43 5 0 106 275 25 31
Binary 110010 1001001 1001101 100011 101 0 1000110 10111101 10101 11001

Color Harmonies of #32494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32494D

Black with #32494D

Text Example


Text Example

White with #32494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32494D; }

 p { color: rgb(50,73,77); }

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

background-color css

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

 a { background-color: rgb(50,73,77); }

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

border-color css

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

 span { border-color: rgb(50,73,77); }

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