#352668

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

Shades of Paris M #352668

Tints of Paris M #352668

Color information

#352668 (or 0x352668) is unknown color: approx Paris M. HEX triplet: 35, 26 and 68. RGB value is (53,38,104). Sum of RGB (Red+Green+Blue) = 53+38+104=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 104 (41.02% from 255 or 53.33% from 195); Max value from RGB is 104 - color contains mainly: blue. Hex color #352668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352668 is #CAD997. Grayscale: #313131. Windows color (decimal): -13293976 or 6825525. OLE color: 6825525.

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

Color convert

RGB5338104-
CMYK0.490.6300.59
HSL253.64º46.48%27.84%-
HSV(B)253.64º63.46%40.78%-
XYZ4.663.1413.46-
YUV50.01158.47130.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 38 (15.23% from 255) = 19.49%
BLUE value IS 104 (41.02% from 255) = 53.33%
R=27.18%
G=19.49%
B=53.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53381040.490.6300.59253.6446.4827.84
Hex352668313F03Bfe2e1c
Octal654615061770733765634
Binary110101100110110100011000111111101110111111111010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352668; }

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

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

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

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

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

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

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

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