Html Css Color HEX #352D69 Paris M

📋 copy color: '#352D69'

red 53 ◦ green 45 ◦ blue 105

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

Shades of Paris M #352D69

Tints of Paris M #352D69

RGB

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

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

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

R = 26.11%
G = 22.17%
B = 51.72%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#352D69 (or 0x352D69) is known color: Paris M. HEX triplet: 35, 2D and 69. RGB value is (53,45,105). Sum of RGB (Red+Green+Blue) = 53+45+105=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #352D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352D69 is #CAD296. Grayscale: #363636. Windows color (decimal): -13292183 or 6892853. OLE color: 6892853.

HSL color Cylindrical-coordinate representation of color #352D69: hue angle of 248º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #352D69 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 45 105 -
CMYK 0.50 0.57 0 0.59
HSL 248º 0.4% 0.29% -
HSV(B) 248º 0.57% 0.41% -
XYZ 4.96 3.65 13.81 -
YUV 54.23 156.65 127.12 -
System Red Green Blue C M Y K H S L
Decimal 53 45 105 0.50 0.57 0 0.59 248 0.4 0.29
Hex 35 2D 69 32 39 0 3B F8 28 1D
Octal 65 55 151 62 71 0 73 370 50 35
Binary 110101 101101 1101001 110010 111001 0 111011 11111000 101000 11101

Color Harmonies of #352D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352D69

Black with #352D69

Text Example


Text Example

White with #352D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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