#326970

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

Shades of Ming #326970

Tints of Ming #326970

Color information

#326970 (or 0x326970) is unknown color: approx Ming. HEX triplet: 32, 69 and 70. RGB value is (50,105,112). Sum of RGB (Red+Green+Blue) = 50+105+112=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: blue. Hex color #326970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326970 is #CD968F. Grayscale: #595959. Windows color (decimal): -13473424 or 7366962. OLE color: 7366962.

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

Color convert

RGB50105112-
CMYK0.550.0600.56
HSL186.77º38.27%31.76%-
HSV(B)186.77º55.36%43.92%-
XYZ9.2911.9517.15-
YUV89.35140.7899.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.73%
GREEN value IS 105 (41.41% from 255) = 39.33%
BLUE value IS 112 (44.14% from 255) = 41.95%
R=18.73%
G=39.33%
B=41.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal501051120.550.0600.56186.7738.2731.76
Hex326970376038bb2620
Octal621511606760702734640
Binary11001011010011110000110111110011100010111011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326970; }

 p { color: rgb(50,105,112); }

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

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

 a { background-color: rgb(50,105,112); }

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

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

 span { border-color: rgb(50,105,112); }

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