#387880

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

Shades of Ming #387880

Tints of Ming #387880

Color information

#387880 (or 0x387880) is unknown color: approx Ming. HEX triplet: 38, 78 and 80. RGB value is (56,120,128). Sum of RGB (Red+Green+Blue) = 56+120+128=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 128 - color contains mainly: blue. Hex color #387880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387880 is #C7877F. Grayscale: #656565. Windows color (decimal): -13076352 or 8419384. OLE color: 8419384.

HSL color Cylindrical-coordinate representation of color #387880: hue angle of 186.67º 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 #387880 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB56120128-
CMYK0.560.0600.50
HSL186.67º39.13%36.08%-
HSV(B)186.67º56.25%50.2%-
XYZ12.2415.8322.83-
YUV101.78142.895.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.42%
GREEN value IS 120 (47.27% from 255) = 39.47%
BLUE value IS 128 (50.39% from 255) = 42.11%
R=18.42%
G=39.47%
B=42.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal561201280.560.0600.50186.6739.1336.08
Hex387880386032bb2724
Octal701702007060622734744
Binary111000111100010000000111000110011001010111011100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387880; }

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

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

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

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

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

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

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

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