COLOR #365A89

HEX: #365A89
RGB: (54,90,137)

Color info

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

RGB color model

#365A89 color RGB value is (54,90,137).

  • red value is 54;
  • green value is 90;
  • blue value is 137.
RGB:
(54,90,137)
(21%,35%,54%)

RGB channels and saturation

R 54 of 255 = 21%
G 90 of 255 = 35%
B 137 of 255 = 54%

54
90
137

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

Portions of RGB colors in percentages

R + G + B =
54 + 90 + 137 = 281 (100%)
R 54 of 281 ~ 19.22%
G 90 of 281 ~ 32.03%
B 137 of 281 ~ 48.75%

%19.22
%32.03
%48.75

CMYK color model

#365A89 color CMYK value is (61,34,0,46).

  • cyan value is 60.58%
  • magenta value is 34.31%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(61,34,0,46)
C61M34Y0K46 
(61%,34%,0%,46%)
(0.61/0.34/0.00/0.46)	

CMYK percentages

%60.58
%34.31
%0
%46.27

Codes

Color #365A89 in popluar color models

365A89
RGB5490137
HSL214°43.46%37.45%
HSB/HSV214°60.58%53.73%
CMYK60.58%34.31%0.00%
46.27%

Color #365A89 in popluar number systems.

HEX365A89
Decimal5490137
Binary110110101101010001001
Octal66132211

Shades and tints

Shades of #365A89

#365A89
(54,90,137)
#32527D
(50,82,125)
#2E4A71
(46,74,113)
#2A4265
(42,66,101)
#263A59
(38,58,89)
#22324D
(34,50,77)
#1E2A41
(30,42,65)
#1A2235
(26,34,53)
#161A29
(22,26,41)
#12121D
(18,18,29)
#0E0A11
(14,10,17)
#000000
(0,0,0)

Tints of #365A89

#365A89
(54,90,137)
#486993
(72,105,147)
#5A789D
(90,120,157)
#6C87A7
(108,135,167)
#7E96B1
(126,150,177)
#90A5BB
(144,165,187)
#A2B4C5
(162,180,197)
#B4C3CF
(180,195,207)
#C6D2D9
(198,210,217)
#D8E1E3
(216,225,227)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #365A89 color. Also use rgb(54,90,137) instead hex code.

Text Font Color

.myTextColor { color: #365A89; }

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

This text font color is #365A89.


Background Color

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

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

This div background color is #365A89.


Border color

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

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

This div border color is #365A89.


Opacity

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

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

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

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

This text has shadow with #365A89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365A89 on black background.


Color preview on white background

This text has color #365A89 on white background.



Black color preview on #365A89 background

This text has black color on #365A89 background.


White color preview on #365A89 background

This text has white color on #365A89 background.