#352573

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

Shades of Paris M #352573

Tints of Paris M #352573

Color information

#352573 (or 0x352573) is unknown color: approx Paris M. HEX triplet: 35, 25 and 73. RGB value is (53,37,115). Sum of RGB (Red+Green+Blue) = 53+37+115=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #352573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352573 is #CADA8C. Grayscale: #323232. Windows color (decimal): -13294221 or 7546165. OLE color: 7546165.

HSL color Cylindrical-coordinate representation of color #352573: hue angle of 252.31º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #352573 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5337115-
CMYK0.540.6800.55
HSL252.31º51.32%29.8%-
HSV(B)252.31º67.83%45.1%-
XYZ5.223.3216.58-
YUV50.68164.3129.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.85%
GREEN value IS 37 (14.84% from 255) = 18.05%
BLUE value IS 115 (45.31% from 255) = 56.10%
R=25.85%
G=18.05%
B=56.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53371150.540.6800.55252.3151.3229.8
Hex3525733644037fc331e
Octal6545163661040673746336
Binary1101011001011110011110110100010001101111111110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352573; }

 p { color: rgb(53,37,115); }

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

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

 a { background-color: rgb(53,37,115); }

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

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

 span { border-color: rgb(53,37,115); }

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