#353257

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

Shades of Paris M #353257

Tints of Paris M #353257

Color information

#353257 (or 0x353257) is unknown color: approx Paris M. HEX triplet: 35, 32 and 57. RGB value is (53,50,87). Sum of RGB (Red+Green+Blue) = 53+50+87=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #353257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353257 is #CACDA8. Grayscale: #363636. Windows color (decimal): -13290921 or 5714485. OLE color: 5714485.

HSL color Cylindrical-coordinate representation of color #353257: hue angle of 244.86º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #353257 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB535087-
CMYK0.390.4300.66
HSL244.86º27.01%26.86%-
HSV(B)244.86º42.53%34.12%-
XYZ4.333.739.51-
YUV55.11145.99126.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.89%
GREEN value IS 50 (19.92% from 255) = 26.32%
BLUE value IS 87 (34.38% from 255) = 45.79%
R=27.89%
G=26.32%
B=45.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5350870.390.4300.66244.8627.0126.86
Hex353257272B042f51b1b
Octal6562127475301023653333
Binary110101110010101011110011110101101000010111101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353257; }

 p { color: rgb(53,50,87); }

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

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

 a { background-color: rgb(53,50,87); }

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

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

 span { border-color: rgb(53,50,87); }

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