#31696C

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

Shades of Ming #31696C

Tints of Ming #31696C

Color information

#31696C (or 0x31696C) is unknown color: approx Ming. HEX triplet: 31, 69 and 6C. RGB value is (49,105,108). Sum of RGB (Red+Green+Blue) = 49+105+108=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 105 (41.41% from 255 or 40.08% 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 #31696C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31696C is #CE9693. Grayscale: #585858. Windows color (decimal): -13538964 or 7104817. OLE color: 7104817.

HSL color Cylindrical-coordinate representation of color #31696C: hue angle of 183.05º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31696C is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB49105108-
CMYK0.550.0300.58
HSL183.05º37.58%30.78%-
HSV(B)183.05º54.63%42.35%-
XYZ9.0211.8416-
YUV88.6138.9599.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.70%
GREEN value IS 105 (41.41% from 255) = 40.08%
BLUE value IS 108 (42.58% from 255) = 41.22%
R=18.70%
G=40.08%
B=41.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal491051080.550.0300.58183.0537.5830.78
Hex31696C37303Ab7261f
Octal611511546730722674637
Binary110001110100111011001101111101110101011011110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,105,108); }

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

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

 a { background-color: rgb(49,105,108); }

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

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

 span { border-color: rgb(49,105,108); }

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