#352B6C

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

Shades of Paris M #352B6C

Tints of Paris M #352B6C

Color information

#352B6C (or 0x352B6C) is unknown color: approx Paris M. HEX triplet: 35, 2B and 6C. RGB value is (53,43,108). Sum of RGB (Red+Green+Blue) = 53+43+108=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #352B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352B6C is #CAD493. Grayscale: #353535. Windows color (decimal): -13292692 or 7088949. OLE color: 7088949.

HSL color Cylindrical-coordinate representation of color #352B6C: hue angle of 249.23º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #352B6C is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5343108-
CMYK0.510.6000.58
HSL249.23º43.05%29.61%-
HSV(B)249.23º60.19%42.35%-
XYZ5.043.5714.61-
YUV53.4158.81127.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.98%
GREEN value IS 43 (17.19% from 255) = 21.08%
BLUE value IS 108 (42.58% from 255) = 52.94%
R=25.98%
G=21.08%
B=52.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53431080.510.6000.58249.2343.0529.61
Hex352B6C333C03Af92b1e
Octal655315463740723715336
Binary110101101011110110011001111110001110101111100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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