#357476

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

Shades of Ming #357476

Tints of Ming #357476

Color information

#357476 (or 0x357476) is unknown color: approx Ming. HEX triplet: 35, 74 and 76. RGB value is (53,116,118). Sum of RGB (Red+Green+Blue) = 53+116+118=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 118 - color contains mainly: blue. Hex color #357476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357476 is #CA8B89. Grayscale: #616161. Windows color (decimal): -13273994 or 7762997. OLE color: 7762997.

HSL color Cylindrical-coordinate representation of color #357476: hue angle of 181.85º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357476 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB53116118-
CMYK0.550.0200.54
HSL181.85º38.01%33.53%-
HSV(B)181.85º55.08%46.27%-
XYZ10.9814.5619.37-
YUV97.39139.6396.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.47%
GREEN value IS 116 (45.70% from 255) = 40.42%
BLUE value IS 118 (46.48% from 255) = 41.11%
R=18.47%
G=40.42%
B=41.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal531161180.550.0200.54181.8538.0133.53
Hex357476372036b62622
Octal651641666720662664642
Binary1101011110100111011011011110011011010110110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357476; }

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

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

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

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

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

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

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

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