COLOR #363D90

HEX: #363D90
RGB: (54,61,144)

Color info

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

RGB color model

#363D90 color RGB value is (54,61,144).

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

RGB channels and saturation

R 54 of 255 = 21%
G 61 of 255 = 24%
B 144 of 255 = 56%

54
61
144

R + G + B ~ 34%. #363D90 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 61 + 144 = 259 (100%)
R 54 of 259 ~ 20.85%
G 61 of 259 ~ 23.55%
B 144 of 259 ~ 55.6%

%20.85
%23.55
%55.6

CMYK color model

#363D90 color CMYK value is (63,58,0,44).

  • cyan value is 62.50%
  • magenta value is 57.64%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(63,58,0,44)
C63M58Y0K44 
(63%,58%,0%,44%)
(0.63/0.58/0.00/0.44)	

CMYK percentages

%62.5
%57.64
%0
%43.53

Codes

Color #363D90 in popluar color models

363D90
RGB5461144
HSL235°45.45%38.82%
HSB/HSV235°62.50%56.47%
CMYK62.50%57.64%0.00%
43.53%

Color #363D90 in popluar number systems.

HEX363D90
Decimal5461144
Binary11011011110110010000
Octal6675220

Shades and tints

Shades of #363D90

#363D90
(54,61,144)
#323883
(50,56,131)
#2E3376
(46,51,118)
#2A2E69
(42,46,105)
#26295C
(38,41,92)
#22244F
(34,36,79)
#1E1F42
(30,31,66)
#1A1A35
(26,26,53)
#161528
(22,21,40)
#12101B
(18,16,27)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #363D90

#363D90
(54,61,144)
#484E9A
(72,78,154)
#5A5FA4
(90,95,164)
#6C70AE
(108,112,174)
#7E81B8
(126,129,184)
#9092C2
(144,146,194)
#A2A3CC
(162,163,204)
#B4B4D6
(180,180,214)
#C6C5E0
(198,197,224)
#D8D6EA
(216,214,234)
#EAE7F4
(234,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363D90; }

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

This text font color is #363D90.


Background Color

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

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

This div background color is #363D90.


Border color

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

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

This div border color is #363D90.


Opacity

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

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

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

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

This text has shadow with #363D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363D90 on black background.


Color preview on white background

This text has color #363D90 on white background.



Black color preview on #363D90 background

This text has black color on #363D90 background.


White color preview on #363D90 background

This text has white color on #363D90 background.