COLOR #364F6B

HEX: #364F6B RGB: (54,79,107)

Color info

#364F6B contains red, green and blue colors in about the same proportion. Web safe color of #364F6B is #336666 (or #366).

RGB color model

#364F6B color RGB value is (54,79,107).

RGB: (54,79,107) (21%, 31%, 42%)

RGB channels and saturation

R 54 of 255 = 21%
G 79 of 255 = 31%
B 107 of 255 = 42%

54
79
107

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

Portions of RGB colors in percentages

R + G + B = 54 + 79 + 107 = 240 (100%)
R 54 of 240 ~ 22.5%
G 79 of 240 ~ 32.92%
B 107 of 240 ~ 44.58'%

%22.5
%32.92
%44.58

CMYK color model

#364F6B color CMYK value is (50,26,0,58).

  • cyan value is 49.53%
  • magenta value is 26.17%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (50,26,0,58)
C50M26Y0K58 (50%, 26%, 0%, 58%)
(0.50 / 0.26 / 0.00 / 0.58)

CMYK percentages

%49.53
%26.17
%0
%58.04

Codes

Color #364F6B in popluar color models

36 4F 6B
RGB 54 79 107
HSL 212° 32.92% 31.57%
HSB/HSV 212° 49.53% 41.96%
CMYK 49.53% 26.17% 0.00%
58.04%

Color #364F6B in popluar number systems.

HEX 36 4F 6B
Decimal 54 79 107
Binary 110110 1001111 1101011
Octal 66 117 153

Shades and tints

Shades of #364F6B

#364F6B
(54,79,107)
#324862
(50,72,98)
#2E4159
(46,65,89)
#2A3A50
(42,58,80)
#263347
(38,51,71)
#222C3E
(34,44,62)
#1E2535
(30,37,53)
#1A1E2C
(26,30,44)
#161723
(22,23,35)
#12101A
(18,16,26)
#0E0911
(14,9,17)
#000000
(0,0,0)

Tints of #364F6B

#364F6B
(54,79,107)
#485F78
(72,95,120)
#5A6F85
(90,111,133)
#6C7F92
(108,127,146)
#7E8F9F
(126,143,159)
#909FAC
(144,159,172)
#A2AFB9
(162,175,185)
#B4BFC6
(180,191,198)
#C6CFD3
(198,207,211)
#D8DFE0
(216,223,224)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364F6B color. Also use rgb(54,79,107) instead hex code.

Text Font Color

.myTextColor { color: #364F6B; }

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

This text font color is #364F6B.

Background Color

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

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

This div background color is #364F6B.

Border color

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

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

This div border color is #364F6B.

Opacity

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

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

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

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

This text has shadow with #364F6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #364F6B.

Preview

Color preview on black background

This text has color #364F6B on black background.


Color preview on white background

This text has color #364F6B on white background.


Black color preview on #364F6B background

This text has black color on #364F6B background.


White color preview on #364F6B background

This text has white color on #364F6B background.


Related colors

Complementary color

Complementary color for #hex is #C9B094.


I love getcolorcode.com

Triadic colors

1 #6B364F and #4F6B36 with #364F6B are triadic colors.

2 #6B4F36 and #4F366B with #364F6B are triadic colors.