#352470

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

Shades of Paris M #352470

Tints of Paris M #352470

Color information

#352470 (or 0x352470) is unknown color: approx Paris M. HEX triplet: 35, 24 and 70. RGB value is (53,36,112). Sum of RGB (Red+Green+Blue) = 53+36+112=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #352470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352470 is #CADB8F. Grayscale: #313131. Windows color (decimal): -13294480 or 7349301. OLE color: 7349301.

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

Color convert

RGB5336112-
CMYK0.530.6800.56
HSL253.42º51.35%29.02%-
HSV(B)253.42º67.86%43.92%-
XYZ5.023.1915.68-
YUV49.75163.13130.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.37%
GREEN value IS 36 (14.45% from 255) = 17.91%
BLUE value IS 112 (44.14% from 255) = 55.72%
R=26.37%
G=17.91%
B=55.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53361120.530.6800.56253.4251.3529.02
Hex3524703544038fd331d
Octal6544160651040703756335
Binary1101011001001110000110101100010001110001111110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352470; }

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

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

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

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

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

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

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

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