#3B7173

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

Shades of Ming #3B7173

Tints of Ming #3B7173

Color information

#3B7173 (or 0x3B7173) is unknown color: approx Ming. HEX triplet: 3B, 71 and 73. RGB value is (59,113,115). Sum of RGB (Red+Green+Blue) = 59+113+115=287 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.56% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B7173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7173 is #C48E8C. Grayscale: #616161. Windows color (decimal): -12881549 or 7565627. OLE color: 7565627.

HSL color Cylindrical-coordinate representation of color #3B7173: hue angle of 182.14º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B7173 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB59113115-
CMYK0.490.0200.55
HSL182.14º32.18%34.12%-
HSV(B)182.14º48.7%45.1%-
XYZ10.813.9818.35-
YUV97.08138.11100.84-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.56%
GREEN value IS 113 (44.53% from 255) = 39.37%
BLUE value IS 115 (45.31% from 255) = 40.07%
R=20.56%
G=39.37%
B=40.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal591131150.490.0200.55182.1432.1834.12
Hex3B7173312037b62022
Octal731611636120672664042
Binary1110111110001111001111000110011011110110110100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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