Html Css Color HEX #352371 Paris M

📋 copy color: '#352371'

red 53 ◦ green 35 ◦ blue 113

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

Shades of Paris M #352371

Tints of Paris M #352371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.41%

 BLUE value IS 113 (44.53% from 255) = 56.22%

R = 26.37%
G = 17.41%
B = 56.22%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#352371 (or 0x352371) is known color: Paris M. HEX triplet: 35, 23 and 71. RGB value is (53,35,113). Sum of RGB (Red+Green+Blue) = 53+35+113=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #352371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352371 is #CADC8E. Grayscale: #303030. Windows color (decimal): -13294735 or 7414581. OLE color: 7414581.

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

Color convert

RGB 53 35 113 -
CMYK 0.53 0.69 0 0.56
HSL 253.85º 0.53% 0.29% -
HSV(B) 253.85º 0.69% 0.44% -
XYZ 5.05 3.15 15.96 -
YUV 49.27 163.96 130.66 -
System Red Green Blue C M Y K H S L
Decimal 53 35 113 0.53 0.69 0 0.56 253.85 0.53 0.29
Hex 35 23 71 35 45 0 38 FE 35 1D
Octal 65 43 161 65 105 0 70 376 65 35
Binary 110101 100011 1110001 110101 1000101 0 111000 11111110 110101 11101

Color Harmonies of #352371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352371

Black with #352371

Text Example


Text Example

White with #352371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352371; }

 p { color: rgb(53,35,113); }

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

background-color css

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

 a { background-color: rgb(53,35,113); }

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

border-color css

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

 span { border-color: rgb(53,35,113); }

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