COLOR #363990

HEX: #363990
RGB: (54,57,144)

Color info

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

RGB color model

#363990 color RGB value is (54,57,144).

  • red value is 54;
  • green value is 57;
  • blue value is 144.
RGB:
(54,57,144)
(21%,22%,56%)

RGB channels and saturation

R 54 of 255 = 21%
G 57 of 255 = 22%
B 144 of 255 = 56%

54
57
144

R + G + B ~ 33%. #363990 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 57 + 144 = 255 (100%)
R 54 of 255 ~ 21.18%
G 57 of 255 ~ 22.35%
B 144 of 255 ~ 56.47%

%21.18
%22.35
%56.47

CMYK color model

#363990 color CMYK value is (63,60,0,44).

  • cyan value is 62.50%
  • magenta value is 60.42%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(63,60,0,44)
C63M60Y0K44 
(63%,60%,0%,44%)
(0.63/0.60/0.00/0.44)	

CMYK percentages

%62.5
%60.42
%0
%43.53

Codes

Color #363990 in popluar color models

363990
RGB5457144
HSL238°45.45%38.82%
HSB/HSV238°62.50%56.47%
CMYK62.50%60.42%0.00%
43.53%

Color #363990 in popluar number systems.

HEX363990
Decimal5457144
Binary11011011100110010000
Octal6671220

Shades and tints

Shades of #363990

#363990
(54,57,144)
#323483
(50,52,131)
#2E2F76
(46,47,118)
#2A2A69
(42,42,105)
#26255C
(38,37,92)
#22204F
(34,32,79)
#1E1B42
(30,27,66)
#1A1635
(26,22,53)
#161128
(22,17,40)
#120C1B
(18,12,27)
#0E070E
(14,7,14)
#000000
(0,0,0)

Tints of #363990

#363990
(54,57,144)
#484B9A
(72,75,154)
#5A5DA4
(90,93,164)
#6C6FAE
(108,111,174)
#7E81B8
(126,129,184)
#9093C2
(144,147,194)
#A2A5CC
(162,165,204)
#B4B7D6
(180,183,214)
#C6C9E0
(198,201,224)
#D8DBEA
(216,219,234)
#EAEDF4
(234,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363990 color. Also use rgb(54,57,144) instead hex code.

Text Font Color

.myTextColor { color: #363990; }

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

This text font color is #363990.


Background Color

.myBgColor { background-color: #363990; }

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

This div background color is #363990.


Border color

.myBorderColor { border: 1px solid #363990; }

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

This div border color is #363990.


Opacity

.myOpacity80 { color: #363990; opacity: 0.8; }

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

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

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

This text has shadow with #363990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363990 on black background.


Color preview on white background

This text has color #363990 on white background.



Black color preview on #363990 background

This text has black color on #363990 background.


White color preview on #363990 background

This text has white color on #363990 background.