#3E717C

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

Shades of Ming #3E717C

Tints of Ming #3E717C

Color information

#3E717C (or 0x3E717C) is unknown color: approx Ming. HEX triplet: 3E, 71 and 7C. RGB value is (62,113,124). Sum of RGB (Red+Green+Blue) = 62+113+124=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E717C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E717C is #C18E83. Grayscale: #626262. Windows color (decimal): -12684932 or 8155454. OLE color: 8155454.

HSL color Cylindrical-coordinate representation of color #3E717C: hue angle of 190.65º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E717C is Cyan = 0.5, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB62113124-
CMYK0.50.0900.51
HSL190.65º33.33%36.47%-
HSV(B)190.65º50%48.63%-
XYZ11.5314.2921.22-
YUV99142.1101.61-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.74%
GREEN value IS 113 (44.53% from 255) = 37.79%
BLUE value IS 124 (48.83% from 255) = 41.47%
R=20.74%
G=37.79%
B=41.47%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal621131240.50.0900.51190.6533.3336.47
Hex3E717C329033bf2124
Octal7616117462110632774144
Binary111110111000111111001100101001011001110111111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,113,124); }

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

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

 a { background-color: rgb(62,113,124); }

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

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

 span { border-color: rgb(62,113,124); }

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