COLOR #354B7D

HEX: #354B7D
RGB: (53,75,125)

Color info

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

RGB color model

#354B7D color RGB value is (53,75,125).

  • red value is 53;
  • green value is 75;
  • blue value is 125.
RGB:
(53,75,125)
(21%,29%,49%)

RGB channels and saturation

R 53 of 255 = 21%
G 75 of 255 = 29%
B 125 of 255 = 49%

53
75
125

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

Portions of RGB colors in percentages

R + G + B =
53 + 75 + 125 = 253 (100%)
R 53 of 253 ~ 20.95%
G 75 of 253 ~ 29.64%
B 125 of 253 ~ 49.41%

%20.95
%29.64
%49.41

CMYK color model

#354B7D color CMYK value is (58,40,0,51).

  • cyan value is 57.60%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(58,40,0,51)
C58M40Y0K51 
(58%,40%,0%,51%)
(0.58/0.40/0.00/0.51)	

CMYK percentages

%57.6
%40
%0
%50.98

Codes

Color #354B7D in popluar color models

354B7D
RGB5375125
HSL222°40.45%34.90%
HSB/HSV222°57.60%49.02%
CMYK57.60%40.00%0.00%
50.98%

Color #354B7D in popluar number systems.

HEX354B7D
Decimal5375125
Binary11010110010111111101
Octal65113175

Shades and tints

Shades of #354B7D

#354B7D
(53,75,125)
#314572
(49,69,114)
#2D3F67
(45,63,103)
#29395C
(41,57,92)
#253351
(37,51,81)
#212D46
(33,45,70)
#1D273B
(29,39,59)
#192130
(25,33,48)
#151B25
(21,27,37)
#11151A
(17,21,26)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #354B7D

#354B7D
(53,75,125)
#475B88
(71,91,136)
#596B93
(89,107,147)
#6B7B9E
(107,123,158)
#7D8BA9
(125,139,169)
#8F9BB4
(143,155,180)
#A1ABBF
(161,171,191)
#B3BBCA
(179,187,202)
#C5CBD5
(197,203,213)
#D7DBE0
(215,219,224)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354B7D color. Also use rgb(53,75,125) instead hex code.

Text Font Color

.myTextColor { color: #354B7D; }

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

This text font color is #354B7D.


Background Color

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

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

This div background color is #354B7D.


Border color

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

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

This div border color is #354B7D.


Opacity

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

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

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

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

This text has shadow with #354B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354B7D on black background.


Color preview on white background

This text has color #354B7D on white background.



Black color preview on #354B7D background

This text has black color on #354B7D background.


White color preview on #354B7D background

This text has white color on #354B7D background.