COLOR #356090

HEX: #356090 RGB: (53,96,144)

Color info

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

RGB color model

#356090 color RGB value is (53,96,144).

RGB: (53,96,144) (21%, 38%, 56%)

RGB channels and saturation

R 53 of 255 = 21%
G 96 of 255 = 38%
B 144 of 255 = 56%

53
96
144

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

Portions of RGB colors in percentages

R + G + B = 53 + 96 + 144 = 293 (100%)
R 53 of 293 ~ 18.09%
G 96 of 293 ~ 32.76%
B 144 of 293 ~ 49.15'%

%18.09
%32.76
%49.15

CMYK color model

#356090 color CMYK value is (63,33,0,44).

  • cyan value is 63.19%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK: (63,33,0,44) C63M33Y0K44 (63%,33%,0%,44%) (0.63/0.33/0.00/0.44) 

CMYK percentages

%63.19
%33.33
%0
%43.53

Codes

Color #356090 in popluar color models

35 60 90
RGB 53 96 144
HSL 212° 46.19% 38.63%
HSB/HSV 212° 63.19% 56.47%
CMYK 63.19% 33.33% 0.00%
43.53%

Color #356090 in popluar number systems.

HEX 35 60 90
Decimal 53 96 144
Binary 110101 1100000 10010000
Octal 65 140 220

Shades and tints

Shades of #356090

#356090
(53,96,144)
#315883
(49,88,131)
#2D5076
(45,80,118)
#294869
(41,72,105)
#25405C
(37,64,92)
#21384F
(33,56,79)
#1D3042
(29,48,66)
#192835
(25,40,53)
#152028
(21,32,40)
#11181B
(17,24,27)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #356090

#356090
(53,96,144)
#476E9A
(71,110,154)
#597CA4
(89,124,164)
#6B8AAE
(107,138,174)
#7D98B8
(125,152,184)
#8FA6C2
(143,166,194)
#A1B4CC
(161,180,204)
#B3C2D6
(179,194,214)
#C5D0E0
(197,208,224)
#D7DEEA
(215,222,234)
#E9ECF4
(233,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #356090; }

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

This text font color is #356090.

Background Color

.myBgColor { background-color: #356090; }

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

This div background color is #356090.

Border color

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

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

This div border color is #356090.

Opacity

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

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

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

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

This text has shadow with #356090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #356090.

Preview

Color preview on black background

This text has color #356090 on black background.


Color preview on white background

This text has color #356090 on white background.


Black color preview on #356090 background

This text has black color on #356090 background.


White color preview on #356090 background

This text has white color on #356090 background.


Related colors

Complementary color

Complementary color for #hex is #CA9F6F.


I love getcolorcode.com

Triadic colors

1 #903560 and #609035 with #356090 are triadic colors.

2 #906035 and #603590 with #356090 are triadic colors.