Html Css Color HEX #352C5A Paris M

📋 copy color: '#352C5A'

red 53 ◦ green 44 ◦ blue 90

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

Shades of Paris M #352C5A

Tints of Paris M #352C5A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.53%

 BLUE value IS 90 (35.55% from 255) = 48.13%

R = 28.34%
G = 23.53%
B = 48.13%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#352C5A (or 0x352C5A) is known color: Paris M. HEX triplet: 35, 2C and 5A. RGB value is (53,44,90). Sum of RGB (Red+Green+Blue) = 53+44+90=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #352C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352C5A is #CAD3A5. Grayscale: #333333. Windows color (decimal): -13292454 or 5909557. OLE color: 5909557.

HSL color Cylindrical-coordinate representation of color #352C5A: hue angle of 251.74º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #352C5A is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 44 90 -
CMYK 0.41 0.51 0 0.65
HSL 251.74º 0.34% 0.26% -
HSV(B) 251.74º 0.51% 0.35% -
XYZ 4.21 3.3 10.09 -
YUV 51.94 149.48 128.76 -
System Red Green Blue C M Y K H S L
Decimal 53 44 90 0.41 0.51 0 0.65 251.74 0.34 0.26
Hex 35 2C 5A 29 33 0 41 FC 22 1A
Octal 65 54 132 51 63 0 101 374 42 32
Binary 110101 101100 1011010 101001 110011 0 1000001 11111100 100010 11010

Color Harmonies of #352C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C5A

Black with #352C5A

Text Example


Text Example

White with #352C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352C5A; }

 p { color: rgb(53,44,90); }

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

background-color css

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

 a { background-color: rgb(53,44,90); }

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

border-color css

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

 span { border-color: rgb(53,44,90); }

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