#3F777D

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

Shades of Ming #3F777D

Tints of Ming #3F777D

Color information

#3F777D (or 0x3F777D) is unknown color: approx Ming. HEX triplet: 3F, 77 and 7D. RGB value is (63,119,125). Sum of RGB (Red+Green+Blue) = 63+119+125=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F777D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F777D is #C08882. Grayscale: #666666. Windows color (decimal): -12617859 or 8222527. OLE color: 8222527.

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

Color convert

RGB63119125-
CMYK0.500.0500.51
HSL185.81º32.98%36.86%-
HSV(B)185.81º49.6%49.02%-
XYZ12.3515.7321.79-
YUV102.94140.4599.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.52%
GREEN value IS 119 (46.88% from 255) = 38.76%
BLUE value IS 125 (49.22% from 255) = 40.72%
R=20.52%
G=38.76%
B=40.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal631191250.500.0500.51185.8132.9836.86
Hex3F777D325033ba2125
Octal771671756250632724145
Binary11111111101111111101110010101011001110111010100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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