COLOR #365F9F

HEX: #365F9F
RGB: (54,95,159)

Color info

#365F9F contains mainly blue color. Web safe color of #365F9F is #336699 (or #369).

RGB color model

#365F9F color RGB value is (54,95,159).

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

RGB channels and saturation

R 54 of 255 = 21%
G 95 of 255 = 37%
B 159 of 255 = 62%

54
95
159

R + G + B ~ 40%. #365F9F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
54 + 95 + 159 = 308 (100%)
R 54 of 308 ~ 17.53%
G 95 of 308 ~ 30.84%
B 159 of 308 ~ 51.62%

%17.53
%30.84
%51.62

CMYK color model

#365F9F color CMYK value is (66,40,0,38).

  • cyan value is 66.04%
  • magenta value is 40.25%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(66,40,0,38)
C66M40Y0K38 
(66%,40%,0%,38%)
(0.66/0.40/0.00/0.38)	

CMYK percentages

%66.04
%40.25
%0
%37.65

Codes

Color #365F9F in popluar color models

365F9F
RGB5495159
HSL217°49.30%41.76%
HSB/HSV217°66.04%62.35%
CMYK66.04%40.25%0.00%
37.65%

Color #365F9F in popluar number systems.

HEX365F9F
Decimal5495159
Binary110110101111110011111
Octal66137237

Shades and tints

Shades of #365F9F

#365F9F
(54,95,159)
#325791
(50,87,145)
#2E4F83
(46,79,131)
#2A4775
(42,71,117)
#263F67
(38,63,103)
#223759
(34,55,89)
#1E2F4B
(30,47,75)
#1A273D
(26,39,61)
#161F2F
(22,31,47)
#121721
(18,23,33)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #365F9F

#365F9F
(54,95,159)
#486DA7
(72,109,167)
#5A7BAF
(90,123,175)
#6C89B7
(108,137,183)
#7E97BF
(126,151,191)
#90A5C7
(144,165,199)
#A2B3CF
(162,179,207)
#B4C1D7
(180,193,215)
#C6CFDF
(198,207,223)
#D8DDE7
(216,221,231)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365F9F; }

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

This text font color is #365F9F.


Background Color

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

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

This div background color is #365F9F.


Border color

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

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

This div border color is #365F9F.


Opacity

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

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

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

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

This text has shadow with #365F9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365F9F on black background.


Color preview on white background

This text has color #365F9F on white background.



Black color preview on #365F9F background

This text has black color on #365F9F background.


White color preview on #365F9F background

This text has white color on #365F9F background.