#326A6F

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

Shades of Ming #326A6F

Tints of Ming #326A6F

Color information

#326A6F (or 0x326A6F) is unknown color: approx Ming. HEX triplet: 32, 6A and 6F. RGB value is (50,106,111). Sum of RGB (Red+Green+Blue) = 50+106+111=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 111 - color contains mainly: blue. Hex color #326A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326A6F is #CD9590. Grayscale: #595959. Windows color (decimal): -13473169 or 7301682. OLE color: 7301682.

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

Color convert

RGB50106111-
CMYK0.550.0500.56
HSL184.92º37.89%31.57%-
HSV(B)184.92º54.95%43.53%-
XYZ9.3412.1316.89-
YUV89.83139.9599.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.73%
GREEN value IS 106 (41.80% from 255) = 39.70%
BLUE value IS 111 (43.75% from 255) = 41.57%
R=18.73%
G=39.70%
B=41.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal501061110.550.0500.56184.9237.8931.57
Hex326A6F375038b92620
Octal621521576750702714640
Binary11001011010101101111110111101011100010111001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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