#356E73

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

Shades of Ming #356E73

Tints of Ming #356E73

Color information

#356E73 (or 0x356E73) is unknown color: approx Ming. HEX triplet: 35, 6E and 73. RGB value is (53,110,115). Sum of RGB (Red+Green+Blue) = 53+110+115=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 110 (43.36% from 255 or 39.57% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 115 - color contains mainly: blue. Hex color #356E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356E73 is #CA918C. Grayscale: #5D5D5D. Windows color (decimal): -13275533 or 7564853. OLE color: 7564853.

HSL color Cylindrical-coordinate representation of color #356E73: hue angle of 184.84º 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 #356E73 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB53110115-
CMYK0.540.0400.55
HSL184.84º36.9%32.94%-
HSV(B)184.84º53.91%45.1%-
XYZ10.1413.1518.22-
YUV93.53140.1299.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 110 (43.36% from 255) = 39.57%
BLUE value IS 115 (45.31% from 255) = 41.37%
R=19.06%
G=39.57%
B=41.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal531101150.540.0400.55184.8436.932.94
Hex356E73364037b92521
Octal651561636640672714541
Binary11010111011101110011110110100011011110111001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356E73; }

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

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

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

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

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

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

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

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