COLOR #355796

HEX: #355796
RGB: (53,87,150)

Color info

#355796 contains mainly blue color. Web safe color of #355796 is #336699 (or #369).

RGB color model

#355796 color RGB value is (53,87,150).

  • red value is 53;
  • green value is 87;
  • blue value is 150.
RGB:
(53,87,150)
(21%,34%,59%)

RGB channels and saturation

R 53 of 255 = 21%
G 87 of 255 = 34%
B 150 of 255 = 59%

53
87
150

R + G + B ~ 38%. #355796 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 87 + 150 = 290 (100%)
R 53 of 290 ~ 18.28%
G 87 of 290 ~ 30%
B 150 of 290 ~ 51.72%

%18.28
%30
%51.72

CMYK color model

#355796 color CMYK value is (65,42,0,41).

  • cyan value is 64.67%
  • magenta value is 42.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(65,42,0,41)
C65M42Y0K41 
(65%,42%,0%,41%)
(0.65/0.42/0.00/0.41)	

CMYK percentages

%64.67
%42
%0
%41.18

Codes

Color #355796 in popluar color models

355796
RGB5387150
HSL219°47.78%39.80%
HSB/HSV219°64.67%58.82%
CMYK64.67%42.00%0.00%
41.18%

Color #355796 in popluar number systems.

HEX355796
Decimal5387150
Binary110101101011110010110
Octal65127226

Shades and tints

Shades of #355796

#355796
(53,87,150)
#315089
(49,80,137)
#2D497C
(45,73,124)
#29426F
(41,66,111)
#253B62
(37,59,98)
#213455
(33,52,85)
#1D2D48
(29,45,72)
#19263B
(25,38,59)
#151F2E
(21,31,46)
#111821
(17,24,33)
#0D1114
(13,17,20)
#000000
(0,0,0)

Tints of #355796

#355796
(53,87,150)
#47669F
(71,102,159)
#5975A8
(89,117,168)
#6B84B1
(107,132,177)
#7D93BA
(125,147,186)
#8FA2C3
(143,162,195)
#A1B1CC
(161,177,204)
#B3C0D5
(179,192,213)
#C5CFDE
(197,207,222)
#D7DEE7
(215,222,231)
#E9EDF0
(233,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355796 color. Also use rgb(53,87,150) instead hex code.

Text Font Color

.myTextColor { color: #355796; }

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

This text font color is #355796.


Background Color

.myBgColor { background-color: #355796; }

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

This div background color is #355796.


Border color

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

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

This div border color is #355796.


Opacity

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

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

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

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

This text has shadow with #355796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355796 on black background.


Color preview on white background

This text has color #355796 on white background.



Black color preview on #355796 background

This text has black color on #355796 background.


White color preview on #355796 background

This text has white color on #355796 background.