COLOR #355397

HEX: #355397
RGB: (53,83,151)

Color info

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

RGB color model

#355397 color RGB value is (53,83,151).

  • red value is 53;
  • green value is 83;
  • blue value is 151.
RGB:
(53,83,151)
(21%,33%,59%)

RGB channels and saturation

R 53 of 255 = 21%
G 83 of 255 = 33%
B 151 of 255 = 59%

53
83
151

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

Portions of RGB colors in percentages

R + G + B =
53 + 83 + 151 = 287 (100%)
R 53 of 287 ~ 18.47%
G 83 of 287 ~ 28.92%
B 151 of 287 ~ 52.61%

%18.47
%28.92
%52.61

CMYK color model

#355397 color CMYK value is (65,45,0,41).

  • cyan value is 64.90%
  • magenta value is 45.03%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(65,45,0,41)
C65M45Y0K41 
(65%,45%,0%,41%)
(0.65/0.45/0.00/0.41)	

CMYK percentages

%64.9
%45.03
%0
%40.78

Codes

Color #355397 in popluar color models

355397
RGB5383151
HSL222°48.04%40.00%
HSB/HSV222°64.90%59.22%
CMYK64.90%45.03%0.00%
40.78%

Color #355397 in popluar number systems.

HEX355397
Decimal5383151
Binary110101101001110010111
Octal65123227

Shades and tints

Shades of #355397

#355397
(53,83,151)
#314C8A
(49,76,138)
#2D457D
(45,69,125)
#293E70
(41,62,112)
#253763
(37,55,99)
#213056
(33,48,86)
#1D2949
(29,41,73)
#19223C
(25,34,60)
#151B2F
(21,27,47)
#111422
(17,20,34)
#0D0D15
(13,13,21)
#000000
(0,0,0)

Tints of #355397

#355397
(53,83,151)
#4762A0
(71,98,160)
#5971A9
(89,113,169)
#6B80B2
(107,128,178)
#7D8FBB
(125,143,187)
#8F9EC4
(143,158,196)
#A1ADCD
(161,173,205)
#B3BCD6
(179,188,214)
#C5CBDF
(197,203,223)
#D7DAE8
(215,218,232)
#E9E9F1
(233,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355397 color. Also use rgb(53,83,151) instead hex code.

Text Font Color

.myTextColor { color: #355397; }

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

This text font color is #355397.


Background Color

.myBgColor { background-color: #355397; }

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

This div background color is #355397.


Border color

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

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

This div border color is #355397.


Opacity

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

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

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

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

This text has shadow with #355397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355397 on black background.


Color preview on white background

This text has color #355397 on white background.



Black color preview on #355397 background

This text has black color on #355397 background.


White color preview on #355397 background

This text has white color on #355397 background.