Html Css Color HEX #352470 Paris M

📋 copy color: '#352470'

red 53 ◦ green 36 ◦ blue 112

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

Shades of Paris M #352470

Tints of Paris M #352470

RGB

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

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

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

R = 26.37%
G = 17.91%
B = 55.72%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#352470 (or 0x352470) is known color: Paris M. HEX triplet: 35, 24 and 70. RGB value is (53,36,112). Sum of RGB (Red+Green+Blue) = 53+36+112=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #352470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352470 is #CADB8F. Grayscale: #313131. Windows color (decimal): -13294480 or 7349301. OLE color: 7349301.

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

Color convert

RGB 53 36 112 -
CMYK 0.53 0.68 0 0.56
HSL 253.42º 0.51% 0.29% -
HSV(B) 253.42º 0.68% 0.44% -
XYZ 5.02 3.19 15.68 -
YUV 49.75 163.13 130.32 -
System Red Green Blue C M Y K H S L
Decimal 53 36 112 0.53 0.68 0 0.56 253.42 0.51 0.29
Hex 35 24 70 35 44 0 38 FD 33 1D
Octal 65 44 160 65 104 0 70 375 63 35
Binary 110101 100100 1110000 110101 1000100 0 111000 11111101 110011 11101

Color Harmonies of #352470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352470

Black with #352470

Text Example


Text Example

White with #352470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352470; }

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

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

background-color css

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

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

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

border-color css

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

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

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