#3E6C72

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

Shades of Ming #3E6C72

Tints of Ming #3E6C72

Color information

#3E6C72 (or 0x3E6C72) is unknown color: approx Ming. HEX triplet: 3E, 6C and 72. RGB value is (62,108,114). Sum of RGB (Red+Green+Blue) = 62+108+114=284 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.83% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E6C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6C72 is #C1938D. Grayscale: #5E5E5E. Windows color (decimal): -12686222 or 7498814. OLE color: 7498814.

HSL color Cylindrical-coordinate representation of color #3E6C72: hue angle of 186.92º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E6C72 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB62108114-
CMYK0.460.0500.55
HSL186.92º29.55%34.51%-
HSV(B)186.92º45.61%44.71%-
XYZ10.3912.9617.87-
YUV94.93138.76104.51-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.83%
GREEN value IS 108 (42.58% from 255) = 38.03%
BLUE value IS 114 (44.92% from 255) = 40.14%
R=21.83%
G=38.03%
B=40.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal621081140.460.0500.55186.9229.5534.51
Hex3E6C722E5037bb1e23
Octal761541625650672733643
Binary1111101101100111001010111010101101111011101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,108,114); }

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

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

 a { background-color: rgb(62,108,114); }

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

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

 span { border-color: rgb(62,108,114); }

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