#356F70

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

Shades of Ming #356F70

Tints of Ming #356F70

Color information

#356F70 (or 0x356F70) is unknown color: approx Ming. HEX triplet: 35, 6F and 70. RGB value is (53,111,112). Sum of RGB (Red+Green+Blue) = 53+111+112=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 112 - color contains mainly: blue. Hex color #356F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356F70 is #CA908F. Grayscale: #5D5D5D. Windows color (decimal): -13275280 or 7368501. OLE color: 7368501.

HSL color Cylindrical-coordinate representation of color #356F70: hue angle of 181.02º 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 #356F70 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB53111112-
CMYK0.530.0100.56
HSL181.02º35.76%32.35%-
HSV(B)181.02º52.68%43.92%-
XYZ10.0813.317.36-
YUV93.77138.2898.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 111 (43.75% from 255) = 40.22%
BLUE value IS 112 (44.14% from 255) = 40.58%
R=19.20%
G=40.22%
B=40.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal531111120.530.0100.56181.0235.7632.35
Hex356F70351038b52420
Octal651571606510702654440
Binary110101110111111100001101011011100010110101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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