COLOR #363B87

HEX: #363B87
RGB: (54,59,135)

Color info

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

RGB color model

#363B87 color RGB value is (54,59,135).

  • red value is 54;
  • green value is 59;
  • blue value is 135.
RGB:
(54,59,135)
(21%,23%,53%)

RGB channels and saturation

R 54 of 255 = 21%
G 59 of 255 = 23%
B 135 of 255 = 53%

54
59
135

R + G + B ~ 32%. #363B87 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 59 + 135 = 248 (100%)
R 54 of 248 ~ 21.77%
G 59 of 248 ~ 23.79%
B 135 of 248 ~ 54.44%

%21.77
%23.79
%54.44

CMYK color model

#363B87 color CMYK value is (60,56,0,47).

  • cyan value is 60.00%
  • magenta value is 56.30%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(60,56,0,47)
C60M56Y0K47 
(60%,56%,0%,47%)
(0.60/0.56/0.00/0.47)	

CMYK percentages

%60
%56.3
%0
%47.06

Codes

Color #363B87 in popluar color models

363B87
RGB5459135
HSL236°42.86%37.06%
HSB/HSV236°60.00%52.94%
CMYK60.00%56.30%0.00%
47.06%

Color #363B87 in popluar number systems.

HEX363B87
Decimal5459135
Binary11011011101110000111
Octal6673207

Shades and tints

Shades of #363B87

#363B87
(54,59,135)
#32367B
(50,54,123)
#2E316F
(46,49,111)
#2A2C63
(42,44,99)
#262757
(38,39,87)
#22224B
(34,34,75)
#1E1D3F
(30,29,63)
#1A1833
(26,24,51)
#161327
(22,19,39)
#120E1B
(18,14,27)
#0E090F
(14,9,15)
#000000
(0,0,0)

Tints of #363B87

#363B87
(54,59,135)
#484C91
(72,76,145)
#5A5D9B
(90,93,155)
#6C6EA5
(108,110,165)
#7E7FAF
(126,127,175)
#9090B9
(144,144,185)
#A2A1C3
(162,161,195)
#B4B2CD
(180,178,205)
#C6C3D7
(198,195,215)
#D8D4E1
(216,212,225)
#EAE5EB
(234,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363B87 color. Also use rgb(54,59,135) instead hex code.

Text Font Color

.myTextColor { color: #363B87; }

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

This text font color is #363B87.


Background Color

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

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

This div background color is #363B87.


Border color

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

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

This div border color is #363B87.


Opacity

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

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

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

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

This text has shadow with #363B87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363B87 on black background.


Color preview on white background

This text has color #363B87 on white background.



Black color preview on #363B87 background

This text has black color on #363B87 background.


White color preview on #363B87 background

This text has white color on #363B87 background.