COLOR #366FB5

HEX: #366FB5 RGB: (54,111,181)

Color info

#366FB5 contains mainly blue color. Web safe color of #366FB5 is #3366CC (or #36C).

RGB color model

#366FB5 color RGB value is (54,111,181).

RGB: (54,111,181) (21%, 44%, 71%)

RGB channels and saturation

R 54 of 255 = 21%
G 111 of 255 = 44%
B 181 of 255 = 71%

54
111
181

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

Portions of RGB colors in percentages

R + G + B = 54 + 111 + 181 = 346 (100%)
R 54 of 346 ~ 15.61%
G 111 of 346 ~ 32.08%
B 181 of 346 ~ 52.31'%

%15.61
%32.08
%52.31

CMYK color model

#366FB5 color CMYK value is (70,39,0,29).

  • cyan value is 70.17%
  • magenta value is 38.67%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (70,39,0,29)
C70M39Y0K29 (70%, 39%, 0%, 29%)
(0.70 / 0.39 / 0.00 / 0.29)

CMYK percentages

%70.17
%38.67
%0
%29.02

Codes

Color #366FB5 in popluar color models

36 6F B5
RGB 54 111 181
HSL 213° 54.04% 46.08%
HSB/HSV 213° 70.17% 70.98%
CMYK 70.17% 38.67% 0.00%
29.02%

Color #366FB5 in popluar number systems.

HEX 36 6F B5
Decimal 54 111 181
Binary 110110 1101111 10110101
Octal 66 157 265

Shades and tints

Shades of #366FB5

#366FB5
(54,111,181)
#3265A5
(50,101,165)
#2E5B95
(46,91,149)
#2A5185
(42,81,133)
#264775
(38,71,117)
#223D65
(34,61,101)
#1E3355
(30,51,85)
#1A2945
(26,41,69)
#161F35
(22,31,53)
#121525
(18,21,37)
#0E0B15
(14,11,21)
#000000
(0,0,0)

Tints of #366FB5

#366FB5
(54,111,181)
#487CBB
(72,124,187)
#5A89C1
(90,137,193)
#6C96C7
(108,150,199)
#7EA3CD
(126,163,205)
#90B0D3
(144,176,211)
#A2BDD9
(162,189,217)
#B4CADF
(180,202,223)
#C6D7E5
(198,215,229)
#D8E4EB
(216,228,235)
#EAF1F1
(234,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #366FB5 color. Also use rgb(54,111,181) instead hex code.

Text Font Color

.myTextColor { color: #366FB5; }

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

This text font color is #366FB5.

Background Color

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

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

This div background color is #366FB5.

Border color

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

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

This div border color is #366FB5.

Opacity

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

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

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

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

This text has shadow with #366FB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #366FB5.

Preview

Color preview on black background

This text has color #366FB5 on black background.


Color preview on white background

This text has color #366FB5 on white background.


Black color preview on #366FB5 background

This text has black color on #366FB5 background.


White color preview on #366FB5 background

This text has white color on #366FB5 background.


Related colors

Complementary color

Complementary color for #hex is #C9904A.


I love getcolorcode.com

Triadic colors

1 #B5366F and #6FB536 with #366FB5 are triadic colors.

2 #B56F36 and #6F36B5 with #366FB5 are triadic colors.