#324C4D

Color #324C4D Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #324C4D

Tints of Dark Slate Grey #324C4D

Color information

#324C4D (or 0x324C4D) is unknown color: approx Dark Slate Grey. HEX triplet: 32, 4C and 4D. RGB value is (50,76,77). Sum of RGB (Red+Green+Blue) = 50+76+77=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 77 - color contains mainly: blue. Hex color #324C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324C4D is #CDB3B2. Grayscale: #444444. Windows color (decimal): -13480883 or 5065778. OLE color: 5065778.

HSL color Cylindrical-coordinate representation of color #324C4D: hue angle of 182.22º 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 #324C4D is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB507677-
CMYK0.350.0100.70
HSL182.22º21.26%24.9%-
HSV(B)182.22º35.06%30.2%-
XYZ5.246.387.98-
YUV68.34132.89114.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 76 (30.08% from 255) = 37.44%
BLUE value IS 77 (30.47% from 255) = 37.93%
R=24.63%
G=37.44%
B=37.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5076770.350.0100.70182.2221.2624.9
Hex324C4D231046b61519
Octal6211411543101062662531
Binary11001010011001001101100011101000110101101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324C4D; }

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

 H1.HeaderClassName
 {
   color: #324C4D;
 }
 .AnyTagClassName
 {
   color: #324C4D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #324C4D;
 }
 .BgClassName
 {
   background-color: #324C4D;
 }
</style>
border-color css

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

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

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