#352B69

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

Shades of Paris M #352B69

Tints of Paris M #352B69

Color information

#352B69 (or 0x352B69) is unknown color: approx Paris M. HEX triplet: 35, 2B and 69. RGB value is (53,43,105). Sum of RGB (Red+Green+Blue) = 53+43+105=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #352B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352B69 is #CAD496. Grayscale: #343434. Windows color (decimal): -13292695 or 6892341. OLE color: 6892341.

HSL color Cylindrical-coordinate representation of color #352B69: hue angle of 249.68º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #352B69 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5343105-
CMYK0.500.5900.59
HSL249.68º41.89%29.02%-
HSV(B)249.68º59.05%41.18%-
XYZ4.883.513.78-
YUV53.06157.31127.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.37%
GREEN value IS 43 (17.19% from 255) = 21.39%
BLUE value IS 105 (41.41% from 255) = 52.24%
R=26.37%
G=21.39%
B=52.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53431050.500.5900.59249.6841.8929.02
Hex352B69323B03Bfa2a1d
Octal655315162730733725235
Binary110101101011110100111001011101101110111111101010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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