Html Css Color HEX #352570 Paris M

📋 copy color: '#352570'

red 53 ◦ green 37 ◦ blue 112

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

Shades of Paris M #352570

Tints of Paris M #352570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 55.45%

R = 26.24%
G = 18.32%
B = 55.45%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#352570 (or 0x352570) is known color: Paris M. HEX triplet: 35, 25 and 70. RGB value is (53,37,112). Sum of RGB (Red+Green+Blue) = 53+37+112=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #352570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352570 is #CADA8F. Grayscale: #323232. Windows color (decimal): -13294224 or 7349557. OLE color: 7349557.

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

Color convert

RGB 53 37 112 -
CMYK 0.53 0.67 0 0.56
HSL 252.8º 0.5% 0.29% -
HSV(B) 252.8º 0.67% 0.44% -
XYZ 5.05 3.25 15.69 -
YUV 50.33 162.8 129.9 -
System Red Green Blue C M Y K H S L
Decimal 53 37 112 0.53 0.67 0 0.56 252.8 0.5 0.29
Hex 35 25 70 35 43 0 38 FD 32 1D
Octal 65 45 160 65 103 0 70 375 62 35
Binary 110101 100101 1110000 110101 1000011 0 111000 11111101 110010 11101

Color Harmonies of #352570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352570

Black with #352570

Text Example


Text Example

White with #352570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352570; }

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

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

background-color css

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

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

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

border-color css

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

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

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