Html Css Color HEX #352C69 Paris M

📋 copy color: '#352C69'

red 53 ◦ green 44 ◦ blue 105

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

Shades of Paris M #352C69

Tints of Paris M #352C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 51.98%

R = 26.24%
G = 21.78%
B = 51.98%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#352C69 (or 0x352C69) is known color: Paris M. HEX triplet: 35, 2C and 69. RGB value is (53,44,105). Sum of RGB (Red+Green+Blue) = 53+44+105=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 105 (41.41% from 255 or 51.98% from 202); Max value from RGB is 105 - color contains mainly: blue. Hex color #352C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352C69 is #CAD396. Grayscale: #353535. Windows color (decimal): -13292439 or 6892597. OLE color: 6892597.

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

Color convert

RGB 53 44 105 -
CMYK 0.50 0.58 0 0.59
HSL 248.85º 0.41% 0.29% -
HSV(B) 248.85º 0.58% 0.41% -
XYZ 4.92 3.58 13.8 -
YUV 53.65 156.98 127.54 -
System Red Green Blue C M Y K H S L
Decimal 53 44 105 0.50 0.58 0 0.59 248.85 0.41 0.29
Hex 35 2C 69 32 3A 0 3B F9 29 1D
Octal 65 54 151 62 72 0 73 371 51 35
Binary 110101 101100 1101001 110010 111010 0 111011 11111001 101001 11101

Color Harmonies of #352C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C69

Black with #352C69

Text Example


Text Example

White with #352C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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