#356A72

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

Shades of Ming #356A72

Tints of Ming #356A72

Color information

#356A72 (or 0x356A72) is unknown color: approx Ming. HEX triplet: 35, 6A and 72. RGB value is (53,106,114). Sum of RGB (Red+Green+Blue) = 53+106+114=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 114 - color contains mainly: blue. Hex color #356A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356A72 is #CA958D. Grayscale: #5A5A5A. Windows color (decimal): -13276558 or 7498293. OLE color: 7498293.

HSL color Cylindrical-coordinate representation of color #356A72: hue angle of 187.87º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #356A72 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB53106114-
CMYK0.540.0700.55
HSL187.87º36.53%32.75%-
HSV(B)187.87º53.51%44.71%-
XYZ9.6612.2817.78-
YUV91.06140.94100.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.41%
GREEN value IS 106 (41.80% from 255) = 38.83%
BLUE value IS 114 (44.92% from 255) = 41.76%
R=19.41%
G=38.83%
B=41.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal531061140.540.0700.55187.8736.5332.75
Hex356A72367037bc2521
Octal651521626670672744541
Binary11010111010101110010110110111011011110111100100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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