Html Css Color HEX #352A60 Paris M

📋 copy color: '#352A60'

red 53 ◦ green 42 ◦ blue 96

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

Shades of Paris M #352A60

Tints of Paris M #352A60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 50.26%

R = 27.75%
G = 21.99%
B = 50.26%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#352A60 (or 0x352A60) is known color: Paris M. HEX triplet: 35, 2A and 60. RGB value is (53,42,96). Sum of RGB (Red+Green+Blue) = 53+42+96=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #352A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352A60 is #CAD59F. Grayscale: #333333. Windows color (decimal): -13292960 or 6302261. OLE color: 6302261.

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

Color convert

RGB 53 42 96 -
CMYK 0.45 0.56 0 0.62
HSL 252.22º 0.39% 0.27% -
HSV(B) 252.22º 0.56% 0.38% -
XYZ 4.41 3.26 11.46 -
YUV 51.45 153.14 129.11 -
System Red Green Blue C M Y K H S L
Decimal 53 42 96 0.45 0.56 0 0.62 252.22 0.39 0.27
Hex 35 2A 60 2D 38 0 3E FC 27 1B
Octal 65 52 140 55 70 0 76 374 47 33
Binary 110101 101010 1100000 101101 111000 0 111110 11111100 100111 11011

Color Harmonies of #352A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352A60

Black with #352A60

Text Example


Text Example

White with #352A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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