COLOR #365BDA

HEX: #365BDA
RGB: (54,91,218)

Color info

#365BDA contains mainly blue color. Web safe color of #365BDA is #3366CC (or #36C).

RGB color model

#365BDA color RGB value is (54,91,218).

  • red value is 54;
  • green value is 91;
  • blue value is 218.
RGB:
(54,91,218)
(21%,36%,85%)

RGB channels and saturation

R 54 of 255 = 21%
G 91 of 255 = 36%
B 218 of 255 = 85%

54
91
218

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

Portions of RGB colors in percentages

R + G + B =
54 + 91 + 218 = 363 (100%)
R 54 of 363 ~ 14.88%
G 91 of 363 ~ 25.07%
B 218 of 363 ~ 60.06%

%14.88
%25.07
%60.06

CMYK color model

#365BDA color CMYK value is (75,58,0,15).

  • cyan value is 75.23%
  • magenta value is 58.26%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(75,58,0,15)
C75M58Y0K15 
(75%,58%,0%,15%)
(0.75/0.58/0.00/0.15)	

CMYK percentages

%75.23
%58.26
%0
%14.51

Codes

Color #365BDA in popluar color models

365BDA
RGB5491218
HSL226°68.91%53.33%
HSB/HSV226°75.23%85.49%
CMYK75.23%58.26%0.00%
14.51%

Color #365BDA in popluar number systems.

HEX365BDA
Decimal5491218
Binary110110101101111011010
Octal66133332

Shades and tints

Shades of #365BDA

#365BDA
(54,91,218)
#3253C7
(50,83,199)
#2E4BB4
(46,75,180)
#2A43A1
(42,67,161)
#263B8E
(38,59,142)
#22337B
(34,51,123)
#1E2B68
(30,43,104)
#1A2355
(26,35,85)
#161B42
(22,27,66)
#12132F
(18,19,47)
#0E0B1C
(14,11,28)
#000000
(0,0,0)

Tints of #365BDA

#365BDA
(54,91,218)
#4869DD
(72,105,221)
#5A77E0
(90,119,224)
#6C85E3
(108,133,227)
#7E93E6
(126,147,230)
#90A1E9
(144,161,233)
#A2AFEC
(162,175,236)
#B4BDEF
(180,189,239)
#C6CBF2
(198,203,242)
#D8D9F5
(216,217,245)
#EAE7F8
(234,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #365BDA color. Also use rgb(54,91,218) instead hex code.

Text Font Color

.myTextColor { color: #365BDA; }

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

This text font color is #365BDA.


Background Color

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

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

This div background color is #365BDA.


Border color

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

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

This div border color is #365BDA.


Opacity

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

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

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

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

This text has shadow with #365BDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365BDA on black background.


Color preview on white background

This text has color #365BDA on white background.



Black color preview on #365BDA background

This text has black color on #365BDA background.


White color preview on #365BDA background

This text has white color on #365BDA background.