#352B6D

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

Shades of Paris M #352B6D

Tints of Paris M #352B6D

Color information

#352B6D (or 0x352B6D) is unknown color: approx Paris M. HEX triplet: 35, 2B and 6D. RGB value is (53,43,109). Sum of RGB (Red+Green+Blue) = 53+43+109=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #352B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352B6D is #CAD492. Grayscale: #353535. Windows color (decimal): -13292691 or 7154485. OLE color: 7154485.

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

Color convert

RGB5343109-
CMYK0.510.6100.57
HSL249.09º43.42%29.8%-
HSV(B)249.09º60.55%42.75%-
XYZ5.093.5914.89-
YUV53.51159.31127.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.85%
GREEN value IS 43 (17.19% from 255) = 20.98%
BLUE value IS 109 (42.97% from 255) = 53.17%
R=25.85%
G=20.98%
B=53.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal53431090.510.6100.57249.0943.4229.8
Hex352B6D333D039f92b1e
Octal655315563750713715336
Binary110101101011110110111001111110101110011111100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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