#3E727A

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

Shades of Ming #3E727A

Tints of Ming #3E727A

Color information

#3E727A (or 0x3E727A) is unknown color: approx Ming. HEX triplet: 3E, 72 and 7A. RGB value is (62,114,122). Sum of RGB (Red+Green+Blue) = 62+114+122=298 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.81% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 122 - color contains mainly: blue. Hex color #3E727A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E727A is #C18D85. Grayscale: #636363. Windows color (decimal): -12684678 or 8024638. OLE color: 8024638.

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

Color convert

RGB62114122-
CMYK0.490.0700.52
HSL188º32.61%36.08%-
HSV(B)188º49.18%47.84%-
XYZ11.5214.4620.6-
YUV99.36140.77101.35-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.81%
GREEN value IS 114 (44.92% from 255) = 38.26%
BLUE value IS 122 (48.05% from 255) = 40.94%
R=20.81%
G=38.26%
B=40.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal621141220.490.0700.5218832.6136.08
Hex3E727A317034bc2124
Octal761621726170642744144
Binary11111011100101111010110001111011010010111100100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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