COLOR #354459

HEX: #354459
RGB: (53,68,89)

Color info

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

RGB color model

#354459 color RGB value is (53,68,89).

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

RGB channels and saturation

R 53 of 255 = 21%
G 68 of 255 = 27%
B 89 of 255 = 35%

53
68
89

R + G + B ~ 28%. #354459 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 68 + 89 = 210 (100%)
R 53 of 210 ~ 25.24%
G 68 of 210 ~ 32.38%
B 89 of 210 ~ 42.38%

%25.24
%32.38
%42.38

CMYK color model

#354459 color CMYK value is (40,24,0,65).

  • cyan value is 40.45%
  • magenta value is 23.60%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(40,24,0,65)
C40M24Y0K65 
(40%,24%,0%,65%)
(0.40/0.24/0.00/0.65)	

CMYK percentages

%40.45
%23.6
%0
%65.1

Codes

Color #354459 in popluar color models

354459
RGB536889
HSL215°25.35%27.84%
HSB/HSV215°40.45%34.90%
CMYK40.45%23.60%0.00%
65.10%

Color #354459 in popluar number systems.

HEX354459
Decimal536889
Binary11010110001001011001
Octal65104131

Shades and tints

Shades of #354459

#354459
(53,68,89)
#313E51
(49,62,81)
#2D3849
(45,56,73)
#293241
(41,50,65)
#252C39
(37,44,57)
#212631
(33,38,49)
#1D2029
(29,32,41)
#191A21
(25,26,33)
#151419
(21,20,25)
#110E11
(17,14,17)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #354459

#354459
(53,68,89)
#475568
(71,85,104)
#596677
(89,102,119)
#6B7786
(107,119,134)
#7D8895
(125,136,149)
#8F99A4
(143,153,164)
#A1AAB3
(161,170,179)
#B3BBC2
(179,187,194)
#C5CCD1
(197,204,209)
#D7DDE0
(215,221,224)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354459; }

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

This text font color is #354459.


Background Color

.myBgColor { background-color: #354459; }

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

This div background color is #354459.


Border color

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

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

This div border color is #354459.


Opacity

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

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

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

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

This text has shadow with #354459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354459 on black background.


Color preview on white background

This text has color #354459 on white background.



Black color preview on #354459 background

This text has black color on #354459 background.


White color preview on #354459 background

This text has white color on #354459 background.