#397076

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

Shades of Ming #397076

Tints of Ming #397076

Color information

#397076 (or 0x397076) is unknown color: approx Ming. HEX triplet: 39, 70 and 76. RGB value is (57,112,118). Sum of RGB (Red+Green+Blue) = 57+112+118=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 118 - color contains mainly: blue. Hex color #397076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397076 is #C68F89. Grayscale: #606060. Windows color (decimal): -13012874 or 7761977. OLE color: 7761977.

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

Color convert

RGB57112118-
CMYK0.520.0500.54
HSL185.9º34.86%34.31%-
HSV(B)185.9º51.69%46.27%-
XYZ10.7513.7719.23-
YUV96.24140.28100.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.86%
GREEN value IS 112 (44.14% from 255) = 39.02%
BLUE value IS 118 (46.48% from 255) = 41.11%
R=19.86%
G=39.02%
B=41.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal571121180.520.0500.54185.934.8634.31
Hex397076345036ba2322
Octal711601666450662724342
Binary11100111100001110110110100101011011010111010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397076; }

 p { color: rgb(57,112,118); }

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

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

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

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

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

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

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