#3E7475

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

Shades of Ming #3E7475

Tints of Ming #3E7475

Color information

#3E7475 (or 0x3E7475) is unknown color: approx Ming. HEX triplet: 3E, 74 and 75. RGB value is (62,116,117). Sum of RGB (Red+Green+Blue) = 62+116+117=295 (39% of max value = 765). Red value is 62 (24.61% from 255 or 21.02% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 117 - color contains mainly: blue. Hex color #3E7475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7475 is #C18B8A. Grayscale: #636363. Windows color (decimal): -12684171 or 7697470. OLE color: 7697470.

HSL color Cylindrical-coordinate representation of color #3E7475: hue angle of 181.09º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E7475 is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB62116117-
CMYK0.470.0100.54
HSL181.09º30.73%35.1%-
HSV(B)181.09º47.01%45.88%-
XYZ11.4414.819.08-
YUV99.97137.61100.92-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.02%
GREEN value IS 116 (45.70% from 255) = 39.32%
BLUE value IS 117 (46.09% from 255) = 39.66%
R=21.02%
G=39.32%
B=39.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal621161170.470.0100.54181.0930.7335.1
Hex3E74752F1036b51f23
Octal761641655710662653743
Binary11111011101001110101101111101101101011010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,116,117); }

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

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

 a { background-color: rgb(62,116,117); }

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

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

 span { border-color: rgb(62,116,117); }

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