#3D707A

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

Shades of Ming #3D707A

Tints of Ming #3D707A

Color information

#3D707A (or 0x3D707A) is unknown color: approx Ming. HEX triplet: 3D, 70 and 7A. RGB value is (61,112,122). Sum of RGB (Red+Green+Blue) = 61+112+122=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 122 - color contains mainly: blue. Hex color #3D707A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D707A is #C28F85. Grayscale: #616161. Windows color (decimal): -12750726 or 8024125. OLE color: 8024125.

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

Color convert

RGB61112122-
CMYK0.500.0800.52
HSL189.84º33.33%35.88%-
HSV(B)189.84º50%47.84%-
XYZ11.2313.9920.52-
YUV97.89141.6101.69-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.68%
GREEN value IS 112 (44.14% from 255) = 37.97%
BLUE value IS 122 (48.05% from 255) = 41.36%
R=20.68%
G=37.97%
B=41.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal611121220.500.0800.52189.8433.3335.88
Hex3D707A328034be2124
Octal7516017262100642764144
Binary111101111000011110101100101000011010010111110100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,112,122); }

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

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

 a { background-color: rgb(61,112,122); }

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

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

 span { border-color: rgb(61,112,122); }

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