#326A72

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

Shades of Ming #326A72

Tints of Ming #326A72

Color information

#326A72 (or 0x326A72) is unknown color: approx Ming. HEX triplet: 32, 6A and 72. RGB value is (50,106,114). Sum of RGB (Red+Green+Blue) = 50+106+114=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 114 - color contains mainly: blue. Hex color #326A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326A72 is #CD958D. Grayscale: #5A5A5A. Windows color (decimal): -13473166 or 7498290. OLE color: 7498290.

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

Color convert

RGB50106114-
CMYK0.560.0700.55
HSL187.5º39.02%32.16%-
HSV(B)187.5º56.14%44.71%-
XYZ9.5112.217.77-
YUV90.17141.4599.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.52%
GREEN value IS 106 (41.80% from 255) = 39.26%
BLUE value IS 114 (44.92% from 255) = 42.22%
R=18.52%
G=39.26%
B=42.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal501061140.560.0700.55187.539.0232.16
Hex326A72387037bc2720
Octal621521627070672744740
Binary11001011010101110010111000111011011110111100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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