Html Css Color HEX #352A5C Paris M

📋 copy color: '#352A5C'

red 53 ◦ green 42 ◦ blue 92

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

Shades of Paris M #352A5C

Tints of Paris M #352A5C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.46%

 BLUE value IS 92 (36.33% from 255) = 49.2%

R = 28.34%
G = 22.46%
B = 49.2%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#352A5C (or 0x352A5C) is known color: Paris M. HEX triplet: 35, 2A and 5C. RGB value is (53,42,92). Sum of RGB (Red+Green+Blue) = 53+42+92=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #352A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352A5C is #CAD5A3. Grayscale: #323232. Windows color (decimal): -13292964 or 6040117. OLE color: 6040117.

HSL color Cylindrical-coordinate representation of color #352A5C: hue angle of 253.2º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #352A5C is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 42 92 -
CMYK 0.42 0.54 0 0.64
HSL 253.2º 0.37% 0.26% -
HSV(B) 253.2º 0.54% 0.36% -
XYZ 4.23 3.19 10.52 -
YUV 50.99 151.14 129.43 -
System Red Green Blue C M Y K H S L
Decimal 53 42 92 0.42 0.54 0 0.64 253.2 0.37 0.26
Hex 35 2A 5C 2A 36 0 40 FD 25 1A
Octal 65 52 134 52 66 0 100 375 45 32
Binary 110101 101010 1011100 101010 110110 0 1000000 11111101 100101 11010

Color Harmonies of #352A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352A5C

Black with #352A5C

Text Example


Text Example

White with #352A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,42,92); }

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

background-color css

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

 a { background-color: rgb(53,42,92); }

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

border-color css

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

 span { border-color: rgb(53,42,92); }

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