COLOR #356E83

HEX: #356E83
RGB: (53,110,131)

Color info

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

RGB color model

#356E83 color RGB value is (53,110,131).

  • red value is 53;
  • green value is 110;
  • blue value is 131.
RGB:
(53,110,131)
(21%,43%,51%)

RGB channels and saturation

R 53 of 255 = 21%
G 110 of 255 = 43%
B 131 of 255 = 51%

53
110
131

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

Portions of RGB colors in percentages

R + G + B =
53 + 110 + 131 = 294 (100%)
R 53 of 294 ~ 18.03%
G 110 of 294 ~ 37.41%
B 131 of 294 ~ 44.56%

%18.03
%37.41
%44.56

CMYK color model

#356E83 color CMYK value is (60,16,0,49).

  • cyan value is 59.54%
  • magenta value is 16.03%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(60,16,0,49)
C60M16Y0K49 
(60%,16%,0%,49%)
(0.60/0.16/0.00/0.49)	

CMYK percentages

%59.54
%16.03
%0
%48.63

Codes

Color #356E83 in popluar color models

356E83
RGB53110131
HSL196°42.39%36.08%
HSB/HSV196°59.54%51.37%
CMYK59.54%16.03%0.00%
48.63%

Color #356E83 in popluar number systems.

HEX356E83
Decimal53110131
Binary110101110111010000011
Octal65156203

Shades and tints

Shades of #356E83

#356E83
(53,110,131)
#316478
(49,100,120)
#2D5A6D
(45,90,109)
#295062
(41,80,98)
#254657
(37,70,87)
#213C4C
(33,60,76)
#1D3241
(29,50,65)
#192836
(25,40,54)
#151E2B
(21,30,43)
#111420
(17,20,32)
#0D0A15
(13,10,21)
#000000
(0,0,0)

Tints of #356E83

#356E83
(53,110,131)
#477B8E
(71,123,142)
#598899
(89,136,153)
#6B95A4
(107,149,164)
#7DA2AF
(125,162,175)
#8FAFBA
(143,175,186)
#A1BCC5
(161,188,197)
#B3C9D0
(179,201,208)
#C5D6DB
(197,214,219)
#D7E3E6
(215,227,230)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356E83 color. Also use rgb(53,110,131) instead hex code.

Text Font Color

.myTextColor { color: #356E83; }

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

This text font color is #356E83.


Background Color

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

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

This div background color is #356E83.


Border color

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

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

This div border color is #356E83.


Opacity

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

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

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

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

This text has shadow with #356E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356E83 on black background.


Color preview on white background

This text has color #356E83 on white background.



Black color preview on #356E83 background

This text has black color on #356E83 background.


White color preview on #356E83 background

This text has white color on #356E83 background.