#356971

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

Shades of Ming #356971

Tints of Ming #356971

Color information

#356971 (or 0x356971) is unknown color: approx Ming. HEX triplet: 35, 69 and 71. RGB value is (53,105,113). Sum of RGB (Red+Green+Blue) = 53+105+113=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 113 - color contains mainly: blue. Hex color #356971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356971 is #CA968E. Grayscale: #5A5A5A. Windows color (decimal): -13276815 or 7432501. OLE color: 7432501.

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

Color convert

RGB53105113-
CMYK0.530.0700.56
HSL188º36.14%32.55%-
HSV(B)188º53.1%44.31%-
XYZ9.512.0517.45-
YUV90.36140.77101.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.56%
GREEN value IS 105 (41.41% from 255) = 38.75%
BLUE value IS 113 (44.53% from 255) = 41.70%
R=19.56%
G=38.75%
B=41.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal531051130.530.0700.5618836.1432.55
Hex356971357038bc2421
Octal651511616570702744441
Binary11010111010011110001110101111011100010111100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356971; }

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

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

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

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

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

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

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

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