COLOR #363796

HEX: #363796
RGB: (54,55,150)

Color info

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

RGB color model

#363796 color RGB value is (54,55,150).

  • red value is 54;
  • green value is 55;
  • blue value is 150.
RGB:
(54,55,150)
(21%,22%,59%)

RGB channels and saturation

R 54 of 255 = 21%
G 55 of 255 = 22%
B 150 of 255 = 59%

54
55
150

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

Portions of RGB colors in percentages

R + G + B =
54 + 55 + 150 = 259 (100%)
R 54 of 259 ~ 20.85%
G 55 of 259 ~ 21.24%
B 150 of 259 ~ 57.92%

%20.85
%21.24
%57.92

CMYK color model

#363796 color CMYK value is (64,63,0,41).

  • cyan value is 64.00%
  • magenta value is 63.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(64,63,0,41)
C64M63Y0K41 
(64%,63%,0%,41%)
(0.64/0.63/0.00/0.41)	

CMYK percentages

%64
%63.33
%0
%41.18

Codes

Color #363796 in popluar color models

363796
RGB5455150
HSL239°47.06%40.00%
HSB/HSV239°64.00%58.82%
CMYK64.00%63.33%0.00%
41.18%

Color #363796 in popluar number systems.

HEX363796
Decimal5455150
Binary11011011011110010110
Octal6667226

Shades and tints

Shades of #363796

#363796
(54,55,150)
#323289
(50,50,137)
#2E2D7C
(46,45,124)
#2A286F
(42,40,111)
#262362
(38,35,98)
#221E55
(34,30,85)
#1E1948
(30,25,72)
#1A143B
(26,20,59)
#160F2E
(22,15,46)
#120A21
(18,10,33)
#0E0514
(14,5,20)
#000000
(0,0,0)

Tints of #363796

#363796
(54,55,150)
#48499F
(72,73,159)
#5A5BA8
(90,91,168)
#6C6DB1
(108,109,177)
#7E7FBA
(126,127,186)
#9091C3
(144,145,195)
#A2A3CC
(162,163,204)
#B4B5D5
(180,181,213)
#C6C7DE
(198,199,222)
#D8D9E7
(216,217,231)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363796 color. Also use rgb(54,55,150) instead hex code.

Text Font Color

.myTextColor { color: #363796; }

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

This text font color is #363796.


Background Color

.myBgColor { background-color: #363796; }

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

This div background color is #363796.


Border color

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

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

This div border color is #363796.


Opacity

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

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

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

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

This text has shadow with #363796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363796 on black background.


Color preview on white background

This text has color #363796 on white background.



Black color preview on #363796 background

This text has black color on #363796 background.


White color preview on #363796 background

This text has white color on #363796 background.