#3B807B

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

Shades of Ming #3B807B

Tints of Ming #3B807B

Color information

#3B807B (or 0x3B807B) is unknown color: approx Ming. HEX triplet: 3B, 80 and 7B. RGB value is (59,128,123). Sum of RGB (Red+Green+Blue) = 59+128+123=310 (41% of max value = 765). Red value is 59 (23.44% from 255 or 19.03% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 128 - color contains mainly: green. Hex color #3B807B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B807B is #C47F84. Grayscale: #6A6A6A. Windows color (decimal): -12877701 or 8093755. OLE color: 8093755.

HSL color Cylindrical-coordinate representation of color #3B807B: hue angle of 175.65º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B807B is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB59128123-
CMYK0.5400.040.50
HSL175.65º36.9%36.67%-
HSV(B)175.65º53.91%50.2%-
XYZ13.117.821.48-
YUV106.8137.1493.91-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.03%
GREEN value IS 128 (50.39% from 255) = 41.29%
BLUE value IS 123 (48.44% from 255) = 39.68%
R=19.03%
G=41.29%
B=39.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal591281230.5400.040.50175.6536.936.67
Hex3B807B360432b02525
Octal732001736604622604545
Binary111011100000001111011110110010011001010110000100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,128,123); }

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

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

 a { background-color: rgb(59,128,123); }

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

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

 span { border-color: rgb(59,128,123); }

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