#352270

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

Shades of Paris M #352270

Tints of Paris M #352270

Color information

#352270 (or 0x352270) is unknown color: approx Paris M. HEX triplet: 35, 22 and 70. RGB value is (53,34,112). Sum of RGB (Red+Green+Blue) = 53+34+112=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #352270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352270 is #CADD8F. Grayscale: #303030. Windows color (decimal): -13294992 or 7348789. OLE color: 7348789.

HSL color Cylindrical-coordinate representation of color #352270: hue angle of 254.62º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #352270 is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5334112-
CMYK0.530.7000.56
HSL254.62º53.42%28.63%-
HSV(B)254.62º69.64%43.92%-
XYZ4.963.0715.66-
YUV48.57163.79131.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.63%
GREEN value IS 34 (13.67% from 255) = 17.09%
BLUE value IS 112 (44.14% from 255) = 56.28%
R=26.63%
G=17.09%
B=56.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53341120.530.7000.56254.6253.4228.63
Hex3522703546038ff351d
Octal6542160651060703776535
Binary1101011000101110000110101100011001110001111111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352270; }

 p { color: rgb(53,34,112); }

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

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

 a { background-color: rgb(53,34,112); }

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

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

 span { border-color: rgb(53,34,112); }

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