Html Css Color HEX #353159 Paris M

📋 copy color: '#353159'

red 53 ◦ green 49 ◦ blue 89

#353159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #353159

Tints of Paris M #353159

RGB

 RED value IS 53 (21.09% from 255) = 27.75%

 GREEN value IS 49 (19.53% from 255) = 25.65%

 BLUE value IS 89 (35.16% from 255) = 46.6%

R = 27.75%
G = 25.65%
B = 46.6%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#353159 (or 0x353159) is known color: Paris M. HEX triplet: 35, 31 and 59. RGB value is (53,49,89). Sum of RGB (Red+Green+Blue) = 53+49+89=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #353159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353159 is #CACEA6. Grayscale: #363636. Windows color (decimal): -13291175 or 5845301. OLE color: 5845301.

HSL color Cylindrical-coordinate representation of color #353159: hue angle of 246º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #353159 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 49 89 -
CMYK 0.40 0.45 0 0.65
HSL 246º 0.29% 0.27% -
HSV(B) 246º 0.45% 0.35% -
XYZ 4.37 3.67 9.93 -
YUV 54.76 147.33 126.75 -
System Red Green Blue C M Y K H S L
Decimal 53 49 89 0.40 0.45 0 0.65 246 0.29 0.27
Hex 35 31 59 28 2D 0 41 F6 1D 1B
Octal 65 61 131 50 55 0 101 366 35 33
Binary 110101 110001 1011001 101000 101101 0 1000001 11110110 11101 11011

Color Harmonies of #353159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353159

Black with #353159

Text Example


Text Example

White with #353159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353159; }

 p { color: rgb(53,49,89); }

 H1.HeaderClassName
 {
   color: #353159;
 }
 .AnyTagClassName
 {
   color: #353159;
 }
</style>

background-color css

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

 a { background-color: rgb(53,49,89); }

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

border-color css

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

 span { border-color: rgb(53,49,89); }

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