COLOR #365079

HEX: #365079 RGB: (54,80,121)

Color info

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

RGB color model

#365079 color RGB value is (54,80,121).

RGB: (54,80,121) (21%, 31%, 47%)

RGB channels and saturation

R 54 of 255 = 21%
G 80 of 255 = 31%
B 121 of 255 = 47%

54
80
121

R + G + B ~ 33%. #365079 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 80 + 121 = 255 (100%)
R 54 of 255 ~ 21.18%
G 80 of 255 ~ 31.37%
B 121 of 255 ~ 47.45'%

%21.18
%31.37
%47.45

CMYK color model

#365079 color CMYK value is (55,34,0,53).

  • cyan value is 55.37%
  • magenta value is 33.88%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (55,34,0,53)
C55M34Y0K53 (55%, 34%, 0%, 53%)
(0.55 / 0.34 / 0.00 / 0.53)

CMYK percentages

%55.37
%33.88
%0
%52.55

Codes

Color #365079 in popluar color models

36 50 79
RGB 54 80 121
HSL 217° 38.29% 34.31%
HSB/HSV 217° 55.37% 47.45%
CMYK 55.37% 33.88% 0.00%
52.55%

Color #365079 in popluar number systems.

HEX 36 50 79
Decimal 54 80 121
Binary 110110 1010000 1111001
Octal 66 120 171

Shades and tints

Shades of #365079

#365079
(54,80,121)
#32496E
(50,73,110)
#2E4263
(46,66,99)
#2A3B58
(42,59,88)
#26344D
(38,52,77)
#222D42
(34,45,66)
#1E2637
(30,38,55)
#1A1F2C
(26,31,44)
#161821
(22,24,33)
#121116
(18,17,22)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #365079

#365079
(54,80,121)
#485F85
(72,95,133)
#5A6E91
(90,110,145)
#6C7D9D
(108,125,157)
#7E8CA9
(126,140,169)
#909BB5
(144,155,181)
#A2AAC1
(162,170,193)
#B4B9CD
(180,185,205)
#C6C8D9
(198,200,217)
#D8D7E5
(216,215,229)
#EAE6F1
(234,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #365079 color. Also use rgb(54,80,121) instead hex code.

Text Font Color

.myTextColor { color: #365079; }

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

This text font color is #365079.

Background Color

.myBgColor { background-color: #365079; }

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

This div background color is #365079.

Border color

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

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

This div border color is #365079.

Opacity

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

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

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

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

This text has shadow with #365079 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #365079.

Preview

Color preview on black background

This text has color #365079 on black background.


Color preview on white background

This text has color #365079 on white background.


Black color preview on #365079 background

This text has black color on #365079 background.


White color preview on #365079 background

This text has white color on #365079 background.


Related colors

Complementary color

Complementary color for #hex is #C9AF86.


I love getcolorcode.com

Triadic colors

1 #793650 and #507936 with #365079 are triadic colors.

2 #795036 and #503679 with #365079 are triadic colors.