COLOR #364B87

HEX: #364B87
RGB: (54,75,135)

Color info

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

RGB color model

#364B87 color RGB value is (54,75,135).

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

RGB channels and saturation

R 54 of 255 = 21%
G 75 of 255 = 29%
B 135 of 255 = 53%

54
75
135

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

Portions of RGB colors in percentages

R + G + B =
54 + 75 + 135 = 264 (100%)
R 54 of 264 ~ 20.45%
G 75 of 264 ~ 28.41%
B 135 of 264 ~ 51.14%

%20.45
%28.41
%51.14

CMYK color model

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

  • cyan value is 60.00%
  • magenta value is 44.44%
  • 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
%44.44
%0
%47.06

Codes

Color #364B87 in popluar color models

364B87
RGB5475135
HSL224°42.86%37.06%
HSB/HSV224°60.00%52.94%
CMYK60.00%44.44%0.00%
47.06%

Color #364B87 in popluar number systems.

HEX364B87
Decimal5475135
Binary110110100101110000111
Octal66113207

Shades and tints

Shades of #364B87

#364B87
(54,75,135)
#32457B
(50,69,123)
#2E3F6F
(46,63,111)
#2A3963
(42,57,99)
#263357
(38,51,87)
#222D4B
(34,45,75)
#1E273F
(30,39,63)
#1A2133
(26,33,51)
#161B27
(22,27,39)
#12151B
(18,21,27)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #364B87

#364B87
(54,75,135)
#485B91
(72,91,145)
#5A6B9B
(90,107,155)
#6C7BA5
(108,123,165)
#7E8BAF
(126,139,175)
#909BB9
(144,155,185)
#A2ABC3
(162,171,195)
#B4BBCD
(180,187,205)
#C6CBD7
(198,203,215)
#D8DBE1
(216,219,225)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364B87; }

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

This text font color is #364B87.


Background Color

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

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

This div background color is #364B87.


Border color

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

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

This div border color is #364B87.


Opacity

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

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

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

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

This text has shadow with #364B87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364B87 on black background.


Color preview on white background

This text has color #364B87 on white background.



Black color preview on #364B87 background

This text has black color on #364B87 background.


White color preview on #364B87 background

This text has white color on #364B87 background.