#397375

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

Shades of Ming #397375

Tints of Ming #397375

Color information

#397375 (or 0x397375) is unknown color: approx Ming. HEX triplet: 39, 73 and 75. RGB value is (57,115,117). Sum of RGB (Red+Green+Blue) = 57+115+117=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 117 - color contains mainly: blue. Hex color #397375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397375 is #C68C8A. Grayscale: #616161. Windows color (decimal): -13012107 or 7697209. OLE color: 7697209.

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

Color convert

RGB57115117-
CMYK0.510.0200.54
HSL182º34.48%34.12%-
HSV(B)182º51.28%45.88%-
XYZ11.0314.4219.03-
YUV97.89138.7898.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.72%
GREEN value IS 115 (45.31% from 255) = 39.79%
BLUE value IS 117 (46.09% from 255) = 40.48%
R=19.72%
G=39.79%
B=40.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal571151170.510.0200.5418234.4834.12
Hex397375332036b62222
Octal711631656320662664242
Binary1110011110011111010111001110011011010110110100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397375; }

 p { color: rgb(57,115,117); }

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

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

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

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

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

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

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