Html Css Color HEX #352566 Paris M

📋 copy color: '#352566'

red 53 ◦ green 37 ◦ blue 102

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

Shades of Paris M #352566

Tints of Paris M #352566

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.27%

 BLUE value IS 102 (40.23% from 255) = 53.13%

R = 27.6%
G = 19.27%
B = 53.13%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#352566 (or 0x352566) is known color: Paris M. HEX triplet: 35, 25 and 66. RGB value is (53,37,102). Sum of RGB (Red+Green+Blue) = 53+37+102=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #352566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352566 is #CADA99. Grayscale: #303030. Windows color (decimal): -13294234 or 6694197. OLE color: 6694197.

HSL color Cylindrical-coordinate representation of color #352566: hue angle of 254.77º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #352566 is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 53 37 102 -
CMYK 0.48 0.64 0 0.6
HSL 254.77º 0.47% 0.27% -
HSV(B) 254.77º 0.64% 0.4% -
XYZ 4.53 3.04 12.92 -
YUV 49.19 157.8 130.71 -
System Red Green Blue C M Y K H S L
Decimal 53 37 102 0.48 0.64 0 0.6 254.77 0.47 0.27
Hex 35 25 66 30 40 0 3C FF 2F 1B
Octal 65 45 146 60 100 0 74 377 57 33
Binary 110101 100101 1100110 110000 1000000 0 111100 11111111 101111 11011

Color Harmonies of #352566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352566

Black with #352566

Text Example


Text Example

White with #352566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352566; }

 p { color: rgb(53,37,102); }

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

background-color css

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

 a { background-color: rgb(53,37,102); }

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

border-color css

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

 span { border-color: rgb(53,37,102); }

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