#3B716E

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

Shades of Ming #3B716E

Tints of Ming #3B716E

Color information

#3B716E (or 0x3B716E) is unknown color: approx Ming. HEX triplet: 3B, 71 and 6E. RGB value is (59,113,110). Sum of RGB (Red+Green+Blue) = 59+113+110=282 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.92% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 113 - color contains mainly: green. Hex color #3B716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B716E is #C48E91. Grayscale: #606060. Windows color (decimal): -12881554 or 7237947. OLE color: 7237947.

HSL color Cylindrical-coordinate representation of color #3B716E: hue angle of 176.67º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B716E is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB59113110-
CMYK0.4800.030.56
HSL176.67º31.4%33.73%-
HSV(B)176.67º47.79%44.31%-
XYZ10.5213.8716.87-
YUV96.51135.61101.24-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.92%
GREEN value IS 113 (44.53% from 255) = 40.07%
BLUE value IS 110 (43.36% from 255) = 39.01%
R=20.92%
G=40.07%
B=39.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal591131100.4800.030.56176.6731.433.73
Hex3B716E300338b11f22
Octal731611566003702613742
Binary111011111000111011101100000111110001011000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B716E; }

 p { color: rgb(59,113,110); }

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

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

 a { background-color: rgb(59,113,110); }

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

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

 span { border-color: rgb(59,113,110); }

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