COLOR #364677

HEX: #364677
RGB: (54,70,119)

Color info

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

RGB color model

#364677 color RGB value is (54,70,119).

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

RGB channels and saturation

R 54 of 255 = 21%
G 70 of 255 = 27%
B 119 of 255 = 47%

54
70
119

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

Portions of RGB colors in percentages

R + G + B =
54 + 70 + 119 = 243 (100%)
R 54 of 243 ~ 22.22%
G 70 of 243 ~ 28.81%
B 119 of 243 ~ 48.97%

%22.22
%28.81
%48.97

CMYK color model

#364677 color CMYK value is (55,41,0,53).

  • cyan value is 54.62%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(55,41,0,53)
C55M41Y0K53 
(55%,41%,0%,53%)
(0.55/0.41/0.00/0.53)	

CMYK percentages

%54.62
%41.18
%0
%53.33

Codes

Color #364677 in popluar color models

364677
RGB5470119
HSL225°37.57%33.92%
HSB/HSV225°54.62%46.67%
CMYK54.62%41.18%0.00%
53.33%

Color #364677 in popluar number systems.

HEX364677
Decimal5470119
Binary11011010001101110111
Octal66106167

Shades and tints

Shades of #364677

#364677
(54,70,119)
#32406D
(50,64,109)
#2E3A63
(46,58,99)
#2A3459
(42,52,89)
#262E4F
(38,46,79)
#222845
(34,40,69)
#1E223B
(30,34,59)
#1A1C31
(26,28,49)
#161627
(22,22,39)
#12101D
(18,16,29)
#0E0A13
(14,10,19)
#000000
(0,0,0)

Tints of #364677

#364677
(54,70,119)
#485683
(72,86,131)
#5A668F
(90,102,143)
#6C769B
(108,118,155)
#7E86A7
(126,134,167)
#9096B3
(144,150,179)
#A2A6BF
(162,166,191)
#B4B6CB
(180,182,203)
#C6C6D7
(198,198,215)
#D8D6E3
(216,214,227)
#EAE6EF
(234,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364677; }

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

This text font color is #364677.


Background Color

.myBgColor { background-color: #364677; }

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

This div background color is #364677.


Border color

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

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

This div border color is #364677.


Opacity

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

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

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

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

This text has shadow with #364677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364677 on black background.


Color preview on white background

This text has color #364677 on white background.



Black color preview on #364677 background

This text has black color on #364677 background.


White color preview on #364677 background

This text has white color on #364677 background.