COLOR #354A5F

HEX: #354A5F
RGB: (53,74,95)

Color info

#354A5F contains red, green and blue colors in about the same proportion. Web safe color of #354A5F is #333366 (or #336).

RGB color model

#354A5F color RGB value is (53,74,95).

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

RGB channels and saturation

R 53 of 255 = 21%
G 74 of 255 = 29%
B 95 of 255 = 37%

53
74
95

R + G + B ~ 29%. #354A5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 74 + 95 = 222 (100%)
R 53 of 222 ~ 23.87%
G 74 of 222 ~ 33.33%
B 95 of 222 ~ 42.79%

%23.87
%33.33
%42.79

CMYK color model

#354A5F color CMYK value is (44,22,0,63).

  • cyan value is 44.21%
  • magenta value is 22.11%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(44,22,0,63)
C44M22Y0K63 
(44%,22%,0%,63%)
(0.44/0.22/0.00/0.63)	

CMYK percentages

%44.21
%22.11
%0
%62.75

Codes

Color #354A5F in popluar color models

354A5F
RGB537495
HSL210°28.38%29.02%
HSB/HSV210°44.21%37.25%
CMYK44.21%22.11%0.00%
62.75%

Color #354A5F in popluar number systems.

HEX354A5F
Decimal537495
Binary11010110010101011111
Octal65112137

Shades and tints

Shades of #354A5F

#354A5F
(53,74,95)
#314457
(49,68,87)
#2D3E4F
(45,62,79)
#293847
(41,56,71)
#25323F
(37,50,63)
#212C37
(33,44,55)
#1D262F
(29,38,47)
#192027
(25,32,39)
#151A1F
(21,26,31)
#111417
(17,20,23)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #354A5F

#354A5F
(53,74,95)
#475A6D
(71,90,109)
#596A7B
(89,106,123)
#6B7A89
(107,122,137)
#7D8A97
(125,138,151)
#8F9AA5
(143,154,165)
#A1AAB3
(161,170,179)
#B3BAC1
(179,186,193)
#C5CACF
(197,202,207)
#D7DADD
(215,218,221)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354A5F; }

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

This text font color is #354A5F.


Background Color

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

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

This div background color is #354A5F.


Border color

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

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

This div border color is #354A5F.


Opacity

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

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

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

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

This text has shadow with #354A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354A5F on black background.


Color preview on white background

This text has color #354A5F on white background.



Black color preview on #354A5F background

This text has black color on #354A5F background.


White color preview on #354A5F background

This text has white color on #354A5F background.