#3B6D70

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

Shades of Ming #3B6D70

Tints of Ming #3B6D70

Color information

#3B6D70 (or 0x3B6D70) is unknown color: approx Ming. HEX triplet: 3B, 6D and 70. RGB value is (59,109,112). Sum of RGB (Red+Green+Blue) = 59+109+112=280 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.07% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #3B6D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6D70 is #C4928F. Grayscale: #5E5E5E. Windows color (decimal): -12882576 or 7367995. OLE color: 7367995.

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

Color convert

RGB59109112-
CMYK0.470.0300.56
HSL183.4º30.99%33.53%-
HSV(B)183.4º47.32%43.92%-
XYZ10.213.0417.31-
YUV94.39137.94102.76-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.07%
GREEN value IS 109 (42.97% from 255) = 38.93%
BLUE value IS 112 (44.14% from 255) = 40%
R=21.07%
G=38.93%
B=40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal591091120.470.0300.56183.430.9933.53
Hex3B6D702F3038b71f22
Octal731551605730702673742
Binary111011110110111100001011111101110001011011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,109,112); }

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

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

 a { background-color: rgb(59,109,112); }

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

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

 span { border-color: rgb(59,109,112); }

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