#357275

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

Shades of Ming #357275

Tints of Ming #357275

Color information

#357275 (or 0x357275) is unknown color: approx Ming. HEX triplet: 35, 72 and 75. RGB value is (53,114,117). Sum of RGB (Red+Green+Blue) = 53+114+117=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 117 - color contains mainly: blue. Hex color #357275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357275 is #CA8D8A. Grayscale: #606060. Windows color (decimal): -13274507 or 7696949. OLE color: 7696949.

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

Color convert

RGB53114117-
CMYK0.550.0300.54
HSL182.81º37.65%33.33%-
HSV(B)182.81º54.7%45.88%-
XYZ10.714.0818.98-
YUV96.1139.7997.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.66%
GREEN value IS 114 (44.92% from 255) = 40.14%
BLUE value IS 117 (46.09% from 255) = 41.20%
R=18.66%
G=40.14%
B=41.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal531141170.550.0300.54182.8137.6533.33
Hex357275373036b72621
Octal651621656730662674641
Binary1101011110010111010111011111011011010110111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357275; }

 p { color: rgb(53,114,117); }

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

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

 a { background-color: rgb(53,114,117); }

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

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

 span { border-color: rgb(53,114,117); }

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