COLOR #364978

HEX: #364978
RGB: (54,73,120)

Color info

#364978 contains mainly green and blue colors. Web safe color of #364978 is #333366 (or #336).

RGB color model

#364978 color RGB value is (54,73,120).

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

RGB channels and saturation

R 54 of 255 = 21%
G 73 of 255 = 29%
B 120 of 255 = 47%

54
73
120

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

Portions of RGB colors in percentages

R + G + B =
54 + 73 + 120 = 247 (100%)
R 54 of 247 ~ 21.86%
G 73 of 247 ~ 29.55%
B 120 of 247 ~ 48.58%

%21.86
%29.55
%48.58

CMYK color model

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

  • cyan value is 55.00%
  • magenta value is 39.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(55,39,0,53)
C55M39Y0K53 
(55%,39%,0%,53%)
(0.55/0.39/0.00/0.53)	

CMYK percentages

%55
%39.17
%0
%52.94

Codes

Color #364978 in popluar color models

364978
RGB5473120
HSL223°37.93%34.12%
HSB/HSV223°55.00%47.06%
CMYK55.00%39.17%0.00%
52.94%

Color #364978 in popluar number systems.

HEX364978
Decimal5473120
Binary11011010010011111000
Octal66111170

Shades and tints

Shades of #364978

#364978
(54,73,120)
#32436E
(50,67,110)
#2E3D64
(46,61,100)
#2A375A
(42,55,90)
#263150
(38,49,80)
#222B46
(34,43,70)
#1E253C
(30,37,60)
#1A1F32
(26,31,50)
#161928
(22,25,40)
#12131E
(18,19,30)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #364978

#364978
(54,73,120)
#485984
(72,89,132)
#5A6990
(90,105,144)
#6C799C
(108,121,156)
#7E89A8
(126,137,168)
#9099B4
(144,153,180)
#A2A9C0
(162,169,192)
#B4B9CC
(180,185,204)
#C6C9D8
(198,201,216)
#D8D9E4
(216,217,228)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364978; }

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

This text font color is #364978.


Background Color

.myBgColor { background-color: #364978; }

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

This div background color is #364978.


Border color

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

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

This div border color is #364978.


Opacity

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

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

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

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

This text has shadow with #364978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364978 on black background.


Color preview on white background

This text has color #364978 on white background.



Black color preview on #364978 background

This text has black color on #364978 background.


White color preview on #364978 background

This text has white color on #364978 background.