#352771

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

Shades of Paris M #352771

Tints of Paris M #352771

Color information

#352771 (or 0x352771) is unknown color: approx Paris M. HEX triplet: 35, 27 and 71. RGB value is (53,39,113). Sum of RGB (Red+Green+Blue) = 53+39+113=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #352771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352771 is #CAD88E. Grayscale: #333333. Windows color (decimal): -13293711 or 7415605. OLE color: 7415605.

HSL color Cylindrical-coordinate representation of color #352771: hue angle of 251.35º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #352771 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5339113-
CMYK0.530.6500.56
HSL251.35º48.68%29.8%-
HSV(B)251.35º65.49%44.31%-
XYZ5.173.416.01-
YUV51.62162.64128.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.85%
GREEN value IS 39 (15.62% from 255) = 19.02%
BLUE value IS 113 (44.53% from 255) = 55.12%
R=25.85%
G=19.02%
B=55.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53391130.530.6500.56251.3548.6829.8
Hex3527713541038fb311e
Octal6547161651010703736136
Binary1101011001111110001110101100000101110001111101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352771; }

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

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

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

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

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

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

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

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