Html Css Color HEX #352964 Paris M

📋 copy color: '#352964'

red 53 ◦ green 41 ◦ blue 100

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

Shades of Paris M #352964

Tints of Paris M #352964

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.13%

 BLUE value IS 100 (39.45% from 255) = 51.55%

R = 27.32%
G = 21.13%
B = 51.55%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#352964 (or 0x352964) is known color: Paris M. HEX triplet: 35, 29 and 64. RGB value is (53,41,100). Sum of RGB (Red+Green+Blue) = 53+41+100=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 100 (39.45% from 255 or 51.55% from 194); Max value from RGB is 100 - color contains mainly: blue. Hex color #352964 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352964 is #CAD69B. Grayscale: #333333. Windows color (decimal): -13293212 or 6564149. OLE color: 6564149.

HSL color Cylindrical-coordinate representation of color #352964: hue angle of 252.2º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #352964 is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 41 100 -
CMYK 0.47 0.59 0 0.61
HSL 252.2º 0.42% 0.28% -
HSV(B) 252.2º 0.59% 0.39% -
XYZ 4.56 3.26 12.45 -
YUV 51.31 155.48 129.2 -
System Red Green Blue C M Y K H S L
Decimal 53 41 100 0.47 0.59 0 0.61 252.2 0.42 0.28
Hex 35 29 64 2F 3B 0 3D FC 2A 1C
Octal 65 51 144 57 73 0 75 374 52 34
Binary 110101 101001 1100100 101111 111011 0 111101 11111100 101010 11100

Color Harmonies of #352964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352964

Black with #352964

Text Example


Text Example

White with #352964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352964; }

 p { color: rgb(53,41,100); }

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

background-color css

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

 a { background-color: rgb(53,41,100); }

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

border-color css

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

 span { border-color: rgb(53,41,100); }

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