COLOR #354D77

HEX: #354D77
RGB: (53,77,119)

Color info

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

RGB color model

#354D77 color RGB value is (53,77,119).

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

RGB channels and saturation

R 53 of 255 = 21%
G 77 of 255 = 30%
B 119 of 255 = 47%

53
77
119

R + G + B ~ 33%. #354D77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 77 + 119 = 249 (100%)
R 53 of 249 ~ 21.29%
G 77 of 249 ~ 30.92%
B 119 of 249 ~ 47.79%

%21.29
%30.92
%47.79

CMYK color model

#354D77 color CMYK value is (55,35,0,53).

  • cyan value is 55.46%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(55,35,0,53)
C55M35Y0K53 
(55%,35%,0%,53%)
(0.55/0.35/0.00/0.53)	

CMYK percentages

%55.46
%35.29
%0
%53.33

Codes

Color #354D77 in popluar color models

354D77
RGB5377119
HSL218°38.37%33.73%
HSB/HSV218°55.46%46.67%
CMYK55.46%35.29%0.00%
53.33%

Color #354D77 in popluar number systems.

HEX354D77
Decimal5377119
Binary11010110011011110111
Octal65115167

Shades and tints

Shades of #354D77

#354D77
(53,77,119)
#31466D
(49,70,109)
#2D3F63
(45,63,99)
#293859
(41,56,89)
#25314F
(37,49,79)
#212A45
(33,42,69)
#1D233B
(29,35,59)
#191C31
(25,28,49)
#151527
(21,21,39)
#110E1D
(17,14,29)
#0D0713
(13,7,19)
#000000
(0,0,0)

Tints of #354D77

#354D77
(53,77,119)
#475D83
(71,93,131)
#596D8F
(89,109,143)
#6B7D9B
(107,125,155)
#7D8DA7
(125,141,167)
#8F9DB3
(143,157,179)
#A1ADBF
(161,173,191)
#B3BDCB
(179,189,203)
#C5CDD7
(197,205,215)
#D7DDE3
(215,221,227)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354D77; }

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

This text font color is #354D77.


Background Color

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

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

This div background color is #354D77.


Border color

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

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

This div border color is #354D77.


Opacity

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

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

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

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

This text has shadow with #354D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354D77 on black background.


Color preview on white background

This text has color #354D77 on white background.



Black color preview on #354D77 background

This text has black color on #354D77 background.


White color preview on #354D77 background

This text has white color on #354D77 background.