#356A71

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

Shades of Ming #356A71

Tints of Ming #356A71

Color information

#356A71 (or 0x356A71) is unknown color: approx Ming. HEX triplet: 35, 6A and 71. RGB value is (53,106,113). Sum of RGB (Red+Green+Blue) = 53+106+113=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #356A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356A71 is #CA958E. Grayscale: #5A5A5A. Windows color (decimal): -13276559 or 7432757. OLE color: 7432757.

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

Color convert

RGB53106113-
CMYK0.530.0600.56
HSL187º36.14%32.55%-
HSV(B)187º53.1%44.31%-
XYZ9.612.2617.48-
YUV90.95140.44100.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.49%
GREEN value IS 106 (41.80% from 255) = 38.97%
BLUE value IS 113 (44.53% from 255) = 41.54%
R=19.49%
G=38.97%
B=41.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal531061130.530.0600.5618736.1432.55
Hex356A71356038bb2421
Octal651521616560702734441
Binary11010111010101110001110101110011100010111011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,106,113); }

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

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

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

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

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

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

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