#326C71

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

Shades of Ming #326C71

Tints of Ming #326C71

Color information

#326C71 (or 0x326C71) is unknown color: approx Ming. HEX triplet: 32, 6C and 71. RGB value is (50,108,113). Sum of RGB (Red+Green+Blue) = 50+108+113=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 113 - color contains mainly: blue. Hex color #326C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326C71 is #CD938E. Grayscale: #5B5B5B. Windows color (decimal): -13472655 or 7433266. OLE color: 7433266.

HSL color Cylindrical-coordinate representation of color #326C71: hue angle of 184.76º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #326C71 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB50108113-
CMYK0.560.0400.56
HSL184.76º38.65%31.96%-
HSV(B)184.76º55.75%44.31%-
XYZ9.6612.617.54-
YUV91.23140.2898.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.45%
GREEN value IS 108 (42.58% from 255) = 39.85%
BLUE value IS 113 (44.53% from 255) = 41.70%
R=18.45%
G=39.85%
B=41.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal501081130.560.0400.56184.7638.6531.96
Hex326C71384038b92720
Octal621541617040702714740
Binary11001011011001110001111000100011100010111001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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