#387780

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

Shades of Ming #387780

Tints of Ming #387780

Color information

#387780 (or 0x387780) is unknown color: approx Ming. HEX triplet: 38, 77 and 80. RGB value is (56,119,128). Sum of RGB (Red+Green+Blue) = 56+119+128=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 128 - color contains mainly: blue. Hex color #387780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387780 is #C7887F. Grayscale: #656565. Windows color (decimal): -13076608 or 8419128. OLE color: 8419128.

HSL color Cylindrical-coordinate representation of color #387780: hue angle of 187.5º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387780 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB56119128-
CMYK0.560.0700.50
HSL187.5º39.13%36.08%-
HSV(B)187.5º56.25%50.2%-
XYZ12.1215.5922.79-
YUV101.19143.1395.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.48%
GREEN value IS 119 (46.88% from 255) = 39.27%
BLUE value IS 128 (50.39% from 255) = 42.24%
R=18.48%
G=39.27%
B=42.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal561191280.560.0700.50187.539.1336.08
Hex387780387032bc2724
Octal701672007070622744744
Binary111000111011110000000111000111011001010111100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387780; }

 p { color: rgb(56,119,128); }

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

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

 a { background-color: rgb(56,119,128); }

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

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

 span { border-color: rgb(56,119,128); }

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