COLOR #364D68

HEX: #364D68
RGB: (54,77,104)

Color info

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

RGB color model

#364D68 color RGB value is (54,77,104).

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

RGB channels and saturation

R 54 of 255 = 21%
G 77 of 255 = 30%
B 104 of 255 = 41%

54
77
104

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

Portions of RGB colors in percentages

R + G + B =
54 + 77 + 104 = 235 (100%)
R 54 of 235 ~ 22.98%
G 77 of 235 ~ 32.77%
B 104 of 235 ~ 44.26%

%22.98
%32.77
%44.26

CMYK color model

#364D68 color CMYK value is (48,26,0,59).

  • cyan value is 48.08%
  • magenta value is 25.96%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(48,26,0,59)
C48M26Y0K59 
(48%,26%,0%,59%)
(0.48/0.26/0.00/0.59)	

CMYK percentages

%48.08
%25.96
%0
%59.22

Codes

Color #364D68 in popluar color models

364D68
RGB5477104
HSL212°31.65%30.98%
HSB/HSV212°48.08%40.78%
CMYK48.08%25.96%0.00%
59.22%

Color #364D68 in popluar number systems.

HEX364D68
Decimal5477104
Binary11011010011011101000
Octal66115150

Shades and tints

Shades of #364D68

#364D68
(54,77,104)
#32465F
(50,70,95)
#2E3F56
(46,63,86)
#2A384D
(42,56,77)
#263144
(38,49,68)
#222A3B
(34,42,59)
#1E2332
(30,35,50)
#1A1C29
(26,28,41)
#161520
(22,21,32)
#120E17
(18,14,23)
#0E070E
(14,7,14)
#000000
(0,0,0)

Tints of #364D68

#364D68
(54,77,104)
#485D75
(72,93,117)
#5A6D82
(90,109,130)
#6C7D8F
(108,125,143)
#7E8D9C
(126,141,156)
#909DA9
(144,157,169)
#A2ADB6
(162,173,182)
#B4BDC3
(180,189,195)
#C6CDD0
(198,205,208)
#D8DDDD
(216,221,221)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364D68; }

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

This text font color is #364D68.


Background Color

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

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

This div background color is #364D68.


Border color

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

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

This div border color is #364D68.


Opacity

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

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

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

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

This text has shadow with #364D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364D68 on black background.


Color preview on white background

This text has color #364D68 on white background.



Black color preview on #364D68 background

This text has black color on #364D68 background.


White color preview on #364D68 background

This text has white color on #364D68 background.