COLOR #352D80

HEX: #352D80
RGB: (53,45,128)

Color info

#352D80 contains mainly blue color. Web safe color of #352D80 is #333366 (or #336).

RGB color model

#352D80 color RGB value is (53,45,128).

  • red value is 53;
  • green value is 45;
  • blue value is 128.
RGB:
(53,45,128)
(21%,18%,50%)

RGB channels and saturation

R 53 of 255 = 21%
G 45 of 255 = 18%
B 128 of 255 = 50%

53
45
128

R + G + B ~ 30%. #352D80 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 45 + 128 = 226 (100%)
R 53 of 226 ~ 23.45%
G 45 of 226 ~ 19.91%
B 128 of 226 ~ 56.64%

%23.45
%19.91
%56.64

CMYK color model

#352D80 color CMYK value is (59,65,0,50).

  • cyan value is 58.59%
  • magenta value is 64.84%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(59,65,0,50)
C59M65Y0K50 
(59%,65%,0%,50%)
(0.59/0.65/0.00/0.50)	

CMYK percentages

%58.59
%64.84
%0
%49.8

Codes

Color #352D80 in popluar color models

352D80
RGB5345128
HSL246°47.98%33.92%
HSB/HSV246°64.84%50.20%
CMYK58.59%64.84%0.00%
49.80%

Color #352D80 in popluar number systems.

HEX352D80
Decimal5345128
Binary11010110110110000000
Octal6555200

Shades and tints

Shades of #352D80

#352D80
(53,45,128)
#312975
(49,41,117)
#2D256A
(45,37,106)
#29215F
(41,33,95)
#251D54
(37,29,84)
#211949
(33,25,73)
#1D153E
(29,21,62)
#191133
(25,17,51)
#150D28
(21,13,40)
#11091D
(17,9,29)
#0D0512
(13,5,18)
#000000
(0,0,0)

Tints of #352D80

#352D80
(53,45,128)
#47408B
(71,64,139)
#595396
(89,83,150)
#6B66A1
(107,102,161)
#7D79AC
(125,121,172)
#8F8CB7
(143,140,183)
#A19FC2
(161,159,194)
#B3B2CD
(179,178,205)
#C5C5D8
(197,197,216)
#D7D8E3
(215,216,227)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #352D80 color. Also use rgb(53,45,128) instead hex code.

Text Font Color

.myTextColor { color: #352D80; }

<p style="color:#352D80">This sample text font color is #352D80.</p>

This text font color is #352D80.


Background Color

.myBgColor { background-color: #352D80; }

<div style="background-color:#352D80">Inner text</div>

This div background color is #352D80.


Border color

.myBorderColor { border: 1px solid #352D80; }

<div style="border:3px solid #352D80">Div</div>

This div border color is #352D80.


Opacity

.myOpacity80 { color: #352D80; opacity: 0.8; }

<p style="color:#352D80;opacity:0.8;">80%</p>

Text with #352D80 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #352D80;}

<p style="text-shadow: 3px 3px 1px #352D80">Text here.</p>

This text has shadow with #352D80 color.

.textShadow {text-shadow: 3px 3px 1px #352D80, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #352D80, 5px 5px 20px red">Text here.</p>

This text has shadow with #352D80 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#352D80, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#352D80, Direction=45, Strength=4)">Text</p>

This text has shadow with #352D80 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #352D80;
  -webkit-box-shadow:	1px 1px 3px 2px #352D80;
  box-shadow:		1px 1px 3px 2px #352D80;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #352D80;
-webkit-box-shadow: 1px 1px 3px 2px #352D80;
box-shadow:1px 1px 3px 2px #352D80;">
Div content here</div>
This div box has shadow with color #352D80.

Preview

Color preview on black background

This text has color #352D80 on black background.


Color preview on white background

This text has color #352D80 on white background.



Black color preview on #352D80 background

This text has black color on #352D80 background.


White color preview on #352D80 background

This text has white color on #352D80 background.