COLOR #355286

HEX: #355286
RGB: (53,82,134)

Color info

#355286 contains mainly green and blue colors. Web safe color of #355286 is #336699 (or #369).

RGB color model

#355286 color RGB value is (53,82,134).

  • red value is 53;
  • green value is 82;
  • blue value is 134.
RGB:
(53,82,134)
(21%,32%,53%)

RGB channels and saturation

R 53 of 255 = 21%
G 82 of 255 = 32%
B 134 of 255 = 53%

53
82
134

R + G + B ~ 35%. #355286 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 82 + 134 = 269 (100%)
R 53 of 269 ~ 19.7%
G 82 of 269 ~ 30.48%
B 134 of 269 ~ 49.81%

%19.7
%30.48
%49.81

CMYK color model

#355286 color CMYK value is (60,39,0,47).

  • cyan value is 60.45%
  • magenta value is 38.81%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(60,39,0,47)
C60M39Y0K47 
(60%,39%,0%,47%)
(0.60/0.39/0.00/0.47)	

CMYK percentages

%60.45
%38.81
%0
%47.45

Codes

Color #355286 in popluar color models

355286
RGB5382134
HSL219°43.32%36.67%
HSB/HSV219°60.45%52.55%
CMYK60.45%38.81%0.00%
47.45%

Color #355286 in popluar number systems.

HEX355286
Decimal5382134
Binary110101101001010000110
Octal65122206

Shades and tints

Shades of #355286

#355286
(53,82,134)
#314B7A
(49,75,122)
#2D446E
(45,68,110)
#293D62
(41,61,98)
#253656
(37,54,86)
#212F4A
(33,47,74)
#1D283E
(29,40,62)
#192132
(25,33,50)
#151A26
(21,26,38)
#11131A
(17,19,26)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #355286

#355286
(53,82,134)
#476191
(71,97,145)
#59709C
(89,112,156)
#6B7FA7
(107,127,167)
#7D8EB2
(125,142,178)
#8F9DBD
(143,157,189)
#A1ACC8
(161,172,200)
#B3BBD3
(179,187,211)
#C5CADE
(197,202,222)
#D7D9E9
(215,217,233)
#E9E8F4
(233,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355286 color. Also use rgb(53,82,134) instead hex code.

Text Font Color

.myTextColor { color: #355286; }

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

This text font color is #355286.


Background Color

.myBgColor { background-color: #355286; }

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

This div background color is #355286.


Border color

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

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

This div border color is #355286.


Opacity

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

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

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

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

This text has shadow with #355286 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355286 on black background.


Color preview on white background

This text has color #355286 on white background.



Black color preview on #355286 background

This text has black color on #355286 background.


White color preview on #355286 background

This text has white color on #355286 background.