#356D6F

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

Shades of Ming #356D6F

Tints of Ming #356D6F

Color information

#356D6F (or 0x356D6F) is unknown color: approx Ming. HEX triplet: 35, 6D and 6F. RGB value is (53,109,111). Sum of RGB (Red+Green+Blue) = 53+109+111=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 111 - color contains mainly: blue. Hex color #356D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356D6F is #CA9290. Grayscale: #5C5C5C. Windows color (decimal): -13275793 or 7302453. OLE color: 7302453.

HSL color Cylindrical-coordinate representation of color #356D6F: hue angle of 182.07º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #356D6F is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB53109111-
CMYK0.520.0200.56
HSL182.07º35.37%32.16%-
HSV(B)182.07º52.25%43.53%-
XYZ9.8112.8417-
YUV92.48138.4599.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.41%
GREEN value IS 109 (42.97% from 255) = 39.93%
BLUE value IS 111 (43.75% from 255) = 40.66%
R=19.41%
G=39.93%
B=40.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal531091110.520.0200.56182.0735.3732.16
Hex356D6F342038b62320
Octal651551576420702664340
Binary1101011101101110111111010010011100010110110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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