#357177

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

Shades of Ming #357177

Tints of Ming #357177

Color information

#357177 (or 0x357177) is unknown color: approx Ming. HEX triplet: 35, 71 and 77. RGB value is (53,113,119). Sum of RGB (Red+Green+Blue) = 53+113+119=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 119 - color contains mainly: blue. Hex color #357177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357177 is #CA8E88. Grayscale: #5F5F5F. Windows color (decimal): -13274761 or 7827765. OLE color: 7827765.

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

Color convert

RGB53113119-
CMYK0.550.0500.53
HSL185.45º38.37%33.73%-
HSV(B)185.45º55.46%46.67%-
XYZ10.713.919.57-
YUV95.74141.1297.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.60%
GREEN value IS 113 (44.53% from 255) = 39.65%
BLUE value IS 119 (46.88% from 255) = 41.75%
R=18.60%
G=39.65%
B=41.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531131190.550.0500.53185.4538.3733.73
Hex357177375035b92622
Octal651611676750652714642
Binary11010111100011110111110111101011010110111001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357177; }

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

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

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

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

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

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

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

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