#352766

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

Shades of Paris M #352766

Tints of Paris M #352766

Color information

#352766 (or 0x352766) is unknown color: approx Paris M. HEX triplet: 35, 27 and 66. RGB value is (53,39,102). Sum of RGB (Red+Green+Blue) = 53+39+102=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 102 (40.23% from 255 or 52.58% from 194); Max value from RGB is 102 - color contains mainly: blue. Hex color #352766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352766 is #CAD899. Grayscale: #323232. Windows color (decimal): -13293722 or 6694709. OLE color: 6694709.

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

Color convert

RGB5339102-
CMYK0.480.6200.6
HSL253.33º44.68%27.65%-
HSV(B)253.33º61.76%40%-
XYZ4.593.1712.94-
YUV50.37157.14129.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 39 (15.62% from 255) = 20.10%
BLUE value IS 102 (40.23% from 255) = 52.58%
R=27.32%
G=20.10%
B=52.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53391020.480.6200.6253.3344.6827.65
Hex352766303E03Cfd2d1c
Octal654714660760743755534
Binary110101100111110011011000011111001111001111110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352766; }

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

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

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

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

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

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

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

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