#3B7677

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

Shades of Ming #3B7677

Tints of Ming #3B7677

Color information

#3B7677 (or 0x3B7677) is unknown color: approx Ming. HEX triplet: 3B, 76 and 77. RGB value is (59,118,119). Sum of RGB (Red+Green+Blue) = 59+118+119=296 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.93% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 119 - color contains mainly: blue. Hex color #3B7677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7677 is #C48988. Grayscale: #646464. Windows color (decimal): -12880265 or 7829051. OLE color: 7829051.

HSL color Cylindrical-coordinate representation of color #3B7677: hue angle of 181º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B7677 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB59118119-
CMYK0.500.0100.53
HSL181º33.71%34.9%-
HSV(B)181º50.42%46.67%-
XYZ11.6115.2219.78-
YUV100.47138.4598.42-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.93%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 119 (46.88% from 255) = 40.20%
R=19.93%
G=39.86%
B=40.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal591181190.500.0100.5318133.7134.9
Hex3B7677321035b52223
Octal731661676210652654243
Binary111011111011011101111100101011010110110101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,118,119); }

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

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

 a { background-color: rgb(59,118,119); }

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

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

 span { border-color: rgb(59,118,119); }

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