#352769

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

Shades of Paris M #352769

Tints of Paris M #352769

Color information

#352769 (or 0x352769) is unknown color: approx Paris M. HEX triplet: 35, 27 and 69. RGB value is (53,39,105). Sum of RGB (Red+Green+Blue) = 53+39+105=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #352769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352769 is #CAD896. Grayscale: #323232. Windows color (decimal): -13293719 or 6891317. OLE color: 6891317.

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

Color convert

RGB5339105-
CMYK0.500.6300.59
HSL252.73º45.83%28.24%-
HSV(B)252.73º62.86%41.18%-
XYZ4.743.2313.74-
YUV50.71158.64129.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.90%
GREEN value IS 39 (15.62% from 255) = 19.80%
BLUE value IS 105 (41.41% from 255) = 53.30%
R=26.90%
G=19.80%
B=53.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53391050.500.6300.59252.7345.8328.24
Hex352769323F03Bfd2e1c
Octal654715162770733755634
Binary110101100111110100111001011111101110111111110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352769; }

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

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

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

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

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

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

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

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