#352B61

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

Shades of Paris M #352B61

Tints of Paris M #352B61

Color information

#352B61 (or 0x352B61) is unknown color: approx Paris M. HEX triplet: 35, 2B and 61. RGB value is (53,43,97). Sum of RGB (Red+Green+Blue) = 53+43+97=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #352B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352B61 is #CAD49E. Grayscale: #333333. Windows color (decimal): -13292703 or 6368053. OLE color: 6368053.

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

Color convert

RGB534397-
CMYK0.450.5600.62
HSL251.11º38.57%27.45%-
HSV(B)251.11º55.67%38.04%-
XYZ4.493.3511.72-
YUV52.15153.31128.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.46%
GREEN value IS 43 (17.19% from 255) = 22.28%
BLUE value IS 97 (38.28% from 255) = 50.26%
R=27.46%
G=22.28%
B=50.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5343970.450.5600.62251.1138.5727.45
Hex352B612D3803Efb271b
Octal655314155700763734733
Binary110101101011110000110110111100001111101111101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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