#352966

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

Shades of Paris M #352966

Tints of Paris M #352966

Color information

#352966 (or 0x352966) is unknown color: approx Paris M. HEX triplet: 35, 29 and 66. RGB value is (53,41,102). Sum of RGB (Red+Green+Blue) = 53+41+102=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 102 (40.23% from 255 or 52.04% from 196); Max value from RGB is 102 - color contains mainly: blue. Hex color #352966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352966 is #CAD699. Grayscale: #333333. Windows color (decimal): -13293210 or 6695221. OLE color: 6695221.

HSL color Cylindrical-coordinate representation of color #352966: hue angle of 251.8º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #352966 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5341102-
CMYK0.480.6000.6
HSL251.8º42.66%28.04%-
HSV(B)251.8º59.8%40%-
XYZ4.663.312.96-
YUV51.54156.48129.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.04%
GREEN value IS 41 (16.41% from 255) = 20.92%
BLUE value IS 102 (40.23% from 255) = 52.04%
R=27.04%
G=20.92%
B=52.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53411020.480.6000.6251.842.6628.04
Hex352966303C03Cfc2b1c
Octal655114660740743745334
Binary110101101001110011011000011110001111001111110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352966; }

 p { color: rgb(53,41,102); }

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

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

 a { background-color: rgb(53,41,102); }

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

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

 span { border-color: rgb(53,41,102); }

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