#352671

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

Shades of Paris M #352671

Tints of Paris M #352671

Color information

#352671 (or 0x352671) is unknown color: approx Paris M. HEX triplet: 35, 26 and 71. RGB value is (53,38,113). Sum of RGB (Red+Green+Blue) = 53+38+113=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #352671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352671 is #CAD98E. Grayscale: #323232. Windows color (decimal): -13293967 or 7415349. OLE color: 7415349.

HSL color Cylindrical-coordinate representation of color #352671: hue angle of 252º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #352671 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5338113-
CMYK0.530.6600.56
HSL252º49.67%29.61%-
HSV(B)252º66.37%44.31%-
XYZ5.143.3416-
YUV51.04162.97129.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.98%
GREEN value IS 38 (15.23% from 255) = 18.63%
BLUE value IS 113 (44.53% from 255) = 55.39%
R=25.98%
G=18.63%
B=55.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53381130.530.6600.5625249.6729.61
Hex3526713542038fc321e
Octal6546161651020703746236
Binary1101011001101110001110101100001001110001111110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352671; }

 p { color: rgb(53,38,113); }

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

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

 a { background-color: rgb(53,38,113); }

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

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

 span { border-color: rgb(53,38,113); }

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