Html Css Color HEX #352573 Paris M

📋 copy color: '#352573'

red 53 ◦ green 37 ◦ blue 115

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

Shades of Paris M #352573

Tints of Paris M #352573

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.05%

 BLUE value IS 115 (45.31% from 255) = 56.1%

R = 25.85%
G = 18.05%
B = 56.1%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#352573 (or 0x352573) is known color: Paris M. HEX triplet: 35, 25 and 73. RGB value is (53,37,115). Sum of RGB (Red+Green+Blue) = 53+37+115=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #352573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352573 is #CADA8C. Grayscale: #323232. Windows color (decimal): -13294221 or 7546165. OLE color: 7546165.

HSL color Cylindrical-coordinate representation of color #352573: hue angle of 252.31º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #352573 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 37 115 -
CMYK 0.54 0.68 0 0.55
HSL 252.31º 0.51% 0.3% -
HSV(B) 252.31º 0.68% 0.45% -
XYZ 5.22 3.32 16.58 -
YUV 50.68 164.3 129.66 -
System Red Green Blue C M Y K H S L
Decimal 53 37 115 0.54 0.68 0 0.55 252.31 0.51 0.3
Hex 35 25 73 36 44 0 37 FC 33 1E
Octal 65 45 163 66 104 0 67 374 63 36
Binary 110101 100101 1110011 110110 1000100 0 110111 11111100 110011 11110

Color Harmonies of #352573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352573

Black with #352573

Text Example


Text Example

White with #352573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352573; }

 p { color: rgb(53,37,115); }

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

background-color css

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

 a { background-color: rgb(53,37,115); }

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

border-color css

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

 span { border-color: rgb(53,37,115); }

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