#352B5C

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

Shades of Paris M #352B5C

Tints of Paris M #352B5C

Color information

#352B5C (or 0x352B5C) is unknown color: approx Paris M. HEX triplet: 35, 2B and 5C. RGB value is (53,43,92). Sum of RGB (Red+Green+Blue) = 53+43+92=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 92 (36.33% from 255 or 48.94% from 188); Max value from RGB is 92 - color contains mainly: blue. Hex color #352B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352B5C is #CAD4A3. Grayscale: #333333. Windows color (decimal): -13292708 or 6040373. OLE color: 6040373.

HSL color Cylindrical-coordinate representation of color #352B5C: hue angle of 252.24º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #352B5C is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB534392-
CMYK0.420.5300.64
HSL252.24º36.3%26.47%-
HSV(B)252.24º53.26%36.08%-
XYZ4.263.2610.53-
YUV51.58150.81129.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.19%
GREEN value IS 43 (17.19% from 255) = 22.87%
BLUE value IS 92 (36.33% from 255) = 48.94%
R=28.19%
G=22.87%
B=48.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5343920.420.5300.64252.2436.326.47
Hex352B5C2A35040fc241a
Octal6553134526501003744432
Binary1101011010111011100101010110101010000001111110010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,43,92); }

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

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

 a { background-color: rgb(53,43,92); }

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

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

 span { border-color: rgb(53,43,92); }

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