#357479

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

Shades of Ming #357479

Tints of Ming #357479

Color information

#357479 (or 0x357479) is unknown color: approx Ming. HEX triplet: 35, 74 and 79. RGB value is (53,116,121). Sum of RGB (Red+Green+Blue) = 53+116+121=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 121 - color contains mainly: blue. Hex color #357479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357479 is #CA8B86. Grayscale: #616161. Windows color (decimal): -13273991 or 7959605. OLE color: 7959605.

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

Color convert

RGB53116121-
CMYK0.560.0400.53
HSL184.41º39.08%34.12%-
HSV(B)184.41º56.2%47.45%-
XYZ11.1614.6320.32-
YUV97.73141.1396.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.28%
GREEN value IS 116 (45.70% from 255) = 40%
BLUE value IS 121 (47.66% from 255) = 41.72%
R=18.28%
G=40%
B=41.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531161210.560.0400.53184.4139.0834.12
Hex357479384035b82722
Octal651641717040652704742
Binary11010111101001111001111000100011010110111000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357479; }

 p { color: rgb(53,116,121); }

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

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

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

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

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

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

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