Html Css Color HEX #352572 Paris M

📋 copy color: '#352572'

red 53 ◦ green 37 ◦ blue 114

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

Shades of Paris M #352572

Tints of Paris M #352572

RGB

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

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

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

R = 25.98%
G = 18.14%
B = 55.88%

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

#352572 (or 0x352572) is known color: Paris M. HEX triplet: 35, 25 and 72. RGB value is (53,37,114). Sum of RGB (Red+Green+Blue) = 53+37+114=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #352572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352572 is #CADA8D. Grayscale: #323232. Windows color (decimal): -13294222 or 7480629. OLE color: 7480629.

HSL color Cylindrical-coordinate representation of color #352572: hue angle of 252.47º 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 #352572 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 37 114 -
CMYK 0.54 0.68 0 0.55
HSL 252.47º 0.51% 0.3% -
HSV(B) 252.47º 0.68% 0.45% -
XYZ 5.17 3.29 16.28 -
YUV 50.56 163.8 129.74 -
System Red Green Blue C M Y K H S L
Decimal 53 37 114 0.54 0.68 0 0.55 252.47 0.51 0.3
Hex 35 25 72 36 44 0 37 FC 33 1E
Octal 65 45 162 66 104 0 67 374 63 36
Binary 110101 100101 1110010 110110 1000100 0 110111 11111100 110011 11110

Color Harmonies of #352572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352572

Black with #352572

Text Example


Text Example

White with #352572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352572; }

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

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

background-color css

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

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

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

border-color css

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

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

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