#3f747d

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

Shades of Ming #3F747D

Tints of Ming #3F747D

Color information

#3F747D (or 0x3F747D) is unknown color: approx Ming. HEX triplet: 3F, 74 and 7D. RGB value is (63,116,125). Sum of RGB (Red+Green+Blue) = 63+116+125=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F747D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F747D is #C08B82. Grayscale: #656565. Windows color (decimal): -12618627 or 8221759. OLE color: 8221759.

HSL color Cylindrical-coordinate representation of color #3F747D: hue angle of 188.71º 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 #3F747D is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB63116125-
CMYK0.500.0700.51
HSL188.71º32.98%36.86%-
HSV(B)188.71º49.6%49.02%-
XYZ1215.0321.67-
YUV101.18141.44100.77-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.72%
GREEN value IS 116 (45.70% from 255) = 38.16%
BLUE value IS 125 (49.22% from 255) = 41.12%
R=20.72%
G=38.16%
B=41.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal631161250.500.0700.51188.7132.9836.86
Hex3F747D327033bd2125
Octal771641756270632754145
Binary11111111101001111101110010111011001110111101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f747d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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