COLOR #366B91

HEX: #366B91
RGB: (54,107,145)

Color info

#366B91 contains mainly green and blue colors. Web safe color of #366B91 is #336699 (or #369).

RGB color model

#366B91 color RGB value is (54,107,145).

  • red value is 54;
  • green value is 107;
  • blue value is 145.
RGB:
(54,107,145)
(21%,42%,57%)

RGB channels and saturation

R 54 of 255 = 21%
G 107 of 255 = 42%
B 145 of 255 = 57%

54
107
145

R + G + B ~ 40%. #366B91 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
54 + 107 + 145 = 306 (100%)
R 54 of 306 ~ 17.65%
G 107 of 306 ~ 34.97%
B 145 of 306 ~ 47.39%

%17.65
%34.97
%47.39

CMYK color model

#366B91 color CMYK value is (63,26,0,43).

  • cyan value is 62.76%
  • magenta value is 26.21%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(63,26,0,43)
C63M26Y0K43 
(63%,26%,0%,43%)
(0.63/0.26/0.00/0.43)	

CMYK percentages

%62.76
%26.21
%0
%43.14

Codes

Color #366B91 in popluar color models

366B91
RGB54107145
HSL205°45.73%39.02%
HSB/HSV205°62.76%56.86%
CMYK62.76%26.21%0.00%
43.14%

Color #366B91 in popluar number systems.

HEX366B91
Decimal54107145
Binary110110110101110010001
Octal66153221

Shades and tints

Shades of #366B91

#366B91
(54,107,145)
#326284
(50,98,132)
#2E5977
(46,89,119)
#2A506A
(42,80,106)
#26475D
(38,71,93)
#223E50
(34,62,80)
#1E3543
(30,53,67)
#1A2C36
(26,44,54)
#162329
(22,35,41)
#121A1C
(18,26,28)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #366B91

#366B91
(54,107,145)
#48789B
(72,120,155)
#5A85A5
(90,133,165)
#6C92AF
(108,146,175)
#7E9FB9
(126,159,185)
#90ACC3
(144,172,195)
#A2B9CD
(162,185,205)
#B4C6D7
(180,198,215)
#C6D3E1
(198,211,225)
#D8E0EB
(216,224,235)
#EAEDF5
(234,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #366B91 color. Also use rgb(54,107,145) instead hex code.

Text Font Color

.myTextColor { color: #366B91; }

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

This text font color is #366B91.


Background Color

.myBgColor { background-color: #366B91; }

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

This div background color is #366B91.


Border color

.myBorderColor { border: 1px solid #366B91; }

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

This div border color is #366B91.


Opacity

.myOpacity80 { color: #366B91; opacity: 0.8; }

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

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

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

This text has shadow with #366B91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366B91 on black background.


Color preview on white background

This text has color #366B91 on white background.



Black color preview on #366B91 background

This text has black color on #366B91 background.


White color preview on #366B91 background

This text has white color on #366B91 background.