#324C50

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

Shades of Dark Slate Grey #324C50

Tints of Dark Slate Grey #324C50

Color information

#324C50 (or 0x324C50) is unknown color: approx Dark Slate Grey. HEX triplet: 32, 4C and 50. RGB value is (50,76,80). Sum of RGB (Red+Green+Blue) = 50+76+80=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 80 - color contains mainly: blue. Hex color #324C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324C50 is #CDB3AF. Grayscale: #444444. Windows color (decimal): -13480880 or 5262386. OLE color: 5262386.

HSL color Cylindrical-coordinate representation of color #324C50: hue angle of 188º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #324C50 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB507680-
CMYK0.370.0500.69
HSL188º23.08%25.49%-
HSV(B)188º37.5%31.37%-
XYZ5.356.438.55-
YUV68.68134.39114.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.27%
GREEN value IS 76 (30.08% from 255) = 36.89%
BLUE value IS 80 (31.64% from 255) = 38.83%
R=24.27%
G=36.89%
B=38.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5076800.370.0500.6918823.0825.49
Hex324C50255045bc1719
Octal6211412045501052742731
Binary1100101001100101000010010110101000101101111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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