#3F807C

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

Shades of Ming #3F807C

Tints of Ming #3F807C

Color information

#3F807C (or 0x3F807C) is unknown color: approx Ming. HEX triplet: 3F, 80 and 7C. RGB value is (63,128,124). Sum of RGB (Red+Green+Blue) = 63+128+124=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #3F807C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F807C is #C07F83. Grayscale: #6C6C6C. Windows color (decimal): -12615556 or 8159295. OLE color: 8159295.

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

Color convert

RGB63128124-
CMYK0.5100.030.50
HSL176.31º34.03%37.45%-
HSV(B)176.31º50.78%50.2%-
XYZ13.4117.9521.83-
YUV108.11136.9795.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 124 (48.83% from 255) = 39.37%
R=20%
G=40.63%
B=39.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal631281240.5100.030.50176.3134.0337.45
Hex3F807C330332b02225
Octal772001746303622604245
Binary11111110000000111110011001101111001010110000100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,128,124); }

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

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

 a { background-color: rgb(63,128,124); }

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

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

 span { border-color: rgb(63,128,124); }

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