#3F7F7B

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

Shades of Ming #3F7F7B

Tints of Ming #3F7F7B

Color information

#3F7F7B (or 0x3F7F7B) is unknown color: approx Ming. HEX triplet: 3F, 7F and 7B. RGB value is (63,127,123). Sum of RGB (Red+Green+Blue) = 63+127+123=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 127 - color contains mainly: green. Hex color #3F7F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7F7B is #C08084. Grayscale: #6B6B6B. Windows color (decimal): -12615813 or 8093503. OLE color: 8093503.

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

Color convert

RGB63127123-
CMYK0.5000.030.50
HSL176.25º33.68%37.25%-
HSV(B)176.25º50.39%49.8%-
XYZ13.2117.6721.45-
YUV107.41136.896.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.13%
GREEN value IS 127 (50% from 255) = 40.58%
BLUE value IS 123 (48.44% from 255) = 39.30%
R=20.13%
G=40.58%
B=39.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal631271230.5000.030.50176.2533.6837.25
Hex3F7F7B320332b02225
Octal771771736203622604245
Binary1111111111111111101111001001111001010110000100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,127,123); }

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

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

 a { background-color: rgb(63,127,123); }

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

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

 span { border-color: rgb(63,127,123); }

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