Html Css Color HEX #352668 Paris M

📋 copy color: '#352668'

red 53 ◦ green 38 ◦ blue 104

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

Shades of Paris M #352668

Tints of Paris M #352668

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.49%

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

R = 27.18%
G = 19.49%
B = 53.33%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#352668 (or 0x352668) is known color: Paris M. HEX triplet: 35, 26 and 68. RGB value is (53,38,104). Sum of RGB (Red+Green+Blue) = 53+38+104=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 104 (41.02% from 255 or 53.33% from 195); Max value from RGB is 104 - color contains mainly: blue. Hex color #352668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352668 is #CAD997. Grayscale: #313131. Windows color (decimal): -13293976 or 6825525. OLE color: 6825525.

HSL color Cylindrical-coordinate representation of color #352668: hue angle of 253.64º 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 #352668 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 38 104 -
CMYK 0.49 0.63 0 0.59
HSL 253.64º 0.46% 0.28% -
HSV(B) 253.64º 0.63% 0.41% -
XYZ 4.66 3.14 13.46 -
YUV 50.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 53 38 104 0.49 0.63 0 0.59 253.64 0.46 0.28
Hex 35 26 68 31 3F 0 3B FE 2E 1C
Octal 65 46 150 61 77 0 73 376 56 34
Binary 110101 100110 1101000 110001 111111 0 111011 11111110 101110 11100

Color Harmonies of #352668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352668

Black with #352668

Text Example


Text Example

White with #352668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352668; }

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

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

background-color css

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

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

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

border-color css

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

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

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