#3B6E71

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

Shades of Ming #3B6E71

Tints of Ming #3B6E71

Color information

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

HSL color Cylindrical-coordinate representation of color #3B6E71: hue angle of 183.33º 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 #3B6E71 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB59110113-
CMYK0.480.0300.56
HSL183.33º31.4%33.73%-
HSV(B)183.33º47.79%44.31%-
XYZ10.3613.2717.64-
YUV95.09138.1102.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal591101130.480.0300.56183.3331.433.73
Hex3B6E71303038b71f22
Octal731561616030702673742
Binary111011110111011100011100001101110001011011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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