COLOR #356B90

HEX: #356B90
RGB: (53,107,144)

Color info

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

RGB color model

#356B90 color RGB value is (53,107,144).

  • red value is 53;
  • green value is 107;
  • blue value is 144.
RGB:
(53,107,144)
(21%,42%,56%)

RGB channels and saturation

R 53 of 255 = 21%
G 107 of 255 = 42%
B 144 of 255 = 56%

53
107
144

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

Portions of RGB colors in percentages

R + G + B =
53 + 107 + 144 = 304 (100%)
R 53 of 304 ~ 17.43%
G 107 of 304 ~ 35.2%
B 144 of 304 ~ 47.37%

%17.43
%35.2
%47.37

CMYK color model

#356B90 color CMYK value is (63,26,0,44).

  • cyan value is 63.19%
  • magenta value is 25.69%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(63,26,0,44)
C63M26Y0K44 
(63%,26%,0%,44%)
(0.63/0.26/0.00/0.44)	

CMYK percentages

%63.19
%25.69
%0
%43.53

Codes

Color #356B90 in popluar color models

356B90
RGB53107144
HSL204°46.19%38.63%
HSB/HSV204°63.19%56.47%
CMYK63.19%25.69%0.00%
43.53%

Color #356B90 in popluar number systems.

HEX356B90
Decimal53107144
Binary110101110101110010000
Octal65153220

Shades and tints

Shades of #356B90

#356B90
(53,107,144)
#316283
(49,98,131)
#2D5976
(45,89,118)
#295069
(41,80,105)
#25475C
(37,71,92)
#213E4F
(33,62,79)
#1D3542
(29,53,66)
#192C35
(25,44,53)
#152328
(21,35,40)
#111A1B
(17,26,27)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #356B90

#356B90
(53,107,144)
#47789A
(71,120,154)
#5985A4
(89,133,164)
#6B92AE
(107,146,174)
#7D9FB8
(125,159,184)
#8FACC2
(143,172,194)
#A1B9CC
(161,185,204)
#B3C6D6
(179,198,214)
#C5D3E0
(197,211,224)
#D7E0EA
(215,224,234)
#E9EDF4
(233,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356B90 color. Also use rgb(53,107,144) instead hex code.

Text Font Color

.myTextColor { color: #356B90; }

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

This text font color is #356B90.


Background Color

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

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

This div background color is #356B90.


Border color

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

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

This div border color is #356B90.


Opacity

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

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

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

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

This text has shadow with #356B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356B90 on black background.


Color preview on white background

This text has color #356B90 on white background.



Black color preview on #356B90 background

This text has black color on #356B90 background.


White color preview on #356B90 background

This text has white color on #356B90 background.