#3B6E72

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

Shades of Ming #3B6E72

Tints of Ming #3B6E72

Color information

#3B6E72 (or 0x3B6E72) is unknown color: approx Ming. HEX triplet: 3B, 6E and 72. RGB value is (59,110,114). Sum of RGB (Red+Green+Blue) = 59+110+114=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #3B6E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6E72 is #C4918D. Grayscale: #5F5F5F. Windows color (decimal): -12882318 or 7499323. OLE color: 7499323.

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

Color convert

RGB59110114-
CMYK0.480.0400.55
HSL184.36º31.79%33.92%-
HSV(B)184.36º48.25%44.71%-
XYZ10.4213.317.94-
YUV95.21138.6102.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.85%
GREEN value IS 110 (43.36% from 255) = 38.87%
BLUE value IS 114 (44.92% from 255) = 40.28%
R=20.85%
G=38.87%
B=40.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal591101140.480.0400.55184.3631.7933.92
Hex3B6E72304037b82022
Octal731561626040672704042
Binary11101111011101110010110000100011011110111000100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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