COLOR #354369

HEX: #354369
RGB: (53,67,105)

Color info

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

RGB color model

#354369 color RGB value is (53,67,105).

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

RGB channels and saturation

R 53 of 255 = 21%
G 67 of 255 = 26%
B 105 of 255 = 41%

53
67
105

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

Portions of RGB colors in percentages

R + G + B =
53 + 67 + 105 = 225 (100%)
R 53 of 225 ~ 23.56%
G 67 of 225 ~ 29.78%
B 105 of 225 ~ 46.67%

%23.56
%29.78
%46.67

CMYK color model

#354369 color CMYK value is (50,36,0,59).

  • cyan value is 49.52%
  • magenta value is 36.19%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(50,36,0,59)
C50M36Y0K59 
(50%,36%,0%,59%)
(0.50/0.36/0.00/0.59)	

CMYK percentages

%49.52
%36.19
%0
%58.82

Codes

Color #354369 in popluar color models

354369
RGB5367105
HSL224°32.91%30.98%
HSB/HSV224°49.52%41.18%
CMYK49.52%36.19%0.00%
58.82%

Color #354369 in popluar number systems.

HEX354369
Decimal5367105
Binary11010110000111101001
Octal65103151

Shades and tints

Shades of #354369

#354369
(53,67,105)
#313D60
(49,61,96)
#2D3757
(45,55,87)
#29314E
(41,49,78)
#252B45
(37,43,69)
#21253C
(33,37,60)
#1D1F33
(29,31,51)
#19192A
(25,25,42)
#151321
(21,19,33)
#110D18
(17,13,24)
#0D070F
(13,7,15)
#000000
(0,0,0)

Tints of #354369

#354369
(53,67,105)
#475476
(71,84,118)
#596583
(89,101,131)
#6B7690
(107,118,144)
#7D879D
(125,135,157)
#8F98AA
(143,152,170)
#A1A9B7
(161,169,183)
#B3BAC4
(179,186,196)
#C5CBD1
(197,203,209)
#D7DCDE
(215,220,222)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354369; }

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

This text font color is #354369.


Background Color

.myBgColor { background-color: #354369; }

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

This div background color is #354369.


Border color

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

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

This div border color is #354369.


Opacity

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

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

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

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

This text has shadow with #354369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354369 on black background.


Color preview on white background

This text has color #354369 on white background.



Black color preview on #354369 background

This text has black color on #354369 background.


White color preview on #354369 background

This text has white color on #354369 background.