#326A71

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

Shades of Ming #326A71

Tints of Ming #326A71

Color information

#326A71 (or 0x326A71) is unknown color: approx Ming. HEX triplet: 32, 6A and 71. RGB value is (50,106,113). Sum of RGB (Red+Green+Blue) = 50+106+113=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 106 (41.80% from 255 or 39.41% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 113 - color contains mainly: blue. Hex color #326A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326A71 is #CD958E. Grayscale: #595959. Windows color (decimal): -13473167 or 7432754. OLE color: 7432754.

HSL color Cylindrical-coordinate representation of color #326A71: hue angle of 186.67º 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 #326A71 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB50106113-
CMYK0.560.0600.56
HSL186.67º38.65%31.96%-
HSV(B)186.67º55.75%44.31%-
XYZ9.4512.1817.48-
YUV90.05140.9599.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.59%
GREEN value IS 106 (41.80% from 255) = 39.41%
BLUE value IS 113 (44.53% from 255) = 42.01%
R=18.59%
G=39.41%
B=42.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal501061130.560.0600.56186.6738.6531.96
Hex326A71386038bb2720
Octal621521617060702734740
Binary11001011010101110001111000110011100010111011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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