COLOR #356F89

HEX: #356F89
RGB: (53,111,137)

Color info

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

RGB color model

#356F89 color RGB value is (53,111,137).

  • red value is 53;
  • green value is 111;
  • blue value is 137.
RGB:
(53,111,137)
(21%,44%,54%)

RGB channels and saturation

R 53 of 255 = 21%
G 111 of 255 = 44%
B 137 of 255 = 54%

53
111
137

R + G + B ~ 40%. #356F89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
53 + 111 + 137 = 301 (100%)
R 53 of 301 ~ 17.61%
G 111 of 301 ~ 36.88%
B 137 of 301 ~ 45.51%

%17.61
%36.88
%45.51

CMYK color model

#356F89 color CMYK value is (61,19,0,46).

  • cyan value is 61.31%
  • magenta value is 18.98%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(61,19,0,46)
C61M19Y0K46 
(61%,19%,0%,46%)
(0.61/0.19/0.00/0.46)	

CMYK percentages

%61.31
%18.98
%0
%46.27

Codes

Color #356F89 in popluar color models

356F89
RGB53111137
HSL199°44.21%37.25%
HSB/HSV199°61.31%53.73%
CMYK61.31%18.98%0.00%
46.27%

Color #356F89 in popluar number systems.

HEX356F89
Decimal53111137
Binary110101110111110001001
Octal65157211

Shades and tints

Shades of #356F89

#356F89
(53,111,137)
#31657D
(49,101,125)
#2D5B71
(45,91,113)
#295165
(41,81,101)
#254759
(37,71,89)
#213D4D
(33,61,77)
#1D3341
(29,51,65)
#192935
(25,41,53)
#151F29
(21,31,41)
#11151D
(17,21,29)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #356F89

#356F89
(53,111,137)
#477C93
(71,124,147)
#59899D
(89,137,157)
#6B96A7
(107,150,167)
#7DA3B1
(125,163,177)
#8FB0BB
(143,176,187)
#A1BDC5
(161,189,197)
#B3CACF
(179,202,207)
#C5D7D9
(197,215,217)
#D7E4E3
(215,228,227)
#E9F1ED
(233,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356F89 color. Also use rgb(53,111,137) instead hex code.

Text Font Color

.myTextColor { color: #356F89; }

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

This text font color is #356F89.


Background Color

.myBgColor { background-color: #356F89; }

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

This div background color is #356F89.


Border color

.myBorderColor { border: 1px solid #356F89; }

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

This div border color is #356F89.


Opacity

.myOpacity80 { color: #356F89; opacity: 0.8; }

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

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

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

This text has shadow with #356F89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356F89 on black background.


Color preview on white background

This text has color #356F89 on white background.



Black color preview on #356F89 background

This text has black color on #356F89 background.


White color preview on #356F89 background

This text has white color on #356F89 background.