#386E72

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

Shades of Ming #386E72

Tints of Ming #386E72

Color information

#386E72 (or 0x386E72) is unknown color: approx Ming. HEX triplet: 38, 6E and 72. RGB value is (56,110,114). Sum of RGB (Red+Green+Blue) = 56+110+114=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 114 - color contains mainly: blue. Hex color #386E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386E72 is #C7918D. Grayscale: #5E5E5E. Windows color (decimal): -13078926 or 7499320. OLE color: 7499320.

HSL color Cylindrical-coordinate representation of color #386E72: hue angle of 184.14º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #386E72 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB56110114-
CMYK0.510.0400.55
HSL184.14º34.12%33.33%-
HSV(B)184.14º50.88%44.71%-
XYZ10.2413.2117.93-
YUV94.31139.11100.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20%
GREEN value IS 110 (43.36% from 255) = 39.29%
BLUE value IS 114 (44.92% from 255) = 40.71%
R=20%
G=39.29%
B=40.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal561101140.510.0400.55184.1434.1233.33
Hex386E72334037b82221
Octal701561626340672704241
Binary11100011011101110010110011100011011110111000100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386E72; }

 p { color: rgb(56,110,114); }

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

<style>
 a { background-color: #386E72; }

 a { background-color: rgb(56,110,114); }

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

<style>
 span { border-color: #386E72; }

 span { border-color: rgb(56,110,114); }

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