COLOR #3554A3

HEX: #3554A3
RGB: (53,84,163)

Color info

#3554A3 contains mainly blue color. Web safe color of #3554A3 is #336699 (or #369).

RGB color model

#3554A3 color RGB value is (53,84,163).

  • red value is 53;
  • green value is 84;
  • blue value is 163.
RGB:
(53,84,163)
(21%,33%,64%)

RGB channels and saturation

R 53 of 255 = 21%
G 84 of 255 = 33%
B 163 of 255 = 64%

53
84
163

R + G + B ~ 39%. #3554A3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 84 + 163 = 300 (100%)
R 53 of 300 ~ 17.67%
G 84 of 300 ~ 28%
B 163 of 300 ~ 54.33%

%17.67
%28
%54.33

CMYK color model

#3554A3 color CMYK value is (67,48,0,36).

  • cyan value is 67.48%
  • magenta value is 48.47%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(67,48,0,36)
C67M48Y0K36 
(67%,48%,0%,36%)
(0.67/0.48/0.00/0.36)	

CMYK percentages

%67.48
%48.47
%0
%36.08

Codes

Color #3554A3 in popluar color models

3554A3
RGB5384163
HSL223°50.93%42.35%
HSB/HSV223°67.48%63.92%
CMYK67.48%48.47%0.00%
36.08%

Color #3554A3 in popluar number systems.

HEX3554A3
Decimal5384163
Binary110101101010010100011
Octal65124243

Shades and tints

Shades of #3554A3

#3554A3
(53,84,163)
#314D95
(49,77,149)
#2D4687
(45,70,135)
#293F79
(41,63,121)
#25386B
(37,56,107)
#21315D
(33,49,93)
#1D2A4F
(29,42,79)
#192341
(25,35,65)
#151C33
(21,28,51)
#111525
(17,21,37)
#0D0E17
(13,14,23)
#000000
(0,0,0)

Tints of #3554A3

#3554A3
(53,84,163)
#4763AB
(71,99,171)
#5972B3
(89,114,179)
#6B81BB
(107,129,187)
#7D90C3
(125,144,195)
#8F9FCB
(143,159,203)
#A1AED3
(161,174,211)
#B3BDDB
(179,189,219)
#C5CCE3
(197,204,227)
#D7DBEB
(215,219,235)
#E9EAF3
(233,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3554A3 color. Also use rgb(53,84,163) instead hex code.

Text Font Color

.myTextColor { color: #3554A3; }

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

This text font color is #3554A3.


Background Color

.myBgColor { background-color: #3554A3; }

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

This div background color is #3554A3.


Border color

.myBorderColor { border: 1px solid #3554A3; }

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

This div border color is #3554A3.


Opacity

.myOpacity80 { color: #3554A3; opacity: 0.8; }

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

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

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

This text has shadow with #3554A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3554A3 on black background.


Color preview on white background

This text has color #3554A3 on white background.



Black color preview on #3554A3 background

This text has black color on #3554A3 background.


White color preview on #3554A3 background

This text has white color on #3554A3 background.