#3F777C

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

Shades of Ming #3F777C

Tints of Ming #3F777C

Color information

#3F777C (or 0x3F777C) is unknown color: approx Ming. HEX triplet: 3F, 77 and 7C. RGB value is (63,119,124). Sum of RGB (Red+Green+Blue) = 63+119+124=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F777C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F777C is #C08883. Grayscale: #666666. Windows color (decimal): -12617860 or 8156991. OLE color: 8156991.

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

Color convert

RGB63119124-
CMYK0.490.0400.51
HSL184.92º32.62%36.67%-
HSV(B)184.92º49.19%48.63%-
XYZ12.2815.7121.45-
YUV102.83139.9599.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.59%
GREEN value IS 119 (46.88% from 255) = 38.89%
BLUE value IS 124 (48.83% from 255) = 40.52%
R=20.59%
G=38.89%
B=40.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal631191240.490.0400.51184.9232.6236.67
Hex3F777C314033b92125
Octal771671746140632714145
Binary11111111101111111100110001100011001110111001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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