COLOR #363978

HEX: #363978
RGB: (54,57,120)

Color info

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

RGB color model

#363978 color RGB value is (54,57,120).

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

RGB channels and saturation

R 54 of 255 = 21%
G 57 of 255 = 22%
B 120 of 255 = 47%

54
57
120

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

Portions of RGB colors in percentages

R + G + B =
54 + 57 + 120 = 231 (100%)
R 54 of 231 ~ 23.38%
G 57 of 231 ~ 24.68%
B 120 of 231 ~ 51.95%

%23.38
%24.68
%51.95

CMYK color model

#363978 color CMYK value is (55,53,0,53).

  • cyan value is 55.00%
  • magenta value is 52.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(55,53,0,53)
C55M53Y0K53 
(55%,53%,0%,53%)
(0.55/0.53/0.00/0.53)	

CMYK percentages

%55
%52.5
%0
%52.94

Codes

Color #363978 in popluar color models

363978
RGB5457120
HSL237°37.93%34.12%
HSB/HSV237°55.00%47.06%
CMYK55.00%52.50%0.00%
52.94%

Color #363978 in popluar number systems.

HEX363978
Decimal5457120
Binary1101101110011111000
Octal6671170

Shades and tints

Shades of #363978

#363978
(54,57,120)
#32346E
(50,52,110)
#2E2F64
(46,47,100)
#2A2A5A
(42,42,90)
#262550
(38,37,80)
#222046
(34,32,70)
#1E1B3C
(30,27,60)
#1A1632
(26,22,50)
#161128
(22,17,40)
#120C1E
(18,12,30)
#0E0714
(14,7,20)
#000000
(0,0,0)

Tints of #363978

#363978
(54,57,120)
#484B84
(72,75,132)
#5A5D90
(90,93,144)
#6C6F9C
(108,111,156)
#7E81A8
(126,129,168)
#9093B4
(144,147,180)
#A2A5C0
(162,165,192)
#B4B7CC
(180,183,204)
#C6C9D8
(198,201,216)
#D8DBE4
(216,219,228)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363978; }

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

This text font color is #363978.


Background Color

.myBgColor { background-color: #363978; }

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

This div background color is #363978.


Border color

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

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

This div border color is #363978.


Opacity

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

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

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

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

This text has shadow with #363978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363978 on black background.


Color preview on white background

This text has color #363978 on white background.



Black color preview on #363978 background

This text has black color on #363978 background.


White color preview on #363978 background

This text has white color on #363978 background.