#326c6f

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

Shades of Ming #326C6F

Tints of Ming #326C6F

Color information

#326C6F (or 0x326C6F) is unknown color: approx Ming. HEX triplet: 32, 6C and 6F. RGB value is (50,108,111). Sum of RGB (Red+Green+Blue) = 50+108+111=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 108 (42.58% from 255 or 40.15% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 111 - color contains mainly: blue. Hex color #326C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326C6F is #CD9390. Grayscale: #5A5A5A. Windows color (decimal): -13472657 or 7302194. OLE color: 7302194.

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

Color convert

RGB50108111-
CMYK0.550.0300.56
HSL182.95º37.89%31.57%-
HSV(B)182.95º54.95%43.53%-
XYZ9.5512.5516.96-
YUV91139.2898.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.59%
GREEN value IS 108 (42.58% from 255) = 40.15%
BLUE value IS 111 (43.75% from 255) = 41.26%
R=18.59%
G=40.15%
B=41.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal501081110.550.0300.56182.9537.8931.57
Hex326C6F373038b72620
Octal621541576730702674640
Binary1100101101100110111111011111011100010110111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326c6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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