Html Css Color HEX #352869 Paris M

📋 copy color: '#352869'

red 53 ◦ green 40 ◦ blue 105

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

Shades of Paris M #352869

Tints of Paris M #352869

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.2%

 BLUE value IS 105 (41.41% from 255) = 53.03%

R = 26.77%
G = 20.2%
B = 53.03%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#352869 (or 0x352869) is known color: Paris M. HEX triplet: 35, 28 and 69. RGB value is (53,40,105). Sum of RGB (Red+Green+Blue) = 53+40+105=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 105 (41.41% from 255 or 53.03% from 198); Max value from RGB is 105 - color contains mainly: blue. Hex color #352869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352869 is #CAD796. Grayscale: #333333. Windows color (decimal): -13293463 or 6891573. OLE color: 6891573.

HSL color Cylindrical-coordinate representation of color #352869: hue angle of 252º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #352869 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 40 105 -
CMYK 0.50 0.62 0 0.59
HSL 252º 0.45% 0.28% -
HSV(B) 252º 0.62% 0.41% -
XYZ 4.78 3.29 13.75 -
YUV 51.3 158.31 129.21 -
System Red Green Blue C M Y K H S L
Decimal 53 40 105 0.50 0.62 0 0.59 252 0.45 0.28
Hex 35 28 69 32 3E 0 3B FC 2D 1C
Octal 65 50 151 62 76 0 73 374 55 34
Binary 110101 101000 1101001 110010 111110 0 111011 11111100 101101 11100

Color Harmonies of #352869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352869

Black with #352869

Text Example


Text Example

White with #352869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352869; }

 p { color: rgb(53,40,105); }

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

background-color css

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

 a { background-color: rgb(53,40,105); }

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

border-color css

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

 span { border-color: rgb(53,40,105); }

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