#357174

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

Shades of Ming #357174

Tints of Ming #357174

Color information

#357174 (or 0x357174) is unknown color: approx Ming. HEX triplet: 35, 71 and 74. RGB value is (53,113,116). Sum of RGB (Red+Green+Blue) = 53+113+116=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 116 - color contains mainly: blue. Hex color #357174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357174 is #CA8E8B. Grayscale: #5F5F5F. Windows color (decimal): -13274764 or 7631157. OLE color: 7631157.

HSL color Cylindrical-coordinate representation of color #357174: hue angle of 182.86º 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 #357174 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB53113116-
CMYK0.540.0300.55
HSL182.86º37.28%33.14%-
HSV(B)182.86º54.31%45.49%-
XYZ10.5313.8318.64-
YUV95.4139.6297.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.79%
GREEN value IS 113 (44.53% from 255) = 40.07%
BLUE value IS 116 (45.70% from 255) = 41.13%
R=18.79%
G=40.07%
B=41.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal531131160.540.0300.55182.8637.2833.14
Hex357174363037b72521
Octal651611646630672674541
Binary1101011110001111010011011011011011110110111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357174; }

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

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

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

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

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

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

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

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