#3B6A71

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

Shades of Ming #3B6A71

Tints of Ming #3B6A71

Color information

#3B6A71 (or 0x3B6A71) is unknown color: approx Ming. HEX triplet: 3B, 6A and 71. RGB value is (59,106,113). Sum of RGB (Red+Green+Blue) = 59+106+113=278 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.22% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 113 - color contains mainly: blue. Hex color #3B6A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6A71 is #C4958E. Grayscale: #5C5C5C. Windows color (decimal): -12883343 or 7432763. OLE color: 7432763.

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

Color convert

RGB59106113-
CMYK0.480.0600.56
HSL187.78º31.4%33.73%-
HSV(B)187.78º47.79%44.31%-
XYZ9.9412.4317.5-
YUV92.74139.43103.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.22%
GREEN value IS 106 (41.80% from 255) = 38.13%
BLUE value IS 113 (44.53% from 255) = 40.65%
R=21.22%
G=38.13%
B=40.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal591061130.480.0600.56187.7831.433.73
Hex3B6A71306038bc1f22
Octal731521616060702743742
Binary1110111101010111000111000011001110001011110011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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