Html Css Color HEX #352769 Paris M

📋 copy color: '#352769'

red 53 ◦ green 39 ◦ blue 105

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

Shades of Paris M #352769

Tints of Paris M #352769

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.8%

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

R = 26.9%
G = 19.8%
B = 53.3%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#352769 (or 0x352769) is known color: Paris M. HEX triplet: 35, 27 and 69. RGB value is (53,39,105). Sum of RGB (Red+Green+Blue) = 53+39+105=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #352769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352769 is #CAD896. Grayscale: #323232. Windows color (decimal): -13293719 or 6891317. OLE color: 6891317.

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

Color convert

RGB 53 39 105 -
CMYK 0.50 0.63 0 0.59
HSL 252.73º 0.46% 0.28% -
HSV(B) 252.73º 0.63% 0.41% -
XYZ 4.74 3.23 13.74 -
YUV 50.71 158.64 129.63 -
System Red Green Blue C M Y K H S L
Decimal 53 39 105 0.50 0.63 0 0.59 252.73 0.46 0.28
Hex 35 27 69 32 3F 0 3B FD 2E 1C
Octal 65 47 151 62 77 0 73 375 56 34
Binary 110101 100111 1101001 110010 111111 0 111011 11111101 101110 11100

Color Harmonies of #352769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352769

Black with #352769

Text Example


Text Example

White with #352769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352769; }

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

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

background-color css

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

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

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

border-color css

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

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

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