Html Css Color HEX #352868 Paris M

📋 copy color: '#352868'

red 53 ◦ green 40 ◦ blue 104

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

Shades of Paris M #352868

Tints of Paris M #352868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 52.79%

R = 26.9%
G = 20.3%
B = 52.79%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#352868 (or 0x352868) is known color: Paris M. HEX triplet: 35, 28 and 68. RGB value is (53,40,104). Sum of RGB (Red+Green+Blue) = 53+40+104=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #352868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352868 is #CAD797. Grayscale: #323232. Windows color (decimal): -13293464 or 6826037. OLE color: 6826037.

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

Color convert

RGB 53 40 104 -
CMYK 0.49 0.62 0 0.59
HSL 252.19º 0.44% 0.28% -
HSV(B) 252.19º 0.62% 0.41% -
XYZ 4.73 3.27 13.48 -
YUV 51.18 157.81 129.3 -
System Red Green Blue C M Y K H S L
Decimal 53 40 104 0.49 0.62 0 0.59 252.19 0.44 0.28
Hex 35 28 68 31 3E 0 3B FC 2C 1C
Octal 65 50 150 61 76 0 73 374 54 34
Binary 110101 101000 1101000 110001 111110 0 111011 11111100 101100 11100

Color Harmonies of #352868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352868

Black with #352868

Text Example


Text Example

White with #352868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352868; }

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

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

background-color css

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

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

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

border-color css

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

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

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