#356D76

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

Shades of Ming #356D76

Tints of Ming #356D76

Color information

#356D76 (or 0x356D76) is unknown color: approx Ming. HEX triplet: 35, 6D and 76. RGB value is (53,109,118). Sum of RGB (Red+Green+Blue) = 53+109+118=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #356D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356D76 is #CA9289. Grayscale: #5D5D5D. Windows color (decimal): -13275786 or 7761205. OLE color: 7761205.

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

Color convert

RGB53109118-
CMYK0.550.0800.54
HSL188.31º38.01%33.53%-
HSV(B)188.31º55.08%46.27%-
XYZ10.211319.11-
YUV93.28141.9599.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.93%
GREEN value IS 109 (42.97% from 255) = 38.93%
BLUE value IS 118 (46.48% from 255) = 42.14%
R=18.93%
G=38.93%
B=42.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal531091180.550.0800.54188.3138.0133.53
Hex356D76378036bc2622
Octal6515516667100662744642
Binary110101110110111101101101111000011011010111100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,109,118); }

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

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

 a { background-color: rgb(53,109,118); }

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

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

 span { border-color: rgb(53,109,118); }

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