Html Css Color HEX #352C6A Paris M

📋 copy color: '#352C6A'

red 53 ◦ green 44 ◦ blue 106

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

Shades of Paris M #352C6A

Tints of Paris M #352C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 52.22%

R = 26.11%
G = 21.67%
B = 52.22%

CMYK

 C value IS 0.5

 M value IS 0.58

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#352C6A (or 0x352C6A) is known color: Paris M. HEX triplet: 35, 2C and 6A. RGB value is (53,44,106). Sum of RGB (Red+Green+Blue) = 53+44+106=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 106 (41.80% from 255 or 52.22% from 203); Max value from RGB is 106 - color contains mainly: blue. Hex color #352C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352C6A is #CAD395. Grayscale: #353535. Windows color (decimal): -13292438 or 6958133. OLE color: 6958133.

HSL color Cylindrical-coordinate representation of color #352C6A: hue angle of 248.71º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #352C6A is Cyan = 0.5, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 44 106 -
CMYK 0.5 0.58 0 0.58
HSL 248.71º 0.41% 0.29% -
HSV(B) 248.71º 0.58% 0.42% -
XYZ 4.97 3.6 14.07 -
YUV 53.76 157.48 127.46 -
System Red Green Blue C M Y K H S L
Decimal 53 44 106 0.5 0.58 0 0.58 248.71 0.41 0.29
Hex 35 2C 6A 32 3A 0 3A F9 29 1D
Octal 65 54 152 62 72 0 72 371 51 35
Binary 110101 101100 1101010 110010 111010 0 111010 11111001 101001 11101

Color Harmonies of #352C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C6A

Black with #352C6A

Text Example


Text Example

White with #352C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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