Html Css Color HEX #352C6C Paris M

📋 copy color: '#352C6C'

red 53 ◦ green 44 ◦ blue 108

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

Shades of Paris M #352C6C

Tints of Paris M #352C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 52.68%

R = 25.85%
G = 21.46%
B = 52.68%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#352C6C (or 0x352C6C) is known color: Paris M. HEX triplet: 35, 2C and 6C. RGB value is (53,44,108). Sum of RGB (Red+Green+Blue) = 53+44+108=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #352C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352C6C is #CAD393. Grayscale: #353535. Windows color (decimal): -13292436 or 7089205. OLE color: 7089205.

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

Color convert

RGB 53 44 108 -
CMYK 0.51 0.59 0 0.58
HSL 248.44º 0.42% 0.3% -
HSV(B) 248.44º 0.59% 0.42% -
XYZ 5.08 3.64 14.62 -
YUV 53.99 158.48 127.3 -
System Red Green Blue C M Y K H S L
Decimal 53 44 108 0.51 0.59 0 0.58 248.44 0.42 0.3
Hex 35 2C 6C 33 3B 0 3A F8 2A 1E
Octal 65 54 154 63 73 0 72 370 52 36
Binary 110101 101100 1101100 110011 111011 0 111010 11111000 101010 11110

Color Harmonies of #352C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C6C

Black with #352C6C

Text Example


Text Example

White with #352C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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