COLOR #351473

HEX: #351473
RGB: (53,20,115)

Color info

#351473 contains mainly blue color. Web safe color of #351473 is #330066 (or #306).

RGB color model

#351473 color RGB value is (53,20,115).

  • red value is 53;
  • green value is 20;
  • blue value is 115.
RGB:
(53,20,115)
(21%,8%,45%)

RGB channels and saturation

R 53 of 255 = 21%
G 20 of 255 = 8%
B 115 of 255 = 45%

53
20
115

R + G + B ~ 25%. #351473 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 20 + 115 = 188 (100%)
R 53 of 188 ~ 28.19%
G 20 of 188 ~ 10.64%
B 115 of 188 ~ 61.17%

%28.19
%10.64
%61.17

CMYK color model

#351473 color CMYK value is (54,83,0,55).

  • cyan value is 53.91%
  • magenta value is 82.61%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(54,83,0,55)
C54M83Y0K55 
(54%,83%,0%,55%)
(0.54/0.83/0.00/0.55)	

CMYK percentages

%53.91
%82.61
%0
%54.9

Codes

Color #351473 in popluar color models

351473
RGB5320115
HSL261°70.37%26.47%
HSB/HSV261°82.61%45.10%
CMYK53.91%82.61%0.00%
54.90%

Color #351473 in popluar number systems.

HEX351473
Decimal5320115
Binary110101101001110011
Octal6524163

Shades and tints

Shades of #351473

#351473
(53,20,115)
#311369
(49,19,105)
#2D125F
(45,18,95)
#291155
(41,17,85)
#25104B
(37,16,75)
#210F41
(33,15,65)
#1D0E37
(29,14,55)
#190D2D
(25,13,45)
#150C23
(21,12,35)
#110B19
(17,11,25)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #351473

#351473
(53,20,115)
#47297F
(71,41,127)
#593E8B
(89,62,139)
#6B5397
(107,83,151)
#7D68A3
(125,104,163)
#8F7DAF
(143,125,175)
#A192BB
(161,146,187)
#B3A7C7
(179,167,199)
#C5BCD3
(197,188,211)
#D7D1DF
(215,209,223)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #351473 color. Also use rgb(53,20,115) instead hex code.

Text Font Color

.myTextColor { color: #351473; }

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

This text font color is #351473.


Background Color

.myBgColor { background-color: #351473; }

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

This div background color is #351473.


Border color

.myBorderColor { border: 1px solid #351473; }

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

This div border color is #351473.


Opacity

.myOpacity80 { color: #351473; opacity: 0.8; }

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

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

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

This text has shadow with #351473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #351473 on black background.


Color preview on white background

This text has color #351473 on white background.



Black color preview on #351473 background

This text has black color on #351473 background.


White color preview on #351473 background

This text has white color on #351473 background.