COLOR #352D87

HEX: #352D87
RGB: (53,45,135)

Color info

#352D87 contains mainly blue color. Web safe color of #352D87 is #333399 (or #339).

RGB color model

#352D87 color RGB value is (53,45,135).

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

RGB channels and saturation

R 53 of 255 = 21%
G 45 of 255 = 18%
B 135 of 255 = 53%

53
45
135

R + G + B ~ 31%. #352D87 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 45 + 135 = 233 (100%)
R 53 of 233 ~ 22.75%
G 45 of 233 ~ 19.31%
B 135 of 233 ~ 57.94%

%22.75
%19.31
%57.94

CMYK color model

#352D87 color CMYK value is (61,67,0,47).

  • cyan value is 60.74%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(61,67,0,47)
C61M67Y0K47 
(61%,67%,0%,47%)
(0.61/0.67/0.00/0.47)	

CMYK percentages

%60.74
%66.67
%0
%47.06

Codes

Color #352D87 in popluar color models

352D87
RGB5345135
HSL245°50.00%35.29%
HSB/HSV245°66.67%52.94%
CMYK60.74%66.67%0.00%
47.06%

Color #352D87 in popluar number systems.

HEX352D87
Decimal5345135
Binary11010110110110000111
Octal6555207

Shades and tints

Shades of #352D87

#352D87
(53,45,135)
#31297B
(49,41,123)
#2D256F
(45,37,111)
#292163
(41,33,99)
#251D57
(37,29,87)
#21194B
(33,25,75)
#1D153F
(29,21,63)
#191133
(25,17,51)
#150D27
(21,13,39)
#11091B
(17,9,27)
#0D050F
(13,5,15)
#000000
(0,0,0)

Tints of #352D87

#352D87
(53,45,135)
#474091
(71,64,145)
#59539B
(89,83,155)
#6B66A5
(107,102,165)
#7D79AF
(125,121,175)
#8F8CB9
(143,140,185)
#A19FC3
(161,159,195)
#B3B2CD
(179,178,205)
#C5C5D7
(197,197,215)
#D7D8E1
(215,216,225)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352D87; }

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

This text font color is #352D87.


Background Color

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

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

This div background color is #352D87.


Border color

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

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

This div border color is #352D87.


Opacity

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

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

Text with #352D87 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 #352D87;}

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

This text has shadow with #352D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352D87 on black background.


Color preview on white background

This text has color #352D87 on white background.



Black color preview on #352D87 background

This text has black color on #352D87 background.


White color preview on #352D87 background

This text has white color on #352D87 background.