#3F7279

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

Shades of Ming #3F7279

Tints of Ming #3F7279

Color information

#3F7279 (or 0x3F7279) is unknown color: approx Ming. HEX triplet: 3F, 72 and 79. RGB value is (63,114,121). Sum of RGB (Red+Green+Blue) = 63+114+121=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 121 - color contains mainly: blue. Hex color #3F7279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7279 is #C08D86. Grayscale: #636363. Windows color (decimal): -12619143 or 7959103. OLE color: 7959103.

HSL color Cylindrical-coordinate representation of color #3F7279: hue angle of 187.24º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F7279 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB63114121-
CMYK0.480.0600.53
HSL187.24º31.52%36.08%-
HSV(B)187.24º47.93%47.45%-
XYZ11.5214.4720.28-
YUV99.55140.1101.93-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.14%
GREEN value IS 114 (44.92% from 255) = 38.26%
BLUE value IS 121 (47.66% from 255) = 40.60%
R=21.14%
G=38.26%
B=40.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal631141210.480.0600.53187.2431.5236.08
Hex3F7279306035bb2024
Octal771621716060652734044
Binary11111111100101111001110000110011010110111011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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