COLOR #356990

HEX: #356990
RGB: (53,105,144)

Color info

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

RGB color model

#356990 color RGB value is (53,105,144).

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

RGB channels and saturation

R 53 of 255 = 21%
G 105 of 255 = 41%
B 144 of 255 = 56%

53
105
144

R + G + B ~ 39%. #356990 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 105 + 144 = 302 (100%)
R 53 of 302 ~ 17.55%
G 105 of 302 ~ 34.77%
B 144 of 302 ~ 47.68%

%17.55
%34.77
%47.68

CMYK color model

#356990 color CMYK value is (63,27,0,44).

  • cyan value is 63.19%
  • magenta value is 27.08%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(63,27,0,44)
C63M27Y0K44 
(63%,27%,0%,44%)
(0.63/0.27/0.00/0.44)	

CMYK percentages

%63.19
%27.08
%0
%43.53

Codes

Color #356990 in popluar color models

356990
RGB53105144
HSL206°46.19%38.63%
HSB/HSV206°63.19%56.47%
CMYK63.19%27.08%0.00%
43.53%

Color #356990 in popluar number systems.

HEX356990
Decimal53105144
Binary110101110100110010000
Octal65151220

Shades and tints

Shades of #356990

#356990
(53,105,144)
#316083
(49,96,131)
#2D5776
(45,87,118)
#294E69
(41,78,105)
#25455C
(37,69,92)
#213C4F
(33,60,79)
#1D3342
(29,51,66)
#192A35
(25,42,53)
#152128
(21,33,40)
#11181B
(17,24,27)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #356990

#356990
(53,105,144)
#47769A
(71,118,154)
#5983A4
(89,131,164)
#6B90AE
(107,144,174)
#7D9DB8
(125,157,184)
#8FAAC2
(143,170,194)
#A1B7CC
(161,183,204)
#B3C4D6
(179,196,214)
#C5D1E0
(197,209,224)
#D7DEEA
(215,222,234)
#E9EBF4
(233,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #356990; }

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

This text font color is #356990.


Background Color

.myBgColor { background-color: #356990; }

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

This div background color is #356990.


Border color

.myBorderColor { border: 1px solid #356990; }

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

This div border color is #356990.


Opacity

.myOpacity80 { color: #356990; opacity: 0.8; }

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

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

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

This text has shadow with #356990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356990 on black background.


Color preview on white background

This text has color #356990 on white background.



Black color preview on #356990 background

This text has black color on #356990 background.


White color preview on #356990 background

This text has white color on #356990 background.