#3D7279

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

Shades of Ming #3D7279

Tints of Ming #3D7279

Color information

#3D7279 (or 0x3D7279) is unknown color: approx Ming. HEX triplet: 3D, 72 and 79. RGB value is (61,114,121). Sum of RGB (Red+Green+Blue) = 61+114+121=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 121 - color contains mainly: blue. Hex color #3D7279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7279 is #C28D86. Grayscale: #626262. Windows color (decimal): -12750215 or 7959101. OLE color: 7959101.

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

Color convert

RGB61114121-
CMYK0.500.0600.53
HSL187º32.97%35.69%-
HSV(B)187º49.59%47.45%-
XYZ11.3914.4120.27-
YUV98.95140.44100.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.61%
GREEN value IS 114 (44.92% from 255) = 38.51%
BLUE value IS 121 (47.66% from 255) = 40.88%
R=20.61%
G=38.51%
B=40.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal611141210.500.0600.5318732.9735.69
Hex3D7279326035bb2124
Octal751621716260652734144
Binary11110111100101111001110010110011010110111011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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