#352469

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

Shades of Paris M #352469

Tints of Paris M #352469

Color information

#352469 (or 0x352469) is unknown color: approx Paris M. HEX triplet: 35, 24 and 69. RGB value is (53,36,105). Sum of RGB (Red+Green+Blue) = 53+36+105=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 105 (41.41% from 255 or 54.12% from 194); Max value from RGB is 105 - color contains mainly: blue. Hex color #352469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352469 is #CADB96. Grayscale: #303030. Windows color (decimal): -13294487 or 6890549. OLE color: 6890549.

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

Color convert

RGB5336105-
CMYK0.500.6600.59
HSL254.78º48.94%27.65%-
HSV(B)254.78º65.71%41.18%-
XYZ4.653.0413.71-
YUV48.95159.63130.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 36 (14.45% from 255) = 18.56%
BLUE value IS 105 (41.41% from 255) = 54.12%
R=27.32%
G=18.56%
B=54.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53361050.500.6600.59254.7848.9427.65
Hex352469324203Bff311c
Octal6544151621020733776134
Binary1101011001001101001110010100001001110111111111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352469; }

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

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

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

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

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

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

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

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