#3F7374

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

Shades of Ming #3F7374

Tints of Ming #3F7374

Color information

#3F7374 (or 0x3F7374) is unknown color: approx Ming. HEX triplet: 3F, 73 and 74. RGB value is (63,115,116). Sum of RGB (Red+Green+Blue) = 63+115+116=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F7374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7374 is #C08C8B. Grayscale: #636363. Windows color (decimal): -12618892 or 7631679. OLE color: 7631679.

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

Color convert

RGB63115116-
CMYK0.460.0100.55
HSL181.13º29.61%35.1%-
HSV(B)181.13º45.69%45.49%-
XYZ11.3314.5818.74-
YUV99.57137.27101.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.43%
GREEN value IS 115 (45.31% from 255) = 39.12%
BLUE value IS 116 (45.70% from 255) = 39.46%
R=21.43%
G=39.12%
B=39.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal631151160.460.0100.55181.1329.6135.1
Hex3F73742E1037b51e23
Octal771631645610672653643
Binary11111111100111110100101110101101111011010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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