#352761

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

Shades of Paris M #352761

Tints of Paris M #352761

Color information

#352761 (or 0x352761) is unknown color: approx Paris M. HEX triplet: 35, 27 and 61. RGB value is (53,39,97). Sum of RGB (Red+Green+Blue) = 53+39+97=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 97 (38.28% from 255 or 51.32% from 189); Max value from RGB is 97 - color contains mainly: blue. Hex color #352761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352761 is #CAD89E. Grayscale: #313131. Windows color (decimal): -13293727 or 6367029. OLE color: 6367029.

HSL color Cylindrical-coordinate representation of color #352761: hue angle of 254.48º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #352761 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB533997-
CMYK0.450.6000.62
HSL254.48º42.65%26.67%-
HSV(B)254.48º59.79%38.04%-
XYZ4.353.0711.67-
YUV49.8154.64130.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.04%
GREEN value IS 39 (15.62% from 255) = 20.63%
BLUE value IS 97 (38.28% from 255) = 51.32%
R=28.04%
G=20.63%
B=51.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5339970.450.6000.62254.4842.6526.67
Hex3527612D3C03Efe2b1b
Octal654714155740763765333
Binary110101100111110000110110111110001111101111111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352761; }

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

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

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

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

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

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

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

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