#326C74

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

Shades of Ming #326C74

Tints of Ming #326C74

Color information

#326C74 (or 0x326C74) is unknown color: approx Ming. HEX triplet: 32, 6C and 74. RGB value is (50,108,116). Sum of RGB (Red+Green+Blue) = 50+108+116=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 116 - color contains mainly: blue. Hex color #326C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326C74 is #CD938B. Grayscale: #5B5B5B. Windows color (decimal): -13472652 or 7629874. OLE color: 7629874.

HSL color Cylindrical-coordinate representation of color #326C74: hue angle of 187.27º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #326C74 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB50108116-
CMYK0.570.0700.55
HSL187.27º39.76%32.55%-
HSV(B)187.27º56.9%45.49%-
XYZ9.8312.6618.45-
YUV91.57141.7898.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.25%
GREEN value IS 108 (42.58% from 255) = 39.42%
BLUE value IS 116 (45.70% from 255) = 42.34%
R=18.25%
G=39.42%
B=42.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal501081160.570.0700.55187.2739.7632.55
Hex326C74397037bb2821
Octal621541647170672735041
Binary11001011011001110100111001111011011110111011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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