#326B6C

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

Shades of Ming #326B6C

Tints of Ming #326B6C

Color information

#326B6C (or 0x326B6C) is unknown color: approx Ming. HEX triplet: 32, 6B and 6C. RGB value is (50,107,108). Sum of RGB (Red+Green+Blue) = 50+107+108=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 107 (42.19% from 255 or 40.38% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 108 - color contains mainly: blue. Hex color #326B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326B6C is #CD9493. Grayscale: #5A5A5A. Windows color (decimal): -13472916 or 7105330. OLE color: 7105330.

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

Color convert

RGB50107108-
CMYK0.540.0100.58
HSL181.03º36.71%30.98%-
HSV(B)181.03º53.7%42.35%-
XYZ9.2812.2816.07-
YUV90.07138.1299.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.87%
GREEN value IS 107 (42.19% from 255) = 40.38%
BLUE value IS 108 (42.58% from 255) = 40.75%
R=18.87%
G=40.38%
B=40.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal501071080.540.0100.58181.0336.7130.98
Hex326B6C36103Ab5251f
Octal621531546610722654537
Binary11001011010111101100110110101110101011010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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