#352570

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

Shades of Paris M #352570

Tints of Paris M #352570

Color information

#352570 (or 0x352570) is unknown color: approx Paris M. HEX triplet: 35, 25 and 70. RGB value is (53,37,112). Sum of RGB (Red+Green+Blue) = 53+37+112=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #352570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352570 is #CADA8F. Grayscale: #323232. Windows color (decimal): -13294224 or 7349557. OLE color: 7349557.

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

Color convert

RGB5337112-
CMYK0.530.6700.56
HSL252.8º50.34%29.22%-
HSV(B)252.8º66.96%43.92%-
XYZ5.053.2515.69-
YUV50.33162.8129.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.24%
GREEN value IS 37 (14.84% from 255) = 18.32%
BLUE value IS 112 (44.14% from 255) = 55.45%
R=26.24%
G=18.32%
B=55.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53371120.530.6700.56252.850.3429.22
Hex3525703543038fd321d
Octal6545160651030703756235
Binary1101011001011110000110101100001101110001111110111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352570; }

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

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

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

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

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

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

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

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