COLOR #364C87

HEX: #364C87
RGB: (54,76,135)

Color info

#364C87 contains mainly green and blue colors. Web safe color of #364C87 is #333399 (or #339).

RGB color model

#364C87 color RGB value is (54,76,135).

  • red value is 54;
  • green value is 76;
  • blue value is 135.
RGB:
(54,76,135)
(21%,30%,53%)

RGB channels and saturation

R 54 of 255 = 21%
G 76 of 255 = 30%
B 135 of 255 = 53%

54
76
135

R + G + B ~ 35%. #364C87 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 76 + 135 = 265 (100%)
R 54 of 265 ~ 20.38%
G 76 of 265 ~ 28.68%
B 135 of 265 ~ 50.94%

%20.38
%28.68
%50.94

CMYK color model

#364C87 color CMYK value is (60,44,0,47).

  • cyan value is 60.00%
  • magenta value is 43.70%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(60,44,0,47)
C60M44Y0K47 
(60%,44%,0%,47%)
(0.60/0.44/0.00/0.47)	

CMYK percentages

%60
%43.7
%0
%47.06

Codes

Color #364C87 in popluar color models

364C87
RGB5476135
HSL224°42.86%37.06%
HSB/HSV224°60.00%52.94%
CMYK60.00%43.70%0.00%
47.06%

Color #364C87 in popluar number systems.

HEX364C87
Decimal5476135
Binary110110100110010000111
Octal66114207

Shades and tints

Shades of #364C87

#364C87
(54,76,135)
#32467B
(50,70,123)
#2E406F
(46,64,111)
#2A3A63
(42,58,99)
#263457
(38,52,87)
#222E4B
(34,46,75)
#1E283F
(30,40,63)
#1A2233
(26,34,51)
#161C27
(22,28,39)
#12161B
(18,22,27)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #364C87

#364C87
(54,76,135)
#485C91
(72,92,145)
#5A6C9B
(90,108,155)
#6C7CA5
(108,124,165)
#7E8CAF
(126,140,175)
#909CB9
(144,156,185)
#A2ACC3
(162,172,195)
#B4BCCD
(180,188,205)
#C6CCD7
(198,204,215)
#D8DCE1
(216,220,225)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364C87 color. Also use rgb(54,76,135) instead hex code.

Text Font Color

.myTextColor { color: #364C87; }

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

This text font color is #364C87.


Background Color

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

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

This div background color is #364C87.


Border color

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

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

This div border color is #364C87.


Opacity

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

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

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

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

This text has shadow with #364C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364C87 on black background.


Color preview on white background

This text has color #364C87 on white background.



Black color preview on #364C87 background

This text has black color on #364C87 background.


White color preview on #364C87 background

This text has white color on #364C87 background.