Html Css Color HEX #352669 Paris M

📋 copy color: '#352669'

red 53 ◦ green 38 ◦ blue 105

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

Shades of Paris M #352669

Tints of Paris M #352669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 53.57%

R = 27.04%
G = 19.39%
B = 53.57%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#352669 (or 0x352669) is known color: Paris M. HEX triplet: 35, 26 and 69. RGB value is (53,38,105). Sum of RGB (Red+Green+Blue) = 53+38+105=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #352669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352669 is #CAD996. Grayscale: #313131. Windows color (decimal): -13293975 or 6891061. OLE color: 6891061.

HSL color Cylindrical-coordinate representation of color #352669: hue angle of 253.43º degrees, saturation: 0.47, 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 #352669 is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 38 105 -
CMYK 0.50 0.64 0 0.59
HSL 253.43º 0.47% 0.28% -
HSV(B) 253.43º 0.64% 0.41% -
XYZ 4.71 3.16 13.73 -
YUV 50.12 158.97 130.05 -
System Red Green Blue C M Y K H S L
Decimal 53 38 105 0.50 0.64 0 0.59 253.43 0.47 0.28
Hex 35 26 69 32 40 0 3B FD 2F 1C
Octal 65 46 151 62 100 0 73 375 57 34
Binary 110101 100110 1101001 110010 1000000 0 111011 11111101 101111 11100

Color Harmonies of #352669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352669

Black with #352669

Text Example


Text Example

White with #352669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352669; }

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

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

background-color css

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

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

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

border-color css

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

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

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