#3F7572

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

Shades of Ming #3F7572

Tints of Ming #3F7572

Color information

#3F7572 (or 0x3F7572) is unknown color: approx Ming. HEX triplet: 3F, 75 and 72. RGB value is (63,117,114). Sum of RGB (Red+Green+Blue) = 63+117+114=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 117 - color contains mainly: green. Hex color #3F7572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7572 is #C08A8D. Grayscale: #646464. Windows color (decimal): -12618382 or 7501119. OLE color: 7501119.

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

Color convert

RGB63117114-
CMYK0.4600.030.54
HSL176.67º30%35.29%-
HSV(B)176.67º46.15%45.88%-
XYZ11.4514.9918.21-
YUV100.51135.61101.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.43%
GREEN value IS 117 (46.09% from 255) = 39.80%
BLUE value IS 114 (44.92% from 255) = 38.78%
R=21.43%
G=39.80%
B=38.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal631171140.4600.030.54176.673035.29
Hex3F75722E0336b11e23
Octal771651625603662613643
Binary111111111010111100101011100111101101011000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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