#3D717B

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

Shades of Ming #3D717B

Tints of Ming #3D717B

Color information

#3D717B (or 0x3D717B) is unknown color: approx Ming. HEX triplet: 3D, 71 and 7B. RGB value is (61,113,123). Sum of RGB (Red+Green+Blue) = 61+113+123=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D717B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D717B is #C28E84. Grayscale: #626262. Windows color (decimal): -12750469 or 8089917. OLE color: 8089917.

HSL color Cylindrical-coordinate representation of color #3D717B: hue angle of 189.68º degrees, saturation: 0.34, 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 #3D717B is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB61113123-
CMYK0.500.0800.52
HSL189.68º33.7%36.08%-
HSV(B)189.68º50.41%48.24%-
XYZ11.414.2320.88-
YUV98.59141.77101.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.54%
GREEN value IS 113 (44.53% from 255) = 38.05%
BLUE value IS 123 (48.44% from 255) = 41.41%
R=20.54%
G=38.05%
B=41.41%

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
Decimal611131230.500.0800.52189.6833.736.08
Hex3D717B328034be2224
Octal7516117362100642764244
Binary111101111000111110111100101000011010010111110100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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