COLOR #356C83

HEX: #356C83
RGB: (53,108,131)

Color info

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

RGB color model

#356C83 color RGB value is (53,108,131).

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

RGB channels and saturation

R 53 of 255 = 21%
G 108 of 255 = 42%
B 131 of 255 = 51%

53
108
131

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

Portions of RGB colors in percentages

R + G + B =
53 + 108 + 131 = 292 (100%)
R 53 of 292 ~ 18.15%
G 108 of 292 ~ 36.99%
B 131 of 292 ~ 44.86%

%18.15
%36.99
%44.86

CMYK color model

#356C83 color CMYK value is (60,18,0,49).

  • cyan value is 59.54%
  • magenta value is 17.56%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(60,18,0,49)
C60M18Y0K49 
(60%,18%,0%,49%)
(0.60/0.18/0.00/0.49)	

CMYK percentages

%59.54
%17.56
%0
%48.63

Codes

Color #356C83 in popluar color models

356C83
RGB53108131
HSL198°42.39%36.08%
HSB/HSV198°59.54%51.37%
CMYK59.54%17.56%0.00%
48.63%

Color #356C83 in popluar number systems.

HEX356C83
Decimal53108131
Binary110101110110010000011
Octal65154203

Shades and tints

Shades of #356C83

#356C83
(53,108,131)
#316378
(49,99,120)
#2D5A6D
(45,90,109)
#295162
(41,81,98)
#254857
(37,72,87)
#213F4C
(33,63,76)
#1D3641
(29,54,65)
#192D36
(25,45,54)
#15242B
(21,36,43)
#111B20
(17,27,32)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #356C83

#356C83
(53,108,131)
#47798E
(71,121,142)
#598699
(89,134,153)
#6B93A4
(107,147,164)
#7DA0AF
(125,160,175)
#8FADBA
(143,173,186)
#A1BAC5
(161,186,197)
#B3C7D0
(179,199,208)
#C5D4DB
(197,212,219)
#D7E1E6
(215,225,230)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #356C83; }

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

This text font color is #356C83.


Background Color

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

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

This div background color is #356C83.


Border color

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

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

This div border color is #356C83.


Opacity

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

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

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

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

This text has shadow with #356C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356C83 on black background.


Color preview on white background

This text has color #356C83 on white background.



Black color preview on #356C83 background

This text has black color on #356C83 background.


White color preview on #356C83 background

This text has white color on #356C83 background.