#3D7680

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

Shades of Ming #3D7680

Tints of Ming #3D7680

Color information

#3D7680 (or 0x3D7680) is unknown color: approx Ming. HEX triplet: 3D, 76 and 80. RGB value is (61,118,128). Sum of RGB (Red+Green+Blue) = 61+118+128=307 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.87% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 128 - color contains mainly: blue. Hex color #3D7680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7680 is #C2897F. Grayscale: #656565. Windows color (decimal): -12749184 or 8418877. OLE color: 8418877.

HSL color Cylindrical-coordinate representation of color #3D7680: hue angle of 188.96º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D7680 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB61118128-
CMYK0.520.0800.50
HSL188.96º35.45%37.06%-
HSV(B)188.96º52.34%50.2%-
XYZ12.315.5122.77-
YUV102.1142.6298.69-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.87%
GREEN value IS 118 (46.48% from 255) = 38.44%
BLUE value IS 128 (50.39% from 255) = 41.69%
R=19.87%
G=38.44%
B=41.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal611181280.520.0800.50188.9635.4537.06
Hex3D7680348032bd2325
Octal7516620064100622754345
Binary1111011110110100000001101001000011001010111101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,118,128); }

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

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

 a { background-color: rgb(61,118,128); }

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

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

 span { border-color: rgb(61,118,128); }

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