#387073

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

Shades of Ming #387073

Tints of Ming #387073

Color information

#387073 (or 0x387073) is unknown color: approx Ming. HEX triplet: 38, 70 and 73. RGB value is (56,112,115). Sum of RGB (Red+Green+Blue) = 56+112+115=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 115 - color contains mainly: blue. Hex color #387073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387073 is #C78F8C. Grayscale: #5F5F5F. Windows color (decimal): -13078413 or 7565368. OLE color: 7565368.

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

Color convert

RGB56112115-
CMYK0.510.0300.55
HSL183.05º34.5%33.53%-
HSV(B)183.05º51.3%45.1%-
XYZ10.5213.6718.3-
YUV95.6138.9599.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.79%
GREEN value IS 112 (44.14% from 255) = 39.58%
BLUE value IS 115 (45.31% from 255) = 40.64%
R=19.79%
G=39.58%
B=40.64%

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
Decimal561121150.510.0300.55183.0534.533.53
Hex387073333037b72322
Octal701601636330672674342
Binary1110001110000111001111001111011011110110111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387073; }

 p { color: rgb(56,112,115); }

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

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

 a { background-color: rgb(56,112,115); }

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

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

 span { border-color: rgb(56,112,115); }

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