#32686C

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

Shades of Ming #32686C

Tints of Ming #32686C

Color information

#32686C (or 0x32686C) is unknown color: approx Ming. HEX triplet: 32, 68 and 6C. RGB value is (50,104,108). Sum of RGB (Red+Green+Blue) = 50+104+108=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 108 - color contains mainly: blue. Hex color #32686C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32686C is #CD9793. Grayscale: #585858. Windows color (decimal): -13473684 or 7104562. OLE color: 7104562.

HSL color Cylindrical-coordinate representation of color #32686C: hue angle of 184.14º 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 #32686C is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB50104108-
CMYK0.540.0400.58
HSL184.14º36.71%30.98%-
HSV(B)184.14º53.7%42.35%-
XYZ8.9711.6615.97-
YUV88.31139.11100.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.08%
GREEN value IS 104 (41.02% from 255) = 39.69%
BLUE value IS 108 (42.58% from 255) = 41.22%
R=19.08%
G=39.69%
B=41.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal501041080.540.0400.58184.1436.7130.98
Hex32686C36403Ab8251f
Octal621501546640722704537
Binary1100101101000110110011011010001110101011100010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32686C; }

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

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

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

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

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

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

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

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