#352E64

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

Shades of Paris M #352E64

Tints of Paris M #352E64

Color information

#352E64 (or 0x352E64) is unknown color: approx Paris M. HEX triplet: 35, 2E and 64. RGB value is (53,46,100). Sum of RGB (Red+Green+Blue) = 53+46+100=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 100 (39.45% from 255 or 50.25% from 199); Max value from RGB is 100 - color contains mainly: blue. Hex color #352E64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352E64 is #CAD19B. Grayscale: #363636. Windows color (decimal): -13291932 or 6565429. OLE color: 6565429.

HSL color Cylindrical-coordinate representation of color #352E64: hue angle of 247.78º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #352E64 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5346100-
CMYK0.470.5400.61
HSL247.78º36.99%28.63%-
HSV(B)247.78º54%39.22%-
XYZ4.753.6312.51-
YUV54.25153.82127.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.63%
GREEN value IS 46 (18.36% from 255) = 23.12%
BLUE value IS 100 (39.45% from 255) = 50.25%
R=26.63%
G=23.12%
B=50.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal53461000.470.5400.61247.7836.9928.63
Hex352E642F3603Df8251d
Octal655614457660753704535
Binary110101101110110010010111111011001111011111100010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,46,100); }

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

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

 a { background-color: rgb(53,46,100); }

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

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

 span { border-color: rgb(53,46,100); }

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