COLOR #354565

HEX: #354565
RGB: (53,69,101)

Color info

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

RGB color model

#354565 color RGB value is (53,69,101).

  • red value is 53;
  • green value is 69;
  • blue value is 101.
RGB:
(53,69,101)
(21%,27%,40%)

RGB channels and saturation

R 53 of 255 = 21%
G 69 of 255 = 27%
B 101 of 255 = 40%

53
69
101

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

Portions of RGB colors in percentages

R + G + B =
53 + 69 + 101 = 223 (100%)
R 53 of 223 ~ 23.77%
G 69 of 223 ~ 30.94%
B 101 of 223 ~ 45.29%

%23.77
%30.94
%45.29

CMYK color model

#354565 color CMYK value is (48,32,0,60).

  • cyan value is 47.52%
  • magenta value is 31.68%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(48,32,0,60)
C48M32Y0K60 
(48%,32%,0%,60%)
(0.48/0.32/0.00/0.60)	

CMYK percentages

%47.52
%31.68
%0
%60.39

Codes

Color #354565 in popluar color models

354565
RGB5369101
HSL220°31.17%30.20%
HSB/HSV220°47.52%39.61%
CMYK47.52%31.68%0.00%
60.39%

Color #354565 in popluar number systems.

HEX354565
Decimal5369101
Binary11010110001011100101
Octal65105145

Shades and tints

Shades of #354565

#354565
(53,69,101)
#313F5C
(49,63,92)
#2D3953
(45,57,83)
#29334A
(41,51,74)
#252D41
(37,45,65)
#212738
(33,39,56)
#1D212F
(29,33,47)
#191B26
(25,27,38)
#15151D
(21,21,29)
#110F14
(17,15,20)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #354565

#354565
(53,69,101)
#475573
(71,85,115)
#596581
(89,101,129)
#6B758F
(107,117,143)
#7D859D
(125,133,157)
#8F95AB
(143,149,171)
#A1A5B9
(161,165,185)
#B3B5C7
(179,181,199)
#C5C5D5
(197,197,213)
#D7D5E3
(215,213,227)
#E9E5F1
(233,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354565 color. Also use rgb(53,69,101) instead hex code.

Text Font Color

.myTextColor { color: #354565; }

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

This text font color is #354565.


Background Color

.myBgColor { background-color: #354565; }

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

This div background color is #354565.


Border color

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

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

This div border color is #354565.


Opacity

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

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

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

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

This text has shadow with #354565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354565 on black background.


Color preview on white background

This text has color #354565 on white background.



Black color preview on #354565 background

This text has black color on #354565 background.


White color preview on #354565 background

This text has white color on #354565 background.