COLOR #354869

HEX: #354869
RGB: (53,72,105)

Color info

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

RGB color model

#354869 color RGB value is (53,72,105).

  • red value is 53;
  • green value is 72;
  • blue value is 105.
RGB:
(53,72,105)
(21%,28%,41%)

RGB channels and saturation

R 53 of 255 = 21%
G 72 of 255 = 28%
B 105 of 255 = 41%

53
72
105

R + G + B ~ 30%. #354869 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 72 + 105 = 230 (100%)
R 53 of 230 ~ 23.04%
G 72 of 230 ~ 31.3%
B 105 of 230 ~ 45.65%

%23.04
%31.3
%45.65

CMYK color model

#354869 color CMYK value is (50,31,0,59).

  • cyan value is 49.52%
  • magenta value is 31.43%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(50,31,0,59)
C50M31Y0K59 
(50%,31%,0%,59%)
(0.50/0.31/0.00/0.59)	

CMYK percentages

%49.52
%31.43
%0
%58.82

Codes

Color #354869 in popluar color models

354869
RGB5372105
HSL218°32.91%30.98%
HSB/HSV218°49.52%41.18%
CMYK49.52%31.43%0.00%
58.82%

Color #354869 in popluar number systems.

HEX354869
Decimal5372105
Binary11010110010001101001
Octal65110151

Shades and tints

Shades of #354869

#354869
(53,72,105)
#314260
(49,66,96)
#2D3C57
(45,60,87)
#29364E
(41,54,78)
#253045
(37,48,69)
#212A3C
(33,42,60)
#1D2433
(29,36,51)
#191E2A
(25,30,42)
#151821
(21,24,33)
#111218
(17,18,24)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #354869

#354869
(53,72,105)
#475876
(71,88,118)
#596883
(89,104,131)
#6B7890
(107,120,144)
#7D889D
(125,136,157)
#8F98AA
(143,152,170)
#A1A8B7
(161,168,183)
#B3B8C4
(179,184,196)
#C5C8D1
(197,200,209)
#D7D8DE
(215,216,222)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354869 color. Also use rgb(53,72,105) instead hex code.

Text Font Color

.myTextColor { color: #354869; }

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

This text font color is #354869.


Background Color

.myBgColor { background-color: #354869; }

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

This div background color is #354869.


Border color

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

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

This div border color is #354869.


Opacity

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

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

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

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

This text has shadow with #354869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354869 on black background.


Color preview on white background

This text has color #354869 on white background.



Black color preview on #354869 background

This text has black color on #354869 background.


White color preview on #354869 background

This text has white color on #354869 background.