COLOR #365F95

HEX: #365F95
RGB: (54,95,149)

Color info

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

RGB color model

#365F95 color RGB value is (54,95,149).

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

RGB channels and saturation

R 54 of 255 = 21%
G 95 of 255 = 37%
B 149 of 255 = 58%

54
95
149

R + G + B ~ 39%. #365F95 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 95 + 149 = 298 (100%)
R 54 of 298 ~ 18.12%
G 95 of 298 ~ 31.88%
B 149 of 298 ~ 50%

%18.12
%31.88
%50

CMYK color model

#365F95 color CMYK value is (64,36,0,42).

  • cyan value is 63.76%
  • magenta value is 36.24%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(64,36,0,42)
C64M36Y0K42 
(64%,36%,0%,42%)
(0.64/0.36/0.00/0.42)	

CMYK percentages

%63.76
%36.24
%0
%41.57

Codes

Color #365F95 in popluar color models

365F95
RGB5495149
HSL214°46.80%39.80%
HSB/HSV214°63.76%58.43%
CMYK63.76%36.24%0.00%
41.57%

Color #365F95 in popluar number systems.

HEX365F95
Decimal5495149
Binary110110101111110010101
Octal66137225

Shades and tints

Shades of #365F95

#365F95
(54,95,149)
#325788
(50,87,136)
#2E4F7B
(46,79,123)
#2A476E
(42,71,110)
#263F61
(38,63,97)
#223754
(34,55,84)
#1E2F47
(30,47,71)
#1A273A
(26,39,58)
#161F2D
(22,31,45)
#121720
(18,23,32)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #365F95

#365F95
(54,95,149)
#486D9E
(72,109,158)
#5A7BA7
(90,123,167)
#6C89B0
(108,137,176)
#7E97B9
(126,151,185)
#90A5C2
(144,165,194)
#A2B3CB
(162,179,203)
#B4C1D4
(180,193,212)
#C6CFDD
(198,207,221)
#D8DDE6
(216,221,230)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365F95; }

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

This text font color is #365F95.


Background Color

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

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

This div background color is #365F95.


Border color

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

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

This div border color is #365F95.


Opacity

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

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

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

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

This text has shadow with #365F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365F95 on black background.


Color preview on white background

This text has color #365F95 on white background.



Black color preview on #365F95 background

This text has black color on #365F95 background.


White color preview on #365F95 background

This text has white color on #365F95 background.