#326A73

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

Shades of Ming #326A73

Tints of Ming #326A73

Color information

#326A73 (or 0x326A73) is unknown color: approx Ming. HEX triplet: 32, 6A and 73. RGB value is (50,106,115). Sum of RGB (Red+Green+Blue) = 50+106+115=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 115 - color contains mainly: blue. Hex color #326A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326A73 is #CD958C. Grayscale: #5A5A5A. Windows color (decimal): -13473165 or 7563826. OLE color: 7563826.

HSL color Cylindrical-coordinate representation of color #326A73: hue angle of 188.31º 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 #326A73 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB50106115-
CMYK0.570.0800.55
HSL188.31º39.39%32.35%-
HSV(B)188.31º56.52%45.1%-
XYZ9.5612.2218.08-
YUV90.28141.9599.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.45%
GREEN value IS 106 (41.80% from 255) = 39.11%
BLUE value IS 115 (45.31% from 255) = 42.44%
R=18.45%
G=39.11%
B=42.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal501061150.570.0800.55188.3139.3932.35
Hex326A73398037bc2720
Octal6215216371100672744740
Binary110010110101011100111110011000011011110111100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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