COLOR #363EA1

HEX: #363EA1
RGB: (54,62,161)

Color info

#363EA1 contains mainly blue color. Web safe color of #363EA1 is #333399 (or #339).

RGB color model

#363EA1 color RGB value is (54,62,161).

  • red value is 54;
  • green value is 62;
  • blue value is 161.
RGB:
(54,62,161)
(21%,24%,63%)

RGB channels and saturation

R 54 of 255 = 21%
G 62 of 255 = 24%
B 161 of 255 = 63%

54
62
161

R + G + B ~ 36%. #363EA1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 62 + 161 = 277 (100%)
R 54 of 277 ~ 19.49%
G 62 of 277 ~ 22.38%
B 161 of 277 ~ 58.12%

%19.49
%22.38
%58.12

CMYK color model

#363EA1 color CMYK value is (66,61,0,37).

  • cyan value is 66.46%
  • magenta value is 61.49%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(66,61,0,37)
C66M61Y0K37 
(66%,61%,0%,37%)
(0.66/0.61/0.00/0.37)	

CMYK percentages

%66.46
%61.49
%0
%36.86

Codes

Color #363EA1 in popluar color models

363EA1
RGB5462161
HSL236°49.77%42.16%
HSB/HSV236°66.46%63.14%
CMYK66.46%61.49%0.00%
36.86%

Color #363EA1 in popluar number systems.

HEX363EA1
Decimal5462161
Binary11011011111010100001
Octal6676241

Shades and tints

Shades of #363EA1

#363EA1
(54,62,161)
#323993
(50,57,147)
#2E3485
(46,52,133)
#2A2F77
(42,47,119)
#262A69
(38,42,105)
#22255B
(34,37,91)
#1E204D
(30,32,77)
#1A1B3F
(26,27,63)
#161631
(22,22,49)
#121123
(18,17,35)
#0E0C15
(14,12,21)
#000000
(0,0,0)

Tints of #363EA1

#363EA1
(54,62,161)
#484FA9
(72,79,169)
#5A60B1
(90,96,177)
#6C71B9
(108,113,185)
#7E82C1
(126,130,193)
#9093C9
(144,147,201)
#A2A4D1
(162,164,209)
#B4B5D9
(180,181,217)
#C6C6E1
(198,198,225)
#D8D7E9
(216,215,233)
#EAE8F1
(234,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363EA1 color. Also use rgb(54,62,161) instead hex code.

Text Font Color

.myTextColor { color: #363EA1; }

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

This text font color is #363EA1.


Background Color

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

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

This div background color is #363EA1.


Border color

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

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

This div border color is #363EA1.


Opacity

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

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

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

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

This text has shadow with #363EA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363EA1 on black background.


Color preview on white background

This text has color #363EA1 on white background.



Black color preview on #363EA1 background

This text has black color on #363EA1 background.


White color preview on #363EA1 background

This text has white color on #363EA1 background.