#353159

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

Shades of Paris M #353159

Tints of Paris M #353159

Color information

#353159 (or 0x353159) is unknown color: approx Paris M. HEX triplet: 35, 31 and 59. RGB value is (53,49,89). Sum of RGB (Red+Green+Blue) = 53+49+89=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #353159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353159 is #CACEA6. Grayscale: #363636. Windows color (decimal): -13291175 or 5845301. OLE color: 5845301.

HSL color Cylindrical-coordinate representation of color #353159: hue angle of 246º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #353159 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB534989-
CMYK0.400.4500.65
HSL246º28.99%27.06%-
HSV(B)246º44.94%34.9%-
XYZ4.373.679.93-
YUV54.76147.33126.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.75%
GREEN value IS 49 (19.53% from 255) = 25.65%
BLUE value IS 89 (35.16% from 255) = 46.60%
R=27.75%
G=25.65%
B=46.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5349890.400.4500.6524628.9927.06
Hex353159282D041f61d1b
Octal6561131505501013663533
Binary110101110001101100110100010110101000001111101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353159; }

 p { color: rgb(53,49,89); }

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

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

 a { background-color: rgb(53,49,89); }

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

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

 span { border-color: rgb(53,49,89); }

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