COLOR #364D6C

HEX: #364D6C
RGB: (54,77,108)

Color info

#364D6C contains red, green and blue colors in about the same proportion. Web safe color of #364D6C is #333366 (or #336).

RGB color model

#364D6C color RGB value is (54,77,108).

  • red value is 54;
  • green value is 77;
  • blue value is 108.
RGB:
(54,77,108)
(21%,30%,42%)

RGB channels and saturation

R 54 of 255 = 21%
G 77 of 255 = 30%
B 108 of 255 = 42%

54
77
108

R + G + B ~ 31%. #364D6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 77 + 108 = 239 (100%)
R 54 of 239 ~ 22.59%
G 77 of 239 ~ 32.22%
B 108 of 239 ~ 45.19%

%22.59
%32.22
%45.19

CMYK color model

#364D6C color CMYK value is (50,29,0,58).

  • cyan value is 50.00%
  • magenta value is 28.70%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(50,29,0,58)
C50M29Y0K58 
(50%,29%,0%,58%)
(0.50/0.29/0.00/0.58)	

CMYK percentages

%50
%28.7
%0
%57.65

Codes

Color #364D6C in popluar color models

364D6C
RGB5477108
HSL214°33.33%31.76%
HSB/HSV214°50.00%42.35%
CMYK50.00%28.70%0.00%
57.65%

Color #364D6C in popluar number systems.

HEX364D6C
Decimal5477108
Binary11011010011011101100
Octal66115154

Shades and tints

Shades of #364D6C

#364D6C
(54,77,108)
#324663
(50,70,99)
#2E3F5A
(46,63,90)
#2A3851
(42,56,81)
#263148
(38,49,72)
#222A3F
(34,42,63)
#1E2336
(30,35,54)
#1A1C2D
(26,28,45)
#161524
(22,21,36)
#120E1B
(18,14,27)
#0E0712
(14,7,18)
#000000
(0,0,0)

Tints of #364D6C

#364D6C
(54,77,108)
#485D79
(72,93,121)
#5A6D86
(90,109,134)
#6C7D93
(108,125,147)
#7E8DA0
(126,141,160)
#909DAD
(144,157,173)
#A2ADBA
(162,173,186)
#B4BDC7
(180,189,199)
#C6CDD4
(198,205,212)
#D8DDE1
(216,221,225)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364D6C; }

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

This text font color is #364D6C.


Background Color

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

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

This div background color is #364D6C.


Border color

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

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

This div border color is #364D6C.


Opacity

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

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

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

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

This text has shadow with #364D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364D6C on black background.


Color preview on white background

This text has color #364D6C on white background.



Black color preview on #364D6C background

This text has black color on #364D6C background.


White color preview on #364D6C background

This text has white color on #364D6C background.