Html Css Color HEX #352863 Paris M

📋 copy color: '#352863'

red 53 ◦ green 40 ◦ blue 99

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

Shades of Paris M #352863

Tints of Paris M #352863

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.83%

 BLUE value IS 99 (39.06% from 255) = 51.56%

R = 27.6%
G = 20.83%
B = 51.56%

CMYK

 C value IS 0.46

 M value IS 0.60

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#352863 (or 0x352863) is known color: Paris M. HEX triplet: 35, 28 and 63. RGB value is (53,40,99). Sum of RGB (Red+Green+Blue) = 53+40+99=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #352863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352863 is #CAD79C. Grayscale: #323232. Windows color (decimal): -13293469 or 6498357. OLE color: 6498357.

HSL color Cylindrical-coordinate representation of color #352863: hue angle of 253.22º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #352863 is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 40 99 -
CMYK 0.46 0.60 0 0.61
HSL 253.22º 0.42% 0.27% -
HSV(B) 253.22º 0.6% 0.39% -
XYZ 4.48 3.18 12.18 -
YUV 50.61 155.31 129.7 -
System Red Green Blue C M Y K H S L
Decimal 53 40 99 0.46 0.60 0 0.61 253.22 0.42 0.27
Hex 35 28 63 2E 3C 0 3D FD 2A 1B
Octal 65 50 143 56 74 0 75 375 52 33
Binary 110101 101000 1100011 101110 111100 0 111101 11111101 101010 11011

Color Harmonies of #352863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352863

Black with #352863

Text Example


Text Example

White with #352863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352863; }

 p { color: rgb(53,40,99); }

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

background-color css

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

 a { background-color: rgb(53,40,99); }

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

border-color css

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

 span { border-color: rgb(53,40,99); }

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