#324E50

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

Shades of Dark Slate Grey #324E50

Tints of Dark Slate Grey #324E50

Color information

#324E50 (or 0x324E50) is unknown color: approx Dark Slate Grey. HEX triplet: 32, 4E and 50. RGB value is (50,78,80). Sum of RGB (Red+Green+Blue) = 50+78+80=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 80 - color contains mainly: blue. Hex color #324E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324E50 is #CDB1AF. Grayscale: #454545. Windows color (decimal): -13480368 or 5262898. OLE color: 5262898.

HSL color Cylindrical-coordinate representation of color #324E50: hue angle of 184º 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 #324E50 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB507880-
CMYK0.370.0200.69
HSL184º23.08%25.49%-
HSV(B)184º37.5%31.37%-
XYZ5.496.718.59-
YUV69.86133.72113.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.04%
GREEN value IS 78 (30.86% from 255) = 37.5%
BLUE value IS 80 (31.64% from 255) = 38.46%
R=24.04%
G=37.5%
B=38.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5078800.370.0200.6918423.0825.49
Hex324E50252045b81719
Octal6211612045201052702731
Binary110010100111010100001001011001000101101110001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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