#352468

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

Shades of Paris M #352468

Tints of Paris M #352468

Color information

#352468 (or 0x352468) is unknown color: approx Paris M. HEX triplet: 35, 24 and 68. RGB value is (53,36,104). Sum of RGB (Red+Green+Blue) = 53+36+104=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #352468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352468 is #CADB97. Grayscale: #303030. Windows color (decimal): -13294488 or 6825013. OLE color: 6825013.

HSL color Cylindrical-coordinate representation of color #352468: hue angle of 255º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #352468 is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5336104-
CMYK0.490.6500.59
HSL255º48.57%27.45%-
HSV(B)255º65.38%40.78%-
XYZ4.63.0213.44-
YUV48.84159.13130.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.46%
GREEN value IS 36 (14.45% from 255) = 18.65%
BLUE value IS 104 (41.02% from 255) = 53.89%
R=27.46%
G=18.65%
B=53.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53361040.490.6500.5925548.5727.45
Hex352468314103Bff311b
Octal6544150611010733776133
Binary1101011001001101000110001100000101110111111111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352468; }

 p { color: rgb(53,36,104); }

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

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

 a { background-color: rgb(53,36,104); }

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

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

 span { border-color: rgb(53,36,104); }

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