COLOR #363B79

HEX: #363B79
RGB: (54,59,121)

Color info

#363B79 contains mainly blue color. Web safe color of #363B79 is #333366 (or #336).

RGB color model

#363B79 color RGB value is (54,59,121).

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

RGB channels and saturation

R 54 of 255 = 21%
G 59 of 255 = 23%
B 121 of 255 = 47%

54
59
121

R + G + B ~ 30%. #363B79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 59 + 121 = 234 (100%)
R 54 of 234 ~ 23.08%
G 59 of 234 ~ 25.21%
B 121 of 234 ~ 51.71%

%23.08
%25.21
%51.71

CMYK color model

#363B79 color CMYK value is (55,51,0,53).

  • cyan value is 55.37%
  • magenta value is 51.24%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(55,51,0,53)
C55M51Y0K53 
(55%,51%,0%,53%)
(0.55/0.51/0.00/0.53)	

CMYK percentages

%55.37
%51.24
%0
%52.55

Codes

Color #363B79 in popluar color models

363B79
RGB5459121
HSL236°38.29%34.31%
HSB/HSV236°55.37%47.45%
CMYK55.37%51.24%0.00%
52.55%

Color #363B79 in popluar number systems.

HEX363B79
Decimal5459121
Binary1101101110111111001
Octal6673171

Shades and tints

Shades of #363B79

#363B79
(54,59,121)
#32366E
(50,54,110)
#2E3163
(46,49,99)
#2A2C58
(42,44,88)
#26274D
(38,39,77)
#222242
(34,34,66)
#1E1D37
(30,29,55)
#1A182C
(26,24,44)
#161321
(22,19,33)
#120E16
(18,14,22)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #363B79

#363B79
(54,59,121)
#484C85
(72,76,133)
#5A5D91
(90,93,145)
#6C6E9D
(108,110,157)
#7E7FA9
(126,127,169)
#9090B5
(144,144,181)
#A2A1C1
(162,161,193)
#B4B2CD
(180,178,205)
#C6C3D9
(198,195,217)
#D8D4E5
(216,212,229)
#EAE5F1
(234,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363B79; }

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

This text font color is #363B79.


Background Color

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

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

This div background color is #363B79.


Border color

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

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

This div border color is #363B79.


Opacity

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

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

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

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

This text has shadow with #363B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363B79 on black background.


Color preview on white background

This text has color #363B79 on white background.



Black color preview on #363B79 background

This text has black color on #363B79 background.


White color preview on #363B79 background

This text has white color on #363B79 background.