Html Css Color HEX #32494C Dark Slate Grey

📋 copy color: '#32494C'

red 50 ◦ green 73 ◦ blue 76

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

Shades of Dark Slate Grey #32494C

Tints of Dark Slate Grey #32494C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 38.19%

R = 25.13%
G = 36.68%
B = 38.19%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#32494C (or 0x32494C) is known color: Dark Slate Grey. HEX triplet: 32, 49 and 4C. RGB value is (50,73,76). Sum of RGB (Red+Green+Blue) = 50+73+76=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 76 - color contains mainly: blue. Hex color #32494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32494C is #CDB6B3. Grayscale: #424242. Windows color (decimal): -13481652 or 4999474. OLE color: 4999474.

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

Color convert

RGB 50 73 76 -
CMYK 0.34 0.04 0 0.70
HSL 186.92º 0.21% 0.25% -
HSV(B) 186.92º 0.34% 0.3% -
XYZ 5 5.97 7.73 -
YUV 66.47 133.38 116.26 -
System Red Green Blue C M Y K H S L
Decimal 50 73 76 0.34 0.04 0 0.70 186.92 0.21 0.25
Hex 32 49 4C 22 4 0 46 BB 15 19
Octal 62 111 114 42 4 0 106 273 25 31
Binary 110010 1001001 1001100 100010 100 0 1000110 10111011 10101 11001

Color Harmonies of #32494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32494C

Black with #32494C

Text Example


Text Example

White with #32494C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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