#352572

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

Shades of Paris M #352572

Tints of Paris M #352572

Color information

#352572 (or 0x352572) is unknown color: approx Paris M. HEX triplet: 35, 25 and 72. RGB value is (53,37,114). Sum of RGB (Red+Green+Blue) = 53+37+114=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #352572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352572 is #CADA8D. Grayscale: #323232. Windows color (decimal): -13294222 or 7480629. OLE color: 7480629.

HSL color Cylindrical-coordinate representation of color #352572: hue angle of 252.47º 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 #352572 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5337114-
CMYK0.540.6800.55
HSL252.47º50.99%29.61%-
HSV(B)252.47º67.54%44.71%-
XYZ5.173.2916.28-
YUV50.56163.8129.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.98%
GREEN value IS 37 (14.84% from 255) = 18.14%
BLUE value IS 114 (44.92% from 255) = 55.88%
R=25.98%
G=18.14%
B=55.88%

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
Decimal53371140.540.6800.55252.4750.9929.61
Hex3525723644037fc331e
Octal6545162661040673746336
Binary1101011001011110010110110100010001101111111110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352572; }

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

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

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

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

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

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

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

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