#398080

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

Shades of Ming #398080

Tints of Ming #398080

Color information

#398080 (or 0x398080) is unknown color: approx Ming. HEX triplet: 39, 80 and 80. RGB value is (57,128,128). Sum of RGB (Red+Green+Blue) = 57+128+128=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 128 - color contains mainly: green, blue. Hex color #398080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398080 is #C67F7F. Grayscale: #6A6A6A. Windows color (decimal): -13008768 or 8421433. OLE color: 8421433.

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

Color convert

RGB57128128-
CMYK0.55000.50
HSL180º38.38%36.27%-
HSV(B)180º55.47%50.2%-
XYZ13.317.8723.17-
YUV106.77139.9892.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.21%
GREEN value IS 128 (50.39% from 255) = 40.89%
BLUE value IS 128 (50.39% from 255) = 40.89%
R=18.21%
G=40.89%
B=40.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal571281280.55000.5018038.3836.27
Hex398080370032b42624
Octal712002006700622644644
Binary11100110000000100000001101110011001010110100100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398080; }

 p { color: rgb(57,128,128); }

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

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

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

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

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

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

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