#386F72

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

Shades of Ming #386F72

Tints of Ming #386F72

Color information

#386F72 (or 0x386F72) is unknown color: approx Ming. HEX triplet: 38, 6F and 72. RGB value is (56,111,114). Sum of RGB (Red+Green+Blue) = 56+111+114=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 114 - color contains mainly: blue. Hex color #386F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386F72 is #C7908D. Grayscale: #5E5E5E. Windows color (decimal): -13078670 or 7499576. OLE color: 7499576.

HSL color Cylindrical-coordinate representation of color #386F72: hue angle of 183.1º 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 #386F72 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB56111114-
CMYK0.510.0300.55
HSL183.1º34.12%33.33%-
HSV(B)183.1º50.88%44.71%-
XYZ10.3513.4217.97-
YUV94.9138.78100.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.93%
GREEN value IS 111 (43.75% from 255) = 39.50%
BLUE value IS 114 (44.92% from 255) = 40.57%
R=19.93%
G=39.50%
B=40.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal561111140.510.0300.55183.134.1233.33
Hex386F72333037b72221
Octal701571626330672674241
Binary1110001101111111001011001111011011110110111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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