Html Css Color HEX #352E61 Paris M

📋 copy color: '#352E61'

red 53 ◦ green 46 ◦ blue 97

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

Shades of Paris M #352E61

Tints of Paris M #352E61

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.47%

 BLUE value IS 97 (38.28% from 255) = 49.49%

R = 27.04%
G = 23.47%
B = 49.49%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#352E61 (or 0x352E61) is known color: Paris M. HEX triplet: 35, 2E and 61. RGB value is (53,46,97). Sum of RGB (Red+Green+Blue) = 53+46+97=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #352E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352E61 is #CAD19E. Grayscale: #353535. Windows color (decimal): -13291935 or 6368821. OLE color: 6368821.

HSL color Cylindrical-coordinate representation of color #352E61: hue angle of 248.24º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #352E61 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 46 97 -
CMYK 0.45 0.53 0 0.62
HSL 248.24º 0.36% 0.28% -
HSV(B) 248.24º 0.53% 0.38% -
XYZ 4.6 3.57 11.76 -
YUV 53.91 152.32 127.35 -
System Red Green Blue C M Y K H S L
Decimal 53 46 97 0.45 0.53 0 0.62 248.24 0.36 0.28
Hex 35 2E 61 2D 35 0 3E F8 24 1C
Octal 65 56 141 55 65 0 76 370 44 34
Binary 110101 101110 1100001 101101 110101 0 111110 11111000 100100 11100

Color Harmonies of #352E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352E61

Black with #352E61

Text Example


Text Example

White with #352E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352E61; }

 p { color: rgb(53,46,97); }

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

background-color css

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

 a { background-color: rgb(53,46,97); }

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

border-color css

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

 span { border-color: rgb(53,46,97); }

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