COLOR #363AED

HEX: #363AED
RGB: (54,58,237)

Color info

#363AED contains mainly blue color. Web safe color of #363AED is #3333FF (or #33F).

RGB color model

#363AED color RGB value is (54,58,237).

  • red value is 54;
  • green value is 58;
  • blue value is 237.
RGB:
(54,58,237)
(21%,23%,93%)

RGB channels and saturation

R 54 of 255 = 21%
G 58 of 255 = 23%
B 237 of 255 = 93%

54
58
237

R + G + B ~ 46%. #363AED is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
54 + 58 + 237 = 349 (100%)
R 54 of 349 ~ 15.47%
G 58 of 349 ~ 16.62%
B 237 of 349 ~ 67.91%

%15.47
%16.62
%67.91

CMYK color model

#363AED color CMYK value is (77,76,0,7).

  • cyan value is 77.22%
  • magenta value is 75.53%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(77,76,0,7)
C77M76Y0K7 
(77%,76%,0%,7%)
(0.77/0.76/0.00/0.07)	

CMYK percentages

%77.22
%75.53
%0
%7.06

Codes

Color #363AED in popluar color models

363AED
RGB5458237
HSL239°83.56%57.06%
HSB/HSV239°77.22%92.94%
CMYK77.22%75.53%0.00%
7.06%

Color #363AED in popluar number systems.

HEX363AED
Decimal5458237
Binary11011011101011101101
Octal6672355

Shades and tints

Shades of #363AED

#363AED
(54,58,237)
#3235D8
(50,53,216)
#2E30C3
(46,48,195)
#2A2BAE
(42,43,174)
#262699
(38,38,153)
#222184
(34,33,132)
#1E1C6F
(30,28,111)
#1A175A
(26,23,90)
#161245
(22,18,69)
#120D30
(18,13,48)
#0E081B
(14,8,27)
#000000
(0,0,0)

Tints of #363AED

#363AED
(54,58,237)
#484BEE
(72,75,238)
#5A5CEF
(90,92,239)
#6C6DF0
(108,109,240)
#7E7EF1
(126,126,241)
#908FF2
(144,143,242)
#A2A0F3
(162,160,243)
#B4B1F4
(180,177,244)
#C6C2F5
(198,194,245)
#D8D3F6
(216,211,246)
#EAE4F7
(234,228,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363AED color. Also use rgb(54,58,237) instead hex code.

Text Font Color

.myTextColor { color: #363AED; }

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

This text font color is #363AED.


Background Color

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

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

This div background color is #363AED.


Border color

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

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

This div border color is #363AED.


Opacity

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

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

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

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

This text has shadow with #363AED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363AED on black background.


Color preview on white background

This text has color #363AED on white background.



Black color preview on #363AED background

This text has black color on #363AED background.


White color preview on #363AED background

This text has white color on #363AED background.