#3D7177

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

Shades of Ming #3D7177

Tints of Ming #3D7177

Color information

#3D7177 (or 0x3D7177) is unknown color: approx Ming. HEX triplet: 3D, 71 and 77. RGB value is (61,113,119). Sum of RGB (Red+Green+Blue) = 61+113+119=293 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.82% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D7177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7177 is #C28E88. Grayscale: #626262. Windows color (decimal): -12750473 or 7827773. OLE color: 7827773.

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

Color convert

RGB61113119-
CMYK0.490.0500.53
HSL186.21º32.22%35.29%-
HSV(B)186.21º48.74%46.67%-
XYZ11.1614.1319.59-
YUV98.14139.77101.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.82%
GREEN value IS 113 (44.53% from 255) = 38.57%
BLUE value IS 119 (46.88% from 255) = 40.61%
R=20.82%
G=38.57%
B=40.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal611131190.490.0500.53186.2132.2235.29
Hex3D7177315035ba2023
Octal751611676150652724043
Binary11110111100011110111110001101011010110111010100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,113,119); }

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

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

 a { background-color: rgb(61,113,119); }

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

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

 span { border-color: rgb(61,113,119); }

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