#3F7073

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

Shades of Ming #3F7073

Tints of Ming #3F7073

Color information

#3F7073 (or 0x3F7073) is unknown color: approx Ming. HEX triplet: 3F, 70 and 73. RGB value is (63,112,115). Sum of RGB (Red+Green+Blue) = 63+112+115=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F7073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7073 is #C08F8C. Grayscale: #616161. Windows color (decimal): -12619661 or 7565375. OLE color: 7565375.

HSL color Cylindrical-coordinate representation of color #3F7073: hue angle of 183.46º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F7073 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB63112115-
CMYK0.450.0300.55
HSL183.46º29.21%34.9%-
HSV(B)183.46º45.22%45.1%-
XYZ10.9413.8818.32-
YUV97.69137.77103.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.72%
GREEN value IS 112 (44.14% from 255) = 38.62%
BLUE value IS 115 (45.31% from 255) = 39.66%
R=21.72%
G=38.62%
B=39.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal631121150.450.0300.55183.4629.2134.9
Hex3F70732D3037b71d23
Octal771601635530672673543
Binary111111111000011100111011011101101111011011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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