#352A6E

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

Shades of Paris M #352A6E

Tints of Paris M #352A6E

Color information

#352A6E (or 0x352A6E) is unknown color: approx Paris M. HEX triplet: 35, 2A and 6E. RGB value is (53,42,110). Sum of RGB (Red+Green+Blue) = 53+42+110=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 110 (43.36% from 255 or 53.66% from 205); Max value from RGB is 110 - color contains mainly: blue. Hex color #352A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352A6E is #CAD591. Grayscale: #343434. Windows color (decimal): -13292946 or 7219765. OLE color: 7219765.

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

Color convert

RGB5342110-
CMYK0.520.6200.57
HSL249.71º44.74%29.8%-
HSV(B)249.71º61.82%43.14%-
XYZ5.113.5415.17-
YUV53.04160.14127.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.85%
GREEN value IS 42 (16.80% from 255) = 20.49%
BLUE value IS 110 (43.36% from 255) = 53.66%
R=25.85%
G=20.49%
B=53.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal53421100.520.6200.57249.7144.7429.8
Hex352A6E343E039fa2d1e
Octal655215664760713725536
Binary110101101010110111011010011111001110011111101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,42,110); }

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

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

 a { background-color: rgb(53,42,110); }

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

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

 span { border-color: rgb(53,42,110); }

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