COLOR #363FB5

HEX: #363FB5
RGB: (54,63,181)

Color info

#363FB5 contains mainly blue color. Web safe color of #363FB5 is #3333CC (or #33C).

RGB color model

#363FB5 color RGB value is (54,63,181).

  • red value is 54;
  • green value is 63;
  • blue value is 181.
RGB:
(54,63,181)
(21%,25%,71%)

RGB channels and saturation

R 54 of 255 = 21%
G 63 of 255 = 25%
B 181 of 255 = 71%

54
63
181

R + G + B ~ 39%. #363FB5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 63 + 181 = 298 (100%)
R 54 of 298 ~ 18.12%
G 63 of 298 ~ 21.14%
B 181 of 298 ~ 60.74%

%18.12
%21.14
%60.74

CMYK color model

#363FB5 color CMYK value is (70,65,0,29).

  • cyan value is 70.17%
  • magenta value is 65.19%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(70,65,0,29)
C70M65Y0K29 
(70%,65%,0%,29%)
(0.70/0.65/0.00/0.29)	

CMYK percentages

%70.17
%65.19
%0
%29.02

Codes

Color #363FB5 in popluar color models

363FB5
RGB5463181
HSL236°54.04%46.08%
HSB/HSV236°70.17%70.98%
CMYK70.17%65.19%0.00%
29.02%

Color #363FB5 in popluar number systems.

HEX363FB5
Decimal5463181
Binary11011011111110110101
Octal6677265

Shades and tints

Shades of #363FB5

#363FB5
(54,63,181)
#323AA5
(50,58,165)
#2E3595
(46,53,149)
#2A3085
(42,48,133)
#262B75
(38,43,117)
#222665
(34,38,101)
#1E2155
(30,33,85)
#1A1C45
(26,28,69)
#161735
(22,23,53)
#121225
(18,18,37)
#0E0D15
(14,13,21)
#000000
(0,0,0)

Tints of #363FB5

#363FB5
(54,63,181)
#4850BB
(72,80,187)
#5A61C1
(90,97,193)
#6C72C7
(108,114,199)
#7E83CD
(126,131,205)
#9094D3
(144,148,211)
#A2A5D9
(162,165,217)
#B4B6DF
(180,182,223)
#C6C7E5
(198,199,229)
#D8D8EB
(216,216,235)
#EAE9F1
(234,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363FB5 color. Also use rgb(54,63,181) instead hex code.

Text Font Color

.myTextColor { color: #363FB5; }

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

This text font color is #363FB5.


Background Color

.myBgColor { background-color: #363FB5; }

<div style="background-color:#363FB5">Inner text</div>

This div background color is #363FB5.


Border color

.myBorderColor { border: 1px solid #363FB5; }

<div style="border:3px solid #363FB5">Div</div>

This div border color is #363FB5.


Opacity

.myOpacity80 { color: #363FB5; opacity: 0.8; }

<p style="color:#363FB5;opacity:0.8;">80%</p>

Text with #363FB5 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 #363FB5;}

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

This text has shadow with #363FB5 color.

.textShadow {text-shadow: 3px 3px 1px #363FB5, 3px 3px 1px red;}

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

This text has shadow with #363FB5 primary color and red secondary color.


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

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

This text has shadow with #363FB5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363FB5 on black background.


Color preview on white background

This text has color #363FB5 on white background.



Black color preview on #363FB5 background

This text has black color on #363FB5 background.


White color preview on #363FB5 background

This text has white color on #363FB5 background.