#387580

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

Shades of Ming #387580

Tints of Ming #387580

Color information

#387580 (or 0x387580) is unknown color: approx Ming. HEX triplet: 38, 75 and 80. RGB value is (56,117,128). Sum of RGB (Red+Green+Blue) = 56+117+128=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 128 - color contains mainly: blue. Hex color #387580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387580 is #C78A7F. Grayscale: #636363. Windows color (decimal): -13077120 or 8418616. OLE color: 8418616.

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

Color convert

RGB56117128-
CMYK0.560.0900.50
HSL189.17º39.13%36.08%-
HSV(B)189.17º56.25%50.2%-
XYZ11.8915.1222.71-
YUV100.02143.7996.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.60%
GREEN value IS 117 (46.09% from 255) = 38.87%
BLUE value IS 128 (50.39% from 255) = 42.52%
R=18.60%
G=38.87%
B=42.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal561171280.560.0900.50189.1739.1336.08
Hex387580389032bd2724
Octal7016520070110622754744
Binary1110001110101100000001110001001011001010111101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387580; }

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

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

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

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

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

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

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

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