#356C73

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

Shades of Ming #356C73

Tints of Ming #356C73

Color information

#356C73 (or 0x356C73) is unknown color: approx Ming. HEX triplet: 35, 6C and 73. RGB value is (53,108,115). Sum of RGB (Red+Green+Blue) = 53+108+115=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 115 - color contains mainly: blue. Hex color #356C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356C73 is #CA938C. Grayscale: #5C5C5C. Windows color (decimal): -13276045 or 7564341. OLE color: 7564341.

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

Color convert

RGB53108115-
CMYK0.540.0600.55
HSL186.77º36.9%32.94%-
HSV(B)186.77º53.91%45.1%-
XYZ9.9312.7218.15-
YUV92.35140.7899.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 108 (42.58% from 255) = 39.13%
BLUE value IS 115 (45.31% from 255) = 41.67%
R=19.20%
G=39.13%
B=41.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal531081150.540.0600.55186.7736.932.94
Hex356C73366037bb2521
Octal651541636660672734541
Binary11010111011001110011110110110011011110111011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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