Html Css Color HEX #352472 Paris M

📋 copy color: '#352472'

red 53 ◦ green 36 ◦ blue 114

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

Shades of Paris M #352472

Tints of Paris M #352472

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.73%

 BLUE value IS 114 (44.92% from 255) = 56.16%

R = 26.11%
G = 17.73%
B = 56.16%

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

#352472 (or 0x352472) is known color: Paris M. HEX triplet: 35, 24 and 72. RGB value is (53,36,114). Sum of RGB (Red+Green+Blue) = 53+36+114=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #352472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352472 is #CADB8D. Grayscale: #313131. Windows color (decimal): -13294478 or 7480373. OLE color: 7480373.

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

Color convert

RGB 53 36 114 -
CMYK 0.54 0.68 0 0.55
HSL 253.08º 0.52% 0.29% -
HSV(B) 253.08º 0.68% 0.45% -
XYZ 5.14 3.23 16.27 -
YUV 49.98 164.13 130.16 -
System Red Green Blue C M Y K H S L
Decimal 53 36 114 0.54 0.68 0 0.55 253.08 0.52 0.29
Hex 35 24 72 36 44 0 37 FD 34 1D
Octal 65 44 162 66 104 0 67 375 64 35
Binary 110101 100100 1110010 110110 1000100 0 110111 11111101 110100 11101

Color Harmonies of #352472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352472

Black with #352472

Text Example


Text Example

White with #352472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352472; }

 p { color: rgb(53,36,114); }

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

background-color css

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

 a { background-color: rgb(53,36,114); }

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

border-color css

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

 span { border-color: rgb(53,36,114); }

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