#3F7773

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

Shades of Ming #3F7773

Tints of Ming #3F7773

Color information

#3F7773 (or 0x3F7773) is unknown color: approx Ming. HEX triplet: 3F, 77 and 73. RGB value is (63,119,115). Sum of RGB (Red+Green+Blue) = 63+119+115=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7773 is #C0888C. Grayscale: #656565. Windows color (decimal): -12617869 or 7567167. OLE color: 7567167.

HSL color Cylindrical-coordinate representation of color #3F7773: hue angle of 175.71º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F7773 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB63119115-
CMYK0.4700.030.53
HSL175.71º30.77%35.69%-
HSV(B)175.71º47.06%46.67%-
XYZ11.7415.4918.59-
YUV101.8135.45100.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.21%
GREEN value IS 119 (46.88% from 255) = 40.07%
BLUE value IS 115 (45.31% from 255) = 38.72%
R=21.21%
G=40.07%
B=38.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal631191150.4700.030.53175.7130.7735.69
Hex3F77732F0335b01f24
Octal771671635703652603744
Binary111111111011111100111011110111101011011000011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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