COLOR #365C80

HEX: #365C80 RGB: (54,92,128)

Color info

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

RGB color model

#365C80 color RGB value is (54,92,128).

RGB: (54,92,128) (21%, 36%, 50%)

RGB channels and saturation

R 54 of 255 = 21%
G 92 of 255 = 36%
B 128 of 255 = 50%

54
92
128

R + G + B ~ 36%. #365C80 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 92 + 128 = 274 (100%)
R 54 of 274 ~ 19.71%
G 92 of 274 ~ 33.58%
B 128 of 274 ~ 46.72'%

%19.71
%33.58
%46.72

CMYK color model

#365C80 color CMYK value is (58,28,0,50).

  • cyan value is 57.81%
  • magenta value is 28.13%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (58,28,0,50)
C58M28Y0K50 (58%, 28%, 0%, 50%)
(0.58 / 0.28 / 0.00 / 0.50)

CMYK percentages

%57.81
%28.13
%0
%49.8

Codes

Color #365C80 in popluar color models

36 5C 80
RGB 54 92 128
HSL 209° 40.66% 35.69%
HSB/HSV 209° 57.81% 50.20%
CMYK 57.81% 28.13% 0.00%
49.80%

Color #365C80 in popluar number systems.

HEX 36 5C 80
Decimal 54 92 128
Binary 110110 1011100 10000000
Octal 66 134 200

Shades and tints

Shades of #365C80

#365C80
(54,92,128)
#325475
(50,84,117)
#2E4C6A
(46,76,106)
#2A445F
(42,68,95)
#263C54
(38,60,84)
#223449
(34,52,73)
#1E2C3E
(30,44,62)
#1A2433
(26,36,51)
#161C28
(22,28,40)
#12141D
(18,20,29)
#0E0C12
(14,12,18)
#000000
(0,0,0)

Tints of #365C80

#365C80
(54,92,128)
#486A8B
(72,106,139)
#5A7896
(90,120,150)
#6C86A1
(108,134,161)
#7E94AC
(126,148,172)
#90A2B7
(144,162,183)
#A2B0C2
(162,176,194)
#B4BECD
(180,190,205)
#C6CCD8
(198,204,216)
#D8DAE3
(216,218,227)
#EAE8EE
(234,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #365C80 color. Also use rgb(54,92,128) instead hex code.

Text Font Color

.myTextColor { color: #365C80; }

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

This text font color is #365C80.

Background Color

.myBgColor { background-color: #365C80; }

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

This div background color is #365C80.

Border color

.myBorderColor { border: 1px solid #365C80; }

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

This div border color is #365C80.

Opacity

.myOpacity80 { color: #365C80; opacity: 0.8; }

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

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

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

This text has shadow with #365C80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #365C80.

Preview

Color preview on black background

This text has color #365C80 on black background.


Color preview on white background

This text has color #365C80 on white background.


Black color preview on #365C80 background

This text has black color on #365C80 background.


White color preview on #365C80 background

This text has white color on #365C80 background.


Related colors

Complementary color

Complementary color for #hex is #C9A37F.


I love getcolorcode.com

Triadic colors

1 #80365C and #5C8036 with #365C80 are triadic colors.

2 #805C36 and #5C3680 with #365C80 are triadic colors.