#356D70

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

Shades of Ming #356D70

Tints of Ming #356D70

Color information

#356D70 (or 0x356D70) is unknown color: approx Ming. HEX triplet: 35, 6D and 70. RGB value is (53,109,112). Sum of RGB (Red+Green+Blue) = 53+109+112=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 112 - color contains mainly: blue. Hex color #356D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356D70 is #CA928F. Grayscale: #5C5C5C. Windows color (decimal): -13275792 or 7367989. OLE color: 7367989.

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

Color convert

RGB53109112-
CMYK0.530.0300.56
HSL183.05º35.76%32.35%-
HSV(B)183.05º52.68%43.92%-
XYZ9.8612.8617.29-
YUV92.6138.9599.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.34%
GREEN value IS 109 (42.97% from 255) = 39.78%
BLUE value IS 112 (44.14% from 255) = 40.88%
R=19.34%
G=39.78%
B=40.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal531091120.530.0300.56183.0535.7632.35
Hex356D70353038b72420
Octal651551606530702674440
Binary1101011101101111000011010111011100010110111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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