#357473

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

Shades of Ming #357473

Tints of Ming #357473

Color information

#357473 (or 0x357473) is unknown color: approx Ming. HEX triplet: 35, 74 and 73. RGB value is (53,116,115). Sum of RGB (Red+Green+Blue) = 53+116+115=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 116 - color contains mainly: green. Hex color #357473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357473 is #CA8B8C. Grayscale: #606060. Windows color (decimal): -13273997 or 7566389. OLE color: 7566389.

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

Color convert

RGB53116115-
CMYK0.5400.010.55
HSL179.05º37.28%33.14%-
HSV(B)179.05º54.31%45.49%-
XYZ10.8114.4918.45-
YUV97.05138.1396.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.66%
GREEN value IS 116 (45.70% from 255) = 40.85%
BLUE value IS 115 (45.31% from 255) = 40.49%
R=18.66%
G=40.85%
B=40.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal531161150.5400.010.55179.0537.2833.14
Hex357473360137b32521
Octal651641636601672634541
Binary110101111010011100111101100111011110110011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357473; }

 p { color: rgb(53,116,115); }

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

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

 a { background-color: rgb(53,116,115); }

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

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

 span { border-color: rgb(53,116,115); }

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