#3D7379

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

Shades of Ming #3D7379

Tints of Ming #3D7379

Color information

#3D7379 (or 0x3D7379) is unknown color: approx Ming. HEX triplet: 3D, 73 and 79. RGB value is (61,115,121). Sum of RGB (Red+Green+Blue) = 61+115+121=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 121 - color contains mainly: blue. Hex color #3D7379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7379 is #C28C86. Grayscale: #636363. Windows color (decimal): -12749959 or 7959357. OLE color: 7959357.

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

Color convert

RGB61115121-
CMYK0.500.0500.53
HSL186º32.97%35.69%-
HSV(B)186º49.59%47.45%-
XYZ11.5114.6320.31-
YUV99.54140.11100.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.54%
GREEN value IS 115 (45.31% from 255) = 38.72%
BLUE value IS 121 (47.66% from 255) = 40.74%
R=20.54%
G=38.72%
B=40.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal611151210.500.0500.5318632.9735.69
Hex3D7379325035ba2124
Octal751631716250652724144
Binary11110111100111111001110010101011010110111010100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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