Html Css Color HEX #352473 Paris M

📋 copy color: '#352473'

red 53 ◦ green 36 ◦ blue 115

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

Shades of Paris M #352473

Tints of Paris M #352473

RGB

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

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

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

R = 25.98%
G = 17.65%
B = 56.37%

CMYK

 C value IS 0.54

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#352473 (or 0x352473) is known color: Paris M. HEX triplet: 35, 24 and 73. RGB value is (53,36,115). Sum of RGB (Red+Green+Blue) = 53+36+115=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #352473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352473 is #CADB8C. Grayscale: #313131. Windows color (decimal): -13294477 or 7545909. OLE color: 7545909.

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

Color convert

RGB 53 36 115 -
CMYK 0.54 0.69 0 0.55
HSL 252.91º 0.52% 0.3% -
HSV(B) 252.91º 0.69% 0.45% -
XYZ 5.19 3.26 16.57 -
YUV 50.09 164.63 130.08 -
System Red Green Blue C M Y K H S L
Decimal 53 36 115 0.54 0.69 0 0.55 252.91 0.52 0.3
Hex 35 24 73 36 45 0 37 FD 34 1E
Octal 65 44 163 66 105 0 67 375 64 36
Binary 110101 100100 1110011 110110 1000101 0 110111 11111101 110100 11110

Color Harmonies of #352473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352473

Black with #352473

Text Example


Text Example

White with #352473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352473; }

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

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

background-color css

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

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

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

border-color css

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

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

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