#31686D

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

Shades of Ming #31686D

Tints of Ming #31686D

Color information

#31686D (or 0x31686D) is unknown color: approx Ming. HEX triplet: 31, 68 and 6D. RGB value is (49,104,109). Sum of RGB (Red+Green+Blue) = 49+104+109=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 109 - color contains mainly: blue. Hex color #31686D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31686D is #CE9792. Grayscale: #585858. Windows color (decimal): -13539219 or 7170097. OLE color: 7170097.

HSL color Cylindrical-coordinate representation of color #31686D: hue angle of 185º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31686D is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB49104109-
CMYK0.550.0500.57
HSL185º37.97%30.98%-
HSV(B)185º55.05%42.75%-
XYZ8.9811.6616.25-
YUV88.12139.78100.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.70%
GREEN value IS 104 (41.02% from 255) = 39.69%
BLUE value IS 109 (42.97% from 255) = 41.60%
R=18.70%
G=39.69%
B=41.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal491041090.550.0500.5718537.9730.98
Hex31686D375039b9261f
Octal611501556750712714637
Binary1100011101000110110111011110101110011011100110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31686D; }

 p { color: rgb(49,104,109); }

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

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

 a { background-color: rgb(49,104,109); }

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

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

 span { border-color: rgb(49,104,109); }

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