COLOR #354A77

HEX: #354A77
RGB: (53,74,119)

Color info

#354A77 contains mainly green and blue colors. Web safe color of #354A77 is #333366 (or #336).

RGB color model

#354A77 color RGB value is (53,74,119).

  • red value is 53;
  • green value is 74;
  • blue value is 119.
RGB:
(53,74,119)
(21%,29%,47%)

RGB channels and saturation

R 53 of 255 = 21%
G 74 of 255 = 29%
B 119 of 255 = 47%

53
74
119

R + G + B ~ 32%. #354A77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 74 + 119 = 246 (100%)
R 53 of 246 ~ 21.54%
G 74 of 246 ~ 30.08%
B 119 of 246 ~ 48.37%

%21.54
%30.08
%48.37

CMYK color model

#354A77 color CMYK value is (55,38,0,53).

  • cyan value is 55.46%
  • magenta value is 37.82%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(55,38,0,53)
C55M38Y0K53 
(55%,38%,0%,53%)
(0.55/0.38/0.00/0.53)	

CMYK percentages

%55.46
%37.82
%0
%53.33

Codes

Color #354A77 in popluar color models

354A77
RGB5374119
HSL221°38.37%33.73%
HSB/HSV221°55.46%46.67%
CMYK55.46%37.82%0.00%
53.33%

Color #354A77 in popluar number systems.

HEX354A77
Decimal5374119
Binary11010110010101110111
Octal65112167

Shades and tints

Shades of #354A77

#354A77
(53,74,119)
#31446D
(49,68,109)
#2D3E63
(45,62,99)
#293859
(41,56,89)
#25324F
(37,50,79)
#212C45
(33,44,69)
#1D263B
(29,38,59)
#192031
(25,32,49)
#151A27
(21,26,39)
#11141D
(17,20,29)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #354A77

#354A77
(53,74,119)
#475A83
(71,90,131)
#596A8F
(89,106,143)
#6B7A9B
(107,122,155)
#7D8AA7
(125,138,167)
#8F9AB3
(143,154,179)
#A1AABF
(161,170,191)
#B3BACB
(179,186,203)
#C5CAD7
(197,202,215)
#D7DAE3
(215,218,227)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354A77 color. Also use rgb(53,74,119) instead hex code.

Text Font Color

.myTextColor { color: #354A77; }

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

This text font color is #354A77.


Background Color

.myBgColor { background-color: #354A77; }

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

This div background color is #354A77.


Border color

.myBorderColor { border: 1px solid #354A77; }

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

This div border color is #354A77.


Opacity

.myOpacity80 { color: #354A77; opacity: 0.8; }

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

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

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

This text has shadow with #354A77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354A77 on black background.


Color preview on white background

This text has color #354A77 on white background.



Black color preview on #354A77 background

This text has black color on #354A77 background.


White color preview on #354A77 background

This text has white color on #354A77 background.