#3D7477

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

Shades of Ming #3D7477

Tints of Ming #3D7477

Color information

#3D7477 (or 0x3D7477) is unknown color: approx Ming. HEX triplet: 3D, 74 and 77. RGB value is (61,116,119). Sum of RGB (Red+Green+Blue) = 61+116+119=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D7477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7477 is #C28B88. Grayscale: #636363. Windows color (decimal): -12749705 or 7828541. OLE color: 7828541.

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

Color convert

RGB61116119-
CMYK0.490.0300.53
HSL183.1º32.22%35.29%-
HSV(B)183.1º48.74%46.67%-
XYZ11.514.8119.71-
YUV99.9138.78100.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.61%
GREEN value IS 116 (45.70% from 255) = 39.19%
BLUE value IS 119 (46.88% from 255) = 40.20%
R=20.61%
G=39.19%
B=40.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal611161190.490.0300.53183.132.2235.29
Hex3D7477313035b72023
Octal751641676130652674043
Binary1111011110100111011111000111011010110110111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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