COLOR #351D62

HEX: #351D62
RGB: (53,29,98)

Color info

#351D62 contains mainly red and blue colors. Web safe color of #351D62 is #333366 (or #336).

RGB color model

#351D62 color RGB value is (53,29,98).

  • red value is 53;
  • green value is 29;
  • blue value is 98.
RGB:
(53,29,98)
(21%,11%,38%)

RGB channels and saturation

R 53 of 255 = 21%
G 29 of 255 = 11%
B 98 of 255 = 38%

53
29
98

R + G + B ~ 23%. #351D62 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 29 + 98 = 180 (100%)
R 53 of 180 ~ 29.44%
G 29 of 180 ~ 16.11%
B 98 of 180 ~ 54.44%

%29.44
%16.11
%54.44

CMYK color model

#351D62 color CMYK value is (46,70,0,62).

  • cyan value is 45.92%
  • magenta value is 70.41%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(46,70,0,62)
C46M70Y0K62 
(46%,70%,0%,62%)
(0.46/0.70/0.00/0.62)	

CMYK percentages

%45.92
%70.41
%0
%61.57

Codes

Color #351D62 in popluar color models

351D62
RGB532998
HSL261°54.33%24.90%
HSB/HSV261°70.41%38.43%
CMYK45.92%70.41%0.00%
61.57%

Color #351D62 in popluar number systems.

HEX351D62
Decimal532998
Binary110101111011100010
Octal6535142

Shades and tints

Shades of #351D62

#351D62
(53,29,98)
#311B5A
(49,27,90)
#2D1952
(45,25,82)
#29174A
(41,23,74)
#251542
(37,21,66)
#21133A
(33,19,58)
#1D1132
(29,17,50)
#190F2A
(25,15,42)
#150D22
(21,13,34)
#110B1A
(17,11,26)
#0D0912
(13,9,18)
#000000
(0,0,0)

Tints of #351D62

#351D62
(53,29,98)
#473170
(71,49,112)
#59457E
(89,69,126)
#6B598C
(107,89,140)
#7D6D9A
(125,109,154)
#8F81A8
(143,129,168)
#A195B6
(161,149,182)
#B3A9C4
(179,169,196)
#C5BDD2
(197,189,210)
#D7D1E0
(215,209,224)
#E9E5EE
(233,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #351D62 color. Also use rgb(53,29,98) instead hex code.

Text Font Color

.myTextColor { color: #351D62; }

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

This text font color is #351D62.


Background Color

.myBgColor { background-color: #351D62; }

<div style="background-color:#351D62">Inner text</div>

This div background color is #351D62.


Border color

.myBorderColor { border: 1px solid #351D62; }

<div style="border:3px solid #351D62">Div</div>

This div border color is #351D62.


Opacity

.myOpacity80 { color: #351D62; opacity: 0.8; }

<p style="color:#351D62;opacity:0.8;">80%</p>

Text with #351D62 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 #351D62;}

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

This text has shadow with #351D62 color.

.textShadow {text-shadow: 3px 3px 1px #351D62, 3px 3px 1px red;}

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

This text has shadow with #351D62 primary color and red secondary color.


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

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

This text has shadow with #351D62 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #351D62 on black background.


Color preview on white background

This text has color #351D62 on white background.



Black color preview on #351D62 background

This text has black color on #351D62 background.


White color preview on #351D62 background

This text has white color on #351D62 background.