COLOR #365C83

HEX: #365C83
RGB: (54,92,131)

Color info

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

RGB color model

#365C83 color RGB value is (54,92,131).

  • red value is 54;
  • green value is 92;
  • blue value is 131.
RGB:
(54,92,131)
(21%,36%,51%)

RGB channels and saturation

R 54 of 255 = 21%
G 92 of 255 = 36%
B 131 of 255 = 51%

54
92
131

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

Portions of RGB colors in percentages

R + G + B =
54 + 92 + 131 = 277 (100%)
R 54 of 277 ~ 19.49%
G 92 of 277 ~ 33.21%
B 131 of 277 ~ 47.29%

%19.49
%33.21
%47.29

CMYK color model

#365C83 color CMYK value is (59,30,0,49).

  • cyan value is 58.78%
  • magenta value is 29.77%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(59,30,0,49)
C59M30Y0K49 
(59%,30%,0%,49%)
(0.59/0.30/0.00/0.49)	

CMYK percentages

%58.78
%29.77
%0
%48.63

Codes

Color #365C83 in popluar color models

365C83
RGB5492131
HSL210°41.62%36.27%
HSB/HSV210°58.78%51.37%
CMYK58.78%29.77%0.00%
48.63%

Color #365C83 in popluar number systems.

HEX365C83
Decimal5492131
Binary110110101110010000011
Octal66134203

Shades and tints

Shades of #365C83

#365C83
(54,92,131)
#325478
(50,84,120)
#2E4C6D
(46,76,109)
#2A4462
(42,68,98)
#263C57
(38,60,87)
#22344C
(34,52,76)
#1E2C41
(30,44,65)
#1A2436
(26,36,54)
#161C2B
(22,28,43)
#121420
(18,20,32)
#0E0C15
(14,12,21)
#000000
(0,0,0)

Tints of #365C83

#365C83
(54,92,131)
#486A8E
(72,106,142)
#5A7899
(90,120,153)
#6C86A4
(108,134,164)
#7E94AF
(126,148,175)
#90A2BA
(144,162,186)
#A2B0C5
(162,176,197)
#B4BED0
(180,190,208)
#C6CCDB
(198,204,219)
#D8DAE6
(216,218,230)
#EAE8F1
(234,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365C83; }

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

This text font color is #365C83.


Background Color

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

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

This div background color is #365C83.


Border color

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

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

This div border color is #365C83.


Opacity

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

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

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

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

This text has shadow with #365C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365C83 on black background.


Color preview on white background

This text has color #365C83 on white background.



Black color preview on #365C83 background

This text has black color on #365C83 background.


White color preview on #365C83 background

This text has white color on #365C83 background.