COLOR #364D7E

HEX: #364D7E RGB: (54,77,126)

Color info

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

RGB color model

#364D7E color RGB value is (54,77,126).

RGB: (54,77,126) (21%, 30%, 49%)

RGB channels and saturation

R 54 of 255 = 21%
G 77 of 255 = 30%
B 126 of 255 = 49%

54
77
126

R + G + B ~ 33%. #364D7E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 77 + 126 = 257 (100%)
R 54 of 257 ~ 21.01%
G 77 of 257 ~ 29.96%
B 126 of 257 ~ 49.03'%

%21.01
%29.96
%49.03

CMYK color model

#364D7E color CMYK value is (57,39,0,51).

  • cyan value is 57.14%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK: (57,39,0,51) C57M39Y0K51 (57%,39%,0%,51%) (0.57/0.39/0.00/0.51) 

CMYK percentages

%57.14
%38.89
%0
%50.59

Codes

Color #364D7E in popluar color models

36 4D 7E
RGB 54 77 126
HSL 221° 40.00% 35.29%
HSB/HSV 221° 57.14% 49.41%
CMYK 57.14% 38.89% 0.00%
50.59%

Color #364D7E in popluar number systems.

HEX 36 4D 7E
Decimal 54 77 126
Binary 110110 1001101 1111110
Octal 66 115 176

Shades and tints

Shades of #364D7E

#364D7E
(54,77,126)
#324673
(50,70,115)
#2E3F68
(46,63,104)
#2A385D
(42,56,93)
#263152
(38,49,82)
#222A47
(34,42,71)
#1E233C
(30,35,60)
#1A1C31
(26,28,49)
#161526
(22,21,38)
#120E1B
(18,14,27)
#0E0710
(14,7,16)
#000000
(0,0,0)

Tints of #364D7E

#364D7E
(54,77,126)
#485D89
(72,93,137)
#5A6D94
(90,109,148)
#6C7D9F
(108,125,159)
#7E8DAA
(126,141,170)
#909DB5
(144,157,181)
#A2ADC0
(162,173,192)
#B4BDCB
(180,189,203)
#C6CDD6
(198,205,214)
#D8DDE1
(216,221,225)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364D7E color. Also use rgb(54,77,126) instead hex code.

Text Font Color

.myTextColor { color: #364D7E; }

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

This text font color is #364D7E.

Background Color

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

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

This div background color is #364D7E.

Border color

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

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

This div border color is #364D7E.

Opacity

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

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

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

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

This text has shadow with #364D7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #364D7E.

Preview

Color preview on black background

This text has color #364D7E on black background.


Color preview on white background

This text has color #364D7E on white background.


Black color preview on #364D7E background

This text has black color on #364D7E background.


White color preview on #364D7E background

This text has white color on #364D7E background.


Related colors

Complementary color

Complementary color for #hex is #C9B281.


I love getcolorcode.com

Triadic colors

1 #7E364D and #4D7E36 with #364D7E are triadic colors.

2 #7E4D36 and #4D367E with #364D7E are triadic colors.