#387074

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

Shades of Ming #387074

Tints of Ming #387074

Color information

#387074 (or 0x387074) is unknown color: approx Ming. HEX triplet: 38, 70 and 74. RGB value is (56,112,116). Sum of RGB (Red+Green+Blue) = 56+112+116=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 116 - color contains mainly: blue. Hex color #387074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387074 is #C78F8B. Grayscale: #5F5F5F. Windows color (decimal): -13078412 or 7630904. OLE color: 7630904.

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

Color convert

RGB56112116-
CMYK0.520.0300.55
HSL184º34.88%33.73%-
HSV(B)184º51.72%45.49%-
XYZ10.5813.6918.61-
YUV95.71139.4599.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.72%
GREEN value IS 112 (44.14% from 255) = 39.44%
BLUE value IS 116 (45.70% from 255) = 40.85%
R=19.72%
G=39.44%
B=40.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal561121160.520.0300.5518434.8833.73
Hex387074343037b82322
Octal701601646430672704342
Binary1110001110000111010011010011011011110111000100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387074; }

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

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

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

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

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

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

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

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