COLOR #355486

HEX: #355486
RGB: (53,84,134)

Color info

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

RGB color model

#355486 color RGB value is (53,84,134).

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

RGB channels and saturation

R 53 of 255 = 21%
G 84 of 255 = 33%
B 134 of 255 = 53%

53
84
134

R + G + B ~ 36%. #355486 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 84 + 134 = 271 (100%)
R 53 of 271 ~ 19.56%
G 84 of 271 ~ 31%
B 134 of 271 ~ 49.45%

%19.56
%31
%49.45

CMYK color model

#355486 color CMYK value is (60,37,0,47).

  • cyan value is 60.45%
  • magenta value is 37.31%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(60,37,0,47)
C60M37Y0K47 
(60%,37%,0%,47%)
(0.60/0.37/0.00/0.47)	

CMYK percentages

%60.45
%37.31
%0
%47.45

Codes

Color #355486 in popluar color models

355486
RGB5384134
HSL217°43.32%36.67%
HSB/HSV217°60.45%52.55%
CMYK60.45%37.31%0.00%
47.45%

Color #355486 in popluar number systems.

HEX355486
Decimal5384134
Binary110101101010010000110
Octal65124206

Shades and tints

Shades of #355486

#355486
(53,84,134)
#314D7A
(49,77,122)
#2D466E
(45,70,110)
#293F62
(41,63,98)
#253856
(37,56,86)
#21314A
(33,49,74)
#1D2A3E
(29,42,62)
#192332
(25,35,50)
#151C26
(21,28,38)
#11151A
(17,21,26)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #355486

#355486
(53,84,134)
#476391
(71,99,145)
#59729C
(89,114,156)
#6B81A7
(107,129,167)
#7D90B2
(125,144,178)
#8F9FBD
(143,159,189)
#A1AEC8
(161,174,200)
#B3BDD3
(179,189,211)
#C5CCDE
(197,204,222)
#D7DBE9
(215,219,233)
#E9EAF4
(233,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355486; }

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

This text font color is #355486.


Background Color

.myBgColor { background-color: #355486; }

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

This div background color is #355486.


Border color

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

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

This div border color is #355486.


Opacity

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

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

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

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

This text has shadow with #355486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355486 on black background.


Color preview on white background

This text has color #355486 on white background.



Black color preview on #355486 background

This text has black color on #355486 background.


White color preview on #355486 background

This text has white color on #355486 background.