COLOR #364777

HEX: #364777
RGB: (54,71,119)

Color info

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

RGB color model

#364777 color RGB value is (54,71,119).

  • red value is 54;
  • green value is 71;
  • blue value is 119.
RGB:
(54,71,119)
(21%,28%,47%)

RGB channels and saturation

R 54 of 255 = 21%
G 71 of 255 = 28%
B 119 of 255 = 47%

54
71
119

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

Portions of RGB colors in percentages

R + G + B =
54 + 71 + 119 = 244 (100%)
R 54 of 244 ~ 22.13%
G 71 of 244 ~ 29.1%
B 119 of 244 ~ 48.77%

%22.13
%29.1
%48.77

CMYK color model

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

  • cyan value is 54.62%
  • magenta value is 40.34%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(55,40,0,53)
C55M40Y0K53 
(55%,40%,0%,53%)
(0.55/0.40/0.00/0.53)	

CMYK percentages

%54.62
%40.34
%0
%53.33

Codes

Color #364777 in popluar color models

364777
RGB5471119
HSL224°37.57%33.92%
HSB/HSV224°54.62%46.67%
CMYK54.62%40.34%0.00%
53.33%

Color #364777 in popluar number systems.

HEX364777
Decimal5471119
Binary11011010001111110111
Octal66107167

Shades and tints

Shades of #364777

#364777
(54,71,119)
#32416D
(50,65,109)
#2E3B63
(46,59,99)
#2A3559
(42,53,89)
#262F4F
(38,47,79)
#222945
(34,41,69)
#1E233B
(30,35,59)
#1A1D31
(26,29,49)
#161727
(22,23,39)
#12111D
(18,17,29)
#0E0B13
(14,11,19)
#000000
(0,0,0)

Tints of #364777

#364777
(54,71,119)
#485783
(72,87,131)
#5A678F
(90,103,143)
#6C779B
(108,119,155)
#7E87A7
(126,135,167)
#9097B3
(144,151,179)
#A2A7BF
(162,167,191)
#B4B7CB
(180,183,203)
#C6C7D7
(198,199,215)
#D8D7E3
(216,215,227)
#EAE7EF
(234,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364777 color. Also use rgb(54,71,119) instead hex code.

Text Font Color

.myTextColor { color: #364777; }

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

This text font color is #364777.


Background Color

.myBgColor { background-color: #364777; }

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

This div background color is #364777.


Border color

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

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

This div border color is #364777.


Opacity

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

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

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

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

This text has shadow with #364777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364777 on black background.


Color preview on white background

This text has color #364777 on white background.



Black color preview on #364777 background

This text has black color on #364777 background.


White color preview on #364777 background

This text has white color on #364777 background.