COLOR #355995

HEX: #355995
RGB: (53,89,149)

Color info

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

RGB color model

#355995 color RGB value is (53,89,149).

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

RGB channels and saturation

R 53 of 255 = 21%
G 89 of 255 = 35%
B 149 of 255 = 58%

53
89
149

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

Portions of RGB colors in percentages

R + G + B =
53 + 89 + 149 = 291 (100%)
R 53 of 291 ~ 18.21%
G 89 of 291 ~ 30.58%
B 149 of 291 ~ 51.2%

%18.21
%30.58
%51.2

CMYK color model

#355995 color CMYK value is (64,40,0,42).

  • cyan value is 64.43%
  • magenta value is 40.27%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(64,40,0,42)
C64M40Y0K42 
(64%,40%,0%,42%)
(0.64/0.40/0.00/0.42)	

CMYK percentages

%64.43
%40.27
%0
%41.57

Codes

Color #355995 in popluar color models

355995
RGB5389149
HSL218°47.52%39.61%
HSB/HSV218°64.43%58.43%
CMYK64.43%40.27%0.00%
41.57%

Color #355995 in popluar number systems.

HEX355995
Decimal5389149
Binary110101101100110010101
Octal65131225

Shades and tints

Shades of #355995

#355995
(53,89,149)
#315188
(49,81,136)
#2D497B
(45,73,123)
#29416E
(41,65,110)
#253961
(37,57,97)
#213154
(33,49,84)
#1D2947
(29,41,71)
#19213A
(25,33,58)
#15192D
(21,25,45)
#111120
(17,17,32)
#0D0913
(13,9,19)
#000000
(0,0,0)

Tints of #355995

#355995
(53,89,149)
#47689E
(71,104,158)
#5977A7
(89,119,167)
#6B86B0
(107,134,176)
#7D95B9
(125,149,185)
#8FA4C2
(143,164,194)
#A1B3CB
(161,179,203)
#B3C2D4
(179,194,212)
#C5D1DD
(197,209,221)
#D7E0E6
(215,224,230)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355995; }

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

This text font color is #355995.


Background Color

.myBgColor { background-color: #355995; }

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

This div background color is #355995.


Border color

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

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

This div border color is #355995.


Opacity

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

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

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

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

This text has shadow with #355995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355995 on black background.


Color preview on white background

This text has color #355995 on white background.



Black color preview on #355995 background

This text has black color on #355995 background.


White color preview on #355995 background

This text has white color on #355995 background.