#3B6E78

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

Shades of Ming #3B6E78

Tints of Ming #3B6E78

Color information

#3B6E78 (or 0x3B6E78) is unknown color: approx Ming. HEX triplet: 3B, 6E and 78. RGB value is (59,110,120). Sum of RGB (Red+Green+Blue) = 59+110+120=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 120 - color contains mainly: blue. Hex color #3B6E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6E78 is #C49187. Grayscale: #5F5F5F. Windows color (decimal): -12882312 or 7892539. OLE color: 7892539.

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

Color convert

RGB59110120-
CMYK0.510.0800.53
HSL189.84º34.08%35.1%-
HSV(B)189.84º50.83%47.06%-
XYZ10.7713.4419.8-
YUV95.89141.6101.69-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.42%
GREEN value IS 110 (43.36% from 255) = 38.06%
BLUE value IS 120 (47.27% from 255) = 41.52%
R=20.42%
G=38.06%
B=41.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal591101200.510.0800.53189.8434.0835.1
Hex3B6E78338035be2223
Octal7315617063100652764243
Binary111011110111011110001100111000011010110111110100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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