#326C73

Color #326C73 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #326C73

Tints of Ming #326C73

Color information

#326C73 (or 0x326C73) is unknown color: approx Ming. HEX triplet: 32, 6C and 73. RGB value is (50,108,115). Sum of RGB (Red+Green+Blue) = 50+108+115=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 115 - color contains mainly: blue. Hex color #326C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326C73 is #CD938C. Grayscale: #5B5B5B. Windows color (decimal): -13472653 or 7564338. OLE color: 7564338.

HSL color Cylindrical-coordinate representation of color #326C73: hue angle of 186.46º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #326C73 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB50108115-
CMYK0.570.0600.55
HSL186.46º39.39%32.35%-
HSV(B)186.46º56.52%45.1%-
XYZ9.7712.6418.14-
YUV91.46141.2898.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.32%
GREEN value IS 108 (42.58% from 255) = 39.56%
BLUE value IS 115 (45.31% from 255) = 42.12%
R=18.32%
G=39.56%
B=42.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal501081150.570.0600.55186.4639.3932.35
Hex326C73396037ba2720
Octal621541637160672724740
Binary11001011011001110011111001110011011110111010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326C73; }

 p { color: rgb(50,108,115); }

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

<style>
 a { background-color: #326C73; }

 a { background-color: rgb(50,108,115); }

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

<style>
 span { border-color: #326C73; }

 span { border-color: rgb(50,108,115); }

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