COLOR #364EA0

HEX: #364EA0
RGB: (54,78,160)

Color info

#364EA0 contains mainly blue color. Web safe color of #364EA0 is #336699 (or #369).

RGB color model

#364EA0 color RGB value is (54,78,160).

  • red value is 54;
  • green value is 78;
  • blue value is 160.
RGB:
(54,78,160)
(21%,31%,63%)

RGB channels and saturation

R 54 of 255 = 21%
G 78 of 255 = 31%
B 160 of 255 = 63%

54
78
160

R + G + B ~ 38%. #364EA0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 78 + 160 = 292 (100%)
R 54 of 292 ~ 18.49%
G 78 of 292 ~ 26.71%
B 160 of 292 ~ 54.79%

%18.49
%26.71
%54.79

CMYK color model

#364EA0 color CMYK value is (66,51,0,37).

  • cyan value is 66.25%
  • magenta value is 51.25%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(66,51,0,37)
C66M51Y0K37 
(66%,51%,0%,37%)
(0.66/0.51/0.00/0.37)	

CMYK percentages

%66.25
%51.25
%0
%37.25

Codes

Color #364EA0 in popluar color models

364EA0
RGB5478160
HSL226°49.53%41.96%
HSB/HSV226°66.25%62.75%
CMYK66.25%51.25%0.00%
37.25%

Color #364EA0 in popluar number systems.

HEX364EA0
Decimal5478160
Binary110110100111010100000
Octal66116240

Shades and tints

Shades of #364EA0

#364EA0
(54,78,160)
#324792
(50,71,146)
#2E4084
(46,64,132)
#2A3976
(42,57,118)
#263268
(38,50,104)
#222B5A
(34,43,90)
#1E244C
(30,36,76)
#1A1D3E
(26,29,62)
#161630
(22,22,48)
#120F22
(18,15,34)
#0E0814
(14,8,20)
#000000
(0,0,0)

Tints of #364EA0

#364EA0
(54,78,160)
#485EA8
(72,94,168)
#5A6EB0
(90,110,176)
#6C7EB8
(108,126,184)
#7E8EC0
(126,142,192)
#909EC8
(144,158,200)
#A2AED0
(162,174,208)
#B4BED8
(180,190,216)
#C6CEE0
(198,206,224)
#D8DEE8
(216,222,232)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364EA0 color. Also use rgb(54,78,160) instead hex code.

Text Font Color

.myTextColor { color: #364EA0; }

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

This text font color is #364EA0.


Background Color

.myBgColor { background-color: #364EA0; }

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

This div background color is #364EA0.


Border color

.myBorderColor { border: 1px solid #364EA0; }

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

This div border color is #364EA0.


Opacity

.myOpacity80 { color: #364EA0; opacity: 0.8; }

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

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

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

This text has shadow with #364EA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364EA0 on black background.


Color preview on white background

This text has color #364EA0 on white background.



Black color preview on #364EA0 background

This text has black color on #364EA0 background.


White color preview on #364EA0 background

This text has white color on #364EA0 background.