#3F7775

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

Shades of Ming #3F7775

Tints of Ming #3F7775

Color information

#3F7775 (or 0x3F7775) is unknown color: approx Ming. HEX triplet: 3F, 77 and 75. RGB value is (63,119,117). Sum of RGB (Red+Green+Blue) = 63+119+117=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7775 is #C0888A. Grayscale: #656565. Windows color (decimal): -12617867 or 7698239. OLE color: 7698239.

HSL color Cylindrical-coordinate representation of color #3F7775: hue angle of 177.86º 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 #3F7775 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB63119117-
CMYK0.4700.020.53
HSL177.86º30.77%35.69%-
HSV(B)177.86º47.06%46.67%-
XYZ11.8615.5319.2-
YUV102.03136.45100.16-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.07%
GREEN value IS 119 (46.88% from 255) = 39.80%
BLUE value IS 117 (46.09% from 255) = 39.13%
R=21.07%
G=39.80%
B=39.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal631191170.4700.020.53177.8630.7735.69
Hex3F77752F0235b21f24
Octal771671655702652623744
Binary111111111011111101011011110101101011011001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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