#352A60

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

Shades of Paris M #352A60

Tints of Paris M #352A60

Color information

#352A60 (or 0x352A60) is unknown color: approx Paris M. HEX triplet: 35, 2A and 60. RGB value is (53,42,96). Sum of RGB (Red+Green+Blue) = 53+42+96=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #352A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352A60 is #CAD59F. Grayscale: #333333. Windows color (decimal): -13292960 or 6302261. OLE color: 6302261.

HSL color Cylindrical-coordinate representation of color #352A60: hue angle of 252.22º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #352A60 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB534296-
CMYK0.450.5600.62
HSL252.22º39.13%27.06%-
HSV(B)252.22º56.25%37.65%-
XYZ4.413.2611.46-
YUV51.44153.14129.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.75%
GREEN value IS 42 (16.80% from 255) = 21.99%
BLUE value IS 96 (37.89% from 255) = 50.26%
R=27.75%
G=21.99%
B=50.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5342960.450.5600.62252.2239.1327.06
Hex352A602D3803Efc271b
Octal655214055700763744733
Binary110101101010110000010110111100001111101111110010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352A60; }

 p { color: rgb(53,42,96); }

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

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

 a { background-color: rgb(53,42,96); }

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

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

 span { border-color: rgb(53,42,96); }

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