Html Css Color HEX #352568 Paris M

📋 copy color: '#352568'

red 53 ◦ green 37 ◦ blue 104

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

Shades of Paris M #352568

Tints of Paris M #352568

RGB

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

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

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

R = 27.32%
G = 19.07%
B = 53.61%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#352568 (or 0x352568) is known color: Paris M. HEX triplet: 35, 25 and 68. RGB value is (53,37,104). Sum of RGB (Red+Green+Blue) = 53+37+104=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #352568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352568 is #CADA97. Grayscale: #313131. Windows color (decimal): -13294232 or 6825269. OLE color: 6825269.

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

Color convert

RGB 53 37 104 -
CMYK 0.49 0.64 0 0.59
HSL 254.33º 0.48% 0.28% -
HSV(B) 254.33º 0.64% 0.41% -
XYZ 4.63 3.08 13.45 -
YUV 49.42 158.8 130.55 -
System Red Green Blue C M Y K H S L
Decimal 53 37 104 0.49 0.64 0 0.59 254.33 0.48 0.28
Hex 35 25 68 31 40 0 3B FE 30 1C
Octal 65 45 150 61 100 0 73 376 60 34
Binary 110101 100101 1101000 110001 1000000 0 111011 11111110 110000 11100

Color Harmonies of #352568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352568

Black with #352568

Text Example


Text Example

White with #352568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352568; }

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

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

background-color css

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

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

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

border-color css

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

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

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