#397271

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

Shades of Ming #397271

Tints of Ming #397271

Color information

#397271 (or 0x397271) is unknown color: approx Ming. HEX triplet: 39, 72 and 71. RGB value is (57,114,113). Sum of RGB (Red+Green+Blue) = 57+114+113=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 114 - color contains mainly: green. Hex color #397271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397271 is #C68D8E. Grayscale: #606060. Windows color (decimal): -13012367 or 7434809. OLE color: 7434809.

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

Color convert

RGB57114113-
CMYK0.5000.010.55
HSL178.95º33.33%33.53%-
HSV(B)178.95º50%44.71%-
XYZ10.6914.117.78-
YUV96.84137.1299.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.07%
GREEN value IS 114 (44.92% from 255) = 40.14%
BLUE value IS 113 (44.53% from 255) = 39.79%
R=20.07%
G=40.14%
B=39.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal571141130.5000.010.55178.9533.3333.53
Hex397271320137b32122
Octal711621616201672634142
Binary111001111001011100011100100111011110110011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397271; }

 p { color: rgb(57,114,113); }

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

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

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

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

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

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

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