COLOR #354475

HEX: #354475
RGB: (53,68,117)

Color info

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

RGB color model

#354475 color RGB value is (53,68,117).

  • red value is 53;
  • green value is 68;
  • blue value is 117.
RGB:
(53,68,117)
(21%,27%,46%)

RGB channels and saturation

R 53 of 255 = 21%
G 68 of 255 = 27%
B 117 of 255 = 46%

53
68
117

R + G + B ~ 31%. #354475 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 68 + 117 = 238 (100%)
R 53 of 238 ~ 22.27%
G 68 of 238 ~ 28.57%
B 117 of 238 ~ 49.16%

%22.27
%28.57
%49.16

CMYK color model

#354475 color CMYK value is (55,42,0,54).

  • cyan value is 54.70%
  • magenta value is 41.88%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(55,42,0,54)
C55M42Y0K54 
(55%,42%,0%,54%)
(0.55/0.42/0.00/0.54)	

CMYK percentages

%54.7
%41.88
%0
%54.12

Codes

Color #354475 in popluar color models

354475
RGB5368117
HSL226°37.65%33.33%
HSB/HSV226°54.70%45.88%
CMYK54.70%41.88%0.00%
54.12%

Color #354475 in popluar number systems.

HEX354475
Decimal5368117
Binary11010110001001110101
Octal65104165

Shades and tints

Shades of #354475

#354475
(53,68,117)
#313E6B
(49,62,107)
#2D3861
(45,56,97)
#293257
(41,50,87)
#252C4D
(37,44,77)
#212643
(33,38,67)
#1D2039
(29,32,57)
#191A2F
(25,26,47)
#151425
(21,20,37)
#110E1B
(17,14,27)
#0D0811
(13,8,17)
#000000
(0,0,0)

Tints of #354475

#354475
(53,68,117)
#475581
(71,85,129)
#59668D
(89,102,141)
#6B7799
(107,119,153)
#7D88A5
(125,136,165)
#8F99B1
(143,153,177)
#A1AABD
(161,170,189)
#B3BBC9
(179,187,201)
#C5CCD5
(197,204,213)
#D7DDE1
(215,221,225)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354475 color. Also use rgb(53,68,117) instead hex code.

Text Font Color

.myTextColor { color: #354475; }

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

This text font color is #354475.


Background Color

.myBgColor { background-color: #354475; }

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

This div background color is #354475.


Border color

.myBorderColor { border: 1px solid #354475; }

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

This div border color is #354475.


Opacity

.myOpacity80 { color: #354475; opacity: 0.8; }

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

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

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

This text has shadow with #354475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354475 on black background.


Color preview on white background

This text has color #354475 on white background.



Black color preview on #354475 background

This text has black color on #354475 background.


White color preview on #354475 background

This text has white color on #354475 background.