#357178

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

Shades of Ming #357178

Tints of Ming #357178

Color information

#357178 (or 0x357178) is unknown color: approx Ming. HEX triplet: 35, 71 and 78. RGB value is (53,113,120). Sum of RGB (Red+Green+Blue) = 53+113+120=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 120 - color contains mainly: blue. Hex color #357178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357178 is #CA8E87. Grayscale: #5F5F5F. Windows color (decimal): -13274760 or 7893301. OLE color: 7893301.

HSL color Cylindrical-coordinate representation of color #357178: hue angle of 186.27º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #357178 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB53113120-
CMYK0.560.0600.53
HSL186.27º38.73%33.92%-
HSV(B)186.27º55.83%47.06%-
XYZ10.7613.9219.89-
YUV95.86141.6297.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.53%
GREEN value IS 113 (44.53% from 255) = 39.51%
BLUE value IS 120 (47.27% from 255) = 41.96%
R=18.53%
G=39.51%
B=41.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531131200.560.0600.53186.2738.7333.92
Hex357178386035ba2722
Octal651611707060652724742
Binary11010111100011111000111000110011010110111010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357178; }

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

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

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

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

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

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

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

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