COLOR #366AA6

HEX: #366AA6
RGB: (54,106,166)

Color info

#366AA6 contains mainly blue color. Web safe color of #366AA6 is #336699 (or #369).

RGB color model

#366AA6 color RGB value is (54,106,166).

  • red value is 54;
  • green value is 106;
  • blue value is 166.
RGB:
(54,106,166)
(21%,42%,65%)

RGB channels and saturation

R 54 of 255 = 21%
G 106 of 255 = 42%
B 166 of 255 = 65%

54
106
166

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

Portions of RGB colors in percentages

R + G + B =
54 + 106 + 166 = 326 (100%)
R 54 of 326 ~ 16.56%
G 106 of 326 ~ 32.52%
B 166 of 326 ~ 50.92%

%16.56
%32.52
%50.92

CMYK color model

#366AA6 color CMYK value is (67,36,0,35).

  • cyan value is 67.47%
  • magenta value is 36.14%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(67,36,0,35)
C67M36Y0K35 
(67%,36%,0%,35%)
(0.67/0.36/0.00/0.35)	

CMYK percentages

%67.47
%36.14
%0
%34.9

Codes

Color #366AA6 in popluar color models

366AA6
RGB54106166
HSL212°50.91%43.14%
HSB/HSV212°67.47%65.10%
CMYK67.47%36.14%0.00%
34.90%

Color #366AA6 in popluar number systems.

HEX366AA6
Decimal54106166
Binary110110110101010100110
Octal66152246

Shades and tints

Shades of #366AA6

#366AA6
(54,106,166)
#326197
(50,97,151)
#2E5888
(46,88,136)
#2A4F79
(42,79,121)
#26466A
(38,70,106)
#223D5B
(34,61,91)
#1E344C
(30,52,76)
#1A2B3D
(26,43,61)
#16222E
(22,34,46)
#12191F
(18,25,31)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #366AA6

#366AA6
(54,106,166)
#4877AE
(72,119,174)
#5A84B6
(90,132,182)
#6C91BE
(108,145,190)
#7E9EC6
(126,158,198)
#90ABCE
(144,171,206)
#A2B8D6
(162,184,214)
#B4C5DE
(180,197,222)
#C6D2E6
(198,210,230)
#D8DFEE
(216,223,238)
#EAECF6
(234,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #366AA6 color. Also use rgb(54,106,166) instead hex code.

Text Font Color

.myTextColor { color: #366AA6; }

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

This text font color is #366AA6.


Background Color

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

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

This div background color is #366AA6.


Border color

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

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

This div border color is #366AA6.


Opacity

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

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

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

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

This text has shadow with #366AA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366AA6 on black background.


Color preview on white background

This text has color #366AA6 on white background.



Black color preview on #366AA6 background

This text has black color on #366AA6 background.


White color preview on #366AA6 background

This text has white color on #366AA6 background.