#326B6D

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

Shades of Ming #326B6D

Tints of Ming #326B6D

Color information

#326B6D (or 0x326B6D) is unknown color: approx Ming. HEX triplet: 32, 6B and 6D. RGB value is (50,107,109). Sum of RGB (Red+Green+Blue) = 50+107+109=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 107 (42.19% from 255 or 40.23% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 109 - color contains mainly: blue. Hex color #326B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326B6D is #CD9492. Grayscale: #5A5A5A. Windows color (decimal): -13472915 or 7170866. OLE color: 7170866.

HSL color Cylindrical-coordinate representation of color #326B6D: hue angle of 182.03º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #326B6D is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB50107109-
CMYK0.540.0200.57
HSL182.03º37.11%31.18%-
HSV(B)182.03º54.13%42.75%-
XYZ9.3312.316.35-
YUV90.18138.6299.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.80%
GREEN value IS 107 (42.19% from 255) = 40.23%
BLUE value IS 109 (42.97% from 255) = 40.98%
R=18.80%
G=40.23%
B=40.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal501071090.540.0200.57182.0337.1131.18
Hex326B6D362039b6251f
Octal621531556620712664537
Binary110010110101111011011101101001110011011011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,107,109); }

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

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

 a { background-color: rgb(50,107,109); }

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

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

 span { border-color: rgb(50,107,109); }

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