Html Css Color HEX #352D68 Paris M

📋 copy color: '#352D68'

red 53 ◦ green 45 ◦ blue 104

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

Shades of Paris M #352D68

Tints of Paris M #352D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 51.49%

R = 26.24%
G = 22.28%
B = 51.49%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#352D68 (or 0x352D68) is known color: Paris M. HEX triplet: 35, 2D and 68. RGB value is (53,45,104). Sum of RGB (Red+Green+Blue) = 53+45+104=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #352D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352D68 is #CAD297. Grayscale: #353535. Windows color (decimal): -13292184 or 6827317. OLE color: 6827317.

HSL color Cylindrical-coordinate representation of color #352D68: hue angle of 248.14º 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 #352D68 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 45 104 -
CMYK 0.49 0.57 0 0.59
HSL 248.14º 0.4% 0.29% -
HSV(B) 248.14º 0.57% 0.41% -
XYZ 4.91 3.63 13.54 -
YUV 54.12 156.15 127.2 -
System Red Green Blue C M Y K H S L
Decimal 53 45 104 0.49 0.57 0 0.59 248.14 0.4 0.29
Hex 35 2D 68 31 39 0 3B F8 28 1D
Octal 65 55 150 61 71 0 73 370 50 35
Binary 110101 101101 1101000 110001 111001 0 111011 11111000 101000 11101

Color Harmonies of #352D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352D68

Black with #352D68

Text Example


Text Example

White with #352D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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