Html Css Color HEX #352D6A Paris M

📋 copy color: '#352D6A'

red 53 ◦ green 45 ◦ blue 106

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

Shades of Paris M #352D6A

Tints of Paris M #352D6A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.06%

 BLUE value IS 106 (41.8% from 255) = 51.96%

R = 25.98%
G = 22.06%
B = 51.96%

CMYK

 C value IS 0.5

 M value IS 0.58

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#352D6A (or 0x352D6A) is known color: Paris M. HEX triplet: 35, 2D and 6A. RGB value is (53,45,106). Sum of RGB (Red+Green+Blue) = 53+45+106=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 106 (41.80% from 255 or 51.96% from 204); Max value from RGB is 106 - color contains mainly: blue. Hex color #352D6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352D6A is #CAD295. Grayscale: #363636. Windows color (decimal): -13292182 or 6958389. OLE color: 6958389.

HSL color Cylindrical-coordinate representation of color #352D6A: hue angle of 247.87º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #352D6A is Cyan = 0.5, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 45 106 -
CMYK 0.5 0.58 0 0.58
HSL 247.87º 0.4% 0.3% -
HSV(B) 247.87º 0.58% 0.42% -
XYZ 5.01 3.67 14.08 -
YUV 54.35 157.15 127.04 -
System Red Green Blue C M Y K H S L
Decimal 53 45 106 0.5 0.58 0 0.58 247.87 0.4 0.3
Hex 35 2D 6A 32 3A 0 3A F8 28 1E
Octal 65 55 152 62 72 0 72 370 50 36
Binary 110101 101101 1101010 110010 111010 0 111010 11111000 101000 11110

Color Harmonies of #352D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352D6A

Black with #352D6A

Text Example


Text Example

White with #352D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,45,106); }

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

background-color css

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

 a { background-color: rgb(53,45,106); }

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

border-color css

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

 span { border-color: rgb(53,45,106); }

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