Html Css Color HEX #352B5B Paris M

📋 copy color: '#352B5B'

red 53 ◦ green 43 ◦ blue 91

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

Shades of Paris M #352B5B

Tints of Paris M #352B5B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.99%

 BLUE value IS 91 (35.94% from 255) = 48.66%

R = 28.34%
G = 22.99%
B = 48.66%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#352B5B (or 0x352B5B) is known color: Paris M. HEX triplet: 35, 2B and 5B. RGB value is (53,43,91). Sum of RGB (Red+Green+Blue) = 53+43+91=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #352B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352B5B is #CAD4A4. Grayscale: #333333. Windows color (decimal): -13292709 or 5974837. OLE color: 5974837.

HSL color Cylindrical-coordinate representation of color #352B5B: hue angle of 252.5º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #352B5B is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 43 91 -
CMYK 0.42 0.53 0 0.64
HSL 252.5º 0.36% 0.26% -
HSV(B) 252.5º 0.53% 0.36% -
XYZ 4.22 3.24 10.3 -
YUV 51.46 150.31 129.1 -
System Red Green Blue C M Y K H S L
Decimal 53 43 91 0.42 0.53 0 0.64 252.5 0.36 0.26
Hex 35 2B 5B 2A 35 0 40 FD 24 1A
Octal 65 53 133 52 65 0 100 375 44 32
Binary 110101 101011 1011011 101010 110101 0 1000000 11111101 100100 11010

Color Harmonies of #352B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352B5B

Black with #352B5B

Text Example


Text Example

White with #352B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,43,91); }

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

background-color css

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

 a { background-color: rgb(53,43,91); }

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

border-color css

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

 span { border-color: rgb(53,43,91); }

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