#324A4C

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

Shades of Dark Slate Grey #324A4C

Tints of Dark Slate Grey #324A4C

Color information

#324A4C (or 0x324A4C) is unknown color: approx Dark Slate Grey. HEX triplet: 32, 4A and 4C. RGB value is (50,74,76). Sum of RGB (Red+Green+Blue) = 50+74+76=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 76 - color contains mainly: blue. Hex color #324A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324A4C is #CDB5B3. Grayscale: #434343. Windows color (decimal): -13481396 or 4999730. OLE color: 4999730.

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

Color convert

RGB507476-
CMYK0.340.0300.70
HSL184.62º20.63%24.71%-
HSV(B)184.62º34.21%29.8%-
XYZ5.076.17.75-
YUV67.05133.05115.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25%
GREEN value IS 74 (29.30% from 255) = 37%
BLUE value IS 76 (30.08% from 255) = 38%
R=25%
G=37%
B=38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5074760.340.0300.70184.6220.6324.71
Hex324A4C223046b91519
Octal6211211442301062712531
Binary110010100101010011001000101101000110101110011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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