COLOR #355E77

HEX: #355E77
RGB: (53,94,119)

Color info

#355E77 contains mainly green and blue colors. Web safe color of #355E77 is #336666 (or #366).

RGB color model

#355E77 color RGB value is (53,94,119).

  • red value is 53;
  • green value is 94;
  • blue value is 119.
RGB:
(53,94,119)
(21%,37%,47%)

RGB channels and saturation

R 53 of 255 = 21%
G 94 of 255 = 37%
B 119 of 255 = 47%

53
94
119

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

Portions of RGB colors in percentages

R + G + B =
53 + 94 + 119 = 266 (100%)
R 53 of 266 ~ 19.92%
G 94 of 266 ~ 35.34%
B 119 of 266 ~ 44.74%

%19.92
%35.34
%44.74

CMYK color model

#355E77 color CMYK value is (55,21,0,53).

  • cyan value is 55.46%
  • magenta value is 21.01%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(55,21,0,53)
C55M21Y0K53 
(55%,21%,0%,53%)
(0.55/0.21/0.00/0.53)	

CMYK percentages

%55.46
%21.01
%0
%53.33

Codes

Color #355E77 in popluar color models

355E77
RGB5394119
HSL203°38.37%33.73%
HSB/HSV203°55.46%46.67%
CMYK55.46%21.01%0.00%
53.33%

Color #355E77 in popluar number systems.

HEX355E77
Decimal5394119
Binary11010110111101110111
Octal65136167

Shades and tints

Shades of #355E77

#355E77
(53,94,119)
#31566D
(49,86,109)
#2D4E63
(45,78,99)
#294659
(41,70,89)
#253E4F
(37,62,79)
#213645
(33,54,69)
#1D2E3B
(29,46,59)
#192631
(25,38,49)
#151E27
(21,30,39)
#11161D
(17,22,29)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #355E77

#355E77
(53,94,119)
#476C83
(71,108,131)
#597A8F
(89,122,143)
#6B889B
(107,136,155)
#7D96A7
(125,150,167)
#8FA4B3
(143,164,179)
#A1B2BF
(161,178,191)
#B3C0CB
(179,192,203)
#C5CED7
(197,206,215)
#D7DCE3
(215,220,227)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355E77 color. Also use rgb(53,94,119) instead hex code.

Text Font Color

.myTextColor { color: #355E77; }

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

This text font color is #355E77.


Background Color

.myBgColor { background-color: #355E77; }

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

This div background color is #355E77.


Border color

.myBorderColor { border: 1px solid #355E77; }

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

This div border color is #355E77.


Opacity

.myOpacity80 { color: #355E77; opacity: 0.8; }

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

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

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

This text has shadow with #355E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355E77 on black background.


Color preview on white background

This text has color #355E77 on white background.



Black color preview on #355E77 background

This text has black color on #355E77 background.


White color preview on #355E77 background

This text has white color on #355E77 background.