Html Css Color HEX #352370 Paris M

📋 copy color: '#352370'

red 53 ◦ green 35 ◦ blue 112

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

Shades of Paris M #352370

Tints of Paris M #352370

RGB

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

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

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

R = 26.5%
G = 17.5%
B = 56%

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

#352370 (or 0x352370) is known color: Paris M. HEX triplet: 35, 23 and 70. RGB value is (53,35,112). Sum of RGB (Red+Green+Blue) = 53+35+112=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #352370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352370 is #CADC8F. Grayscale: #303030. Windows color (decimal): -13294736 or 7349045. OLE color: 7349045.

HSL color Cylindrical-coordinate representation of color #352370: hue angle of 254.03º degrees, saturation: 0.52, 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 #352370 is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 35 112 -
CMYK 0.53 0.69 0 0.56
HSL 254.03º 0.52% 0.29% -
HSV(B) 254.03º 0.69% 0.44% -
XYZ 4.99 3.13 15.67 -
YUV 49.16 163.46 130.74 -
System Red Green Blue C M Y K H S L
Decimal 53 35 112 0.53 0.69 0 0.56 254.03 0.52 0.29
Hex 35 23 70 35 45 0 38 FE 34 1D
Octal 65 43 160 65 105 0 70 376 64 35
Binary 110101 100011 1110000 110101 1000101 0 111000 11111110 110100 11101

Color Harmonies of #352370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352370

Black with #352370

Text Example


Text Example

White with #352370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352370; }

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

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

background-color css

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

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

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

border-color css

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

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

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