COLOR #365A95

HEX: #365A95
RGB: (54,90,149)

Color info

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

RGB color model

#365A95 color RGB value is (54,90,149).

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

RGB channels and saturation

R 54 of 255 = 21%
G 90 of 255 = 35%
B 149 of 255 = 58%

54
90
149

R + G + B ~ 38%. #365A95 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 90 + 149 = 293 (100%)
R 54 of 293 ~ 18.43%
G 90 of 293 ~ 30.72%
B 149 of 293 ~ 50.85%

%18.43
%30.72
%50.85

CMYK color model

#365A95 color CMYK value is (64,40,0,42).

  • cyan value is 63.76%
  • magenta value is 39.60%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(64,40,0,42)
C64M40Y0K42 
(64%,40%,0%,42%)
(0.64/0.40/0.00/0.42)	

CMYK percentages

%63.76
%39.6
%0
%41.57

Codes

Color #365A95 in popluar color models

365A95
RGB5490149
HSL217°46.80%39.80%
HSB/HSV217°63.76%58.43%
CMYK63.76%39.60%0.00%
41.57%

Color #365A95 in popluar number systems.

HEX365A95
Decimal5490149
Binary110110101101010010101
Octal66132225

Shades and tints

Shades of #365A95

#365A95
(54,90,149)
#325288
(50,82,136)
#2E4A7B
(46,74,123)
#2A426E
(42,66,110)
#263A61
(38,58,97)
#223254
(34,50,84)
#1E2A47
(30,42,71)
#1A223A
(26,34,58)
#161A2D
(22,26,45)
#121220
(18,18,32)
#0E0A13
(14,10,19)
#000000
(0,0,0)

Tints of #365A95

#365A95
(54,90,149)
#48699E
(72,105,158)
#5A78A7
(90,120,167)
#6C87B0
(108,135,176)
#7E96B9
(126,150,185)
#90A5C2
(144,165,194)
#A2B4CB
(162,180,203)
#B4C3D4
(180,195,212)
#C6D2DD
(198,210,221)
#D8E1E6
(216,225,230)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365A95; }

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

This text font color is #365A95.


Background Color

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

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

This div background color is #365A95.


Border color

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

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

This div border color is #365A95.


Opacity

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

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

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

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

This text has shadow with #365A95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365A95 on black background.


Color preview on white background

This text has color #365A95 on white background.



Black color preview on #365A95 background

This text has black color on #365A95 background.


White color preview on #365A95 background

This text has white color on #365A95 background.