COLOR #366C9B

HEX: #366C9B
RGB: (54,108,155)

Color info

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

RGB color model

#366C9B color RGB value is (54,108,155).

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

RGB channels and saturation

R 54 of 255 = 21%
G 108 of 255 = 42%
B 155 of 255 = 61%

54
108
155

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

Portions of RGB colors in percentages

R + G + B =
54 + 108 + 155 = 317 (100%)
R 54 of 317 ~ 17.03%
G 108 of 317 ~ 34.07%
B 155 of 317 ~ 48.9%

%17.03
%34.07
%48.9

CMYK color model

#366C9B color CMYK value is (65,30,0,39).

  • cyan value is 65.16%
  • magenta value is 30.32%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(65,30,0,39)
C65M30Y0K39 
(65%,30%,0%,39%)
(0.65/0.30/0.00/0.39)	

CMYK percentages

%65.16
%30.32
%0
%39.22

Codes

Color #366C9B in popluar color models

366C9B
RGB54108155
HSL208°48.33%40.98%
HSB/HSV208°65.16%60.78%
CMYK65.16%30.32%0.00%
39.22%

Color #366C9B in popluar number systems.

HEX366C9B
Decimal54108155
Binary110110110110010011011
Octal66154233

Shades and tints

Shades of #366C9B

#366C9B
(54,108,155)
#32638D
(50,99,141)
#2E5A7F
(46,90,127)
#2A5171
(42,81,113)
#264863
(38,72,99)
#223F55
(34,63,85)
#1E3647
(30,54,71)
#1A2D39
(26,45,57)
#16242B
(22,36,43)
#121B1D
(18,27,29)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #366C9B

#366C9B
(54,108,155)
#4879A4
(72,121,164)
#5A86AD
(90,134,173)
#6C93B6
(108,147,182)
#7EA0BF
(126,160,191)
#90ADC8
(144,173,200)
#A2BAD1
(162,186,209)
#B4C7DA
(180,199,218)
#C6D4E3
(198,212,227)
#D8E1EC
(216,225,236)
#EAEEF5
(234,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #366C9B color. Also use rgb(54,108,155) instead hex code.

Text Font Color

.myTextColor { color: #366C9B; }

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

This text font color is #366C9B.


Background Color

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

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

This div background color is #366C9B.


Border color

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

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

This div border color is #366C9B.


Opacity

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

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

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

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

This text has shadow with #366C9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366C9B on black background.


Color preview on white background

This text has color #366C9B on white background.



Black color preview on #366C9B background

This text has black color on #366C9B background.


White color preview on #366C9B background

This text has white color on #366C9B background.