#353060

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

Shades of Paris M #353060

Tints of Paris M #353060

Color information

#353060 (or 0x353060) is unknown color: approx Paris M. HEX triplet: 35, 30 and 60. RGB value is (53,48,96). Sum of RGB (Red+Green+Blue) = 53+48+96=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #353060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353060 is #CACF9F. Grayscale: #363636. Windows color (decimal): -13291424 or 6303797. OLE color: 6303797.

HSL color Cylindrical-coordinate representation of color #353060: hue angle of 246.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #353060 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB534896-
CMYK0.450.5000.62
HSL246.25º33.33%28.24%-
HSV(B)246.25º50%37.65%-
XYZ4.643.7211.54-
YUV54.97151.16126.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.90%
GREEN value IS 48 (19.14% from 255) = 24.37%
BLUE value IS 96 (37.89% from 255) = 48.73%
R=26.90%
G=24.37%
B=48.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5348960.450.5000.62246.2533.3328.24
Hex3530602D3203Ef6211c
Octal656014055620763664134
Binary110101110000110000010110111001001111101111011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353060; }

 p { color: rgb(53,48,96); }

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

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

 a { background-color: rgb(53,48,96); }

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

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

 span { border-color: rgb(53,48,96); }

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