COLOR #356980

HEX: #356980 RGB: (53,105,128)

Color info

#356980 contains mainly green and blue colors. Web safe color of #356980 is #336666 (or #366).

RGB color model

#356980 color RGB value is (53,105,128).

RGB: (53,105,128) (21%, 41%, 50%)

RGB channels and saturation

R 53 of 255 = 21%
G 105 of 255 = 41%
B 128 of 255 = 50%

53
105
128

R + G + B ~ 37%. #356980 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 105 + 128 = 286 (100%)
R 53 of 286 ~ 18.53%
G 105 of 286 ~ 36.71%
B 128 of 286 ~ 44.76'%

%18.53
%36.71
%44.76

CMYK color model

#356980 color CMYK value is (59,18,0,50).

  • cyan value is 58.59%
  • magenta value is 17.97%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (59,18,0,50)
C59M18Y0K50 (59%, 18%, 0%, 50%)
(0.59 / 0.18 / 0.00 / 0.50)

CMYK percentages

%58.59
%17.97
%0
%49.8

Codes

Color #356980 in popluar color models

35 69 80
RGB 53 105 128
HSL 198° 41.44% 35.49%
HSB/HSV 198° 58.59% 50.20%
CMYK 58.59% 17.97% 0.00%
49.80%

Color #356980 in popluar number systems.

HEX 35 69 80
Decimal 53 105 128
Binary 110101 1101001 10000000
Octal 65 151 200

Shades and tints

Shades of #356980

#356980
(53,105,128)
#316075
(49,96,117)
#2D576A
(45,87,106)
#294E5F
(41,78,95)
#254554
(37,69,84)
#213C49
(33,60,73)
#1D333E
(29,51,62)
#192A33
(25,42,51)
#152128
(21,33,40)
#11181D
(17,24,29)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #356980

#356980
(53,105,128)
#47768B
(71,118,139)
#598396
(89,131,150)
#6B90A1
(107,144,161)
#7D9DAC
(125,157,172)
#8FAAB7
(143,170,183)
#A1B7C2
(161,183,194)
#B3C4CD
(179,196,205)
#C5D1D8
(197,209,216)
#D7DEE3
(215,222,227)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #356980; }

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

This text font color is #356980.

Background Color

.myBgColor { background-color: #356980; }

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

This div background color is #356980.

Border color

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

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

This div border color is #356980.

Opacity

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

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

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

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

This text has shadow with #356980 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #356980.

Preview

Color preview on black background

This text has color #356980 on black background.


Color preview on white background

This text has color #356980 on white background.


Black color preview on #356980 background

This text has black color on #356980 background.


White color preview on #356980 background

This text has white color on #356980 background.


Related colors

Complementary color

Complementary color for #hex is #CA967F.


I love getcolorcode.com

Triadic colors

1 #803569 and #698035 with #356980 are triadic colors.

2 #806935 and #693580 with #356980 are triadic colors.