#357070

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

Shades of Ming #357070

Tints of Ming #357070

Color information

#357070 (or 0x357070) is unknown color: approx Ming. HEX triplet: 35, 70 and 70. RGB value is (53,112,112). Sum of RGB (Red+Green+Blue) = 53+112+112=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #357070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357070 is #CA8F8F. Grayscale: #5E5E5E. Windows color (decimal): -13275024 or 7368757. OLE color: 7368757.

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

Color convert

RGB53112112-
CMYK0.53000.56
HSL180º35.76%32.35%-
HSV(B)180º52.68%43.92%-
XYZ10.1913.5217.4-
YUV94.36137.9598.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.13%
GREEN value IS 112 (44.14% from 255) = 40.43%
BLUE value IS 112 (44.14% from 255) = 40.43%
R=19.13%
G=40.43%
B=40.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal531121120.53000.5618035.7632.35
Hex357070350038b42420
Octal651601606500702644440
Binary110101111000011100001101010011100010110100100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357070; }

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

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

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

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

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

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

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

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