COLOR #366CA0

HEX: #366CA0
RGB: (54,108,160)

Color info

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

RGB color model

#366CA0 color RGB value is (54,108,160).

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

RGB channels and saturation

R 54 of 255 = 21%
G 108 of 255 = 42%
B 160 of 255 = 63%

54
108
160

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

Portions of RGB colors in percentages

R + G + B =
54 + 108 + 160 = 322 (100%)
R 54 of 322 ~ 16.77%
G 108 of 322 ~ 33.54%
B 160 of 322 ~ 49.69%

%16.77
%33.54
%49.69

CMYK color model

#366CA0 color CMYK value is (66,33,0,37).

  • cyan value is 66.25%
  • magenta value is 32.50%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(66,33,0,37)
C66M33Y0K37 
(66%,33%,0%,37%)
(0.66/0.33/0.00/0.37)	

CMYK percentages

%66.25
%32.5
%0
%37.25

Codes

Color #366CA0 in popluar color models

366CA0
RGB54108160
HSL209°49.53%41.96%
HSB/HSV209°66.25%62.75%
CMYK66.25%32.50%0.00%
37.25%

Color #366CA0 in popluar number systems.

HEX366CA0
Decimal54108160
Binary110110110110010100000
Octal66154240

Shades and tints

Shades of #366CA0

#366CA0
(54,108,160)
#326392
(50,99,146)
#2E5A84
(46,90,132)
#2A5176
(42,81,118)
#264868
(38,72,104)
#223F5A
(34,63,90)
#1E364C
(30,54,76)
#1A2D3E
(26,45,62)
#162430
(22,36,48)
#121B22
(18,27,34)
#0E1214
(14,18,20)
#000000
(0,0,0)

Tints of #366CA0

#366CA0
(54,108,160)
#4879A8
(72,121,168)
#5A86B0
(90,134,176)
#6C93B8
(108,147,184)
#7EA0C0
(126,160,192)
#90ADC8
(144,173,200)
#A2BAD0
(162,186,208)
#B4C7D8
(180,199,216)
#C6D4E0
(198,212,224)
#D8E1E8
(216,225,232)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366CA0; }

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

This text font color is #366CA0.


Background Color

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

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

This div background color is #366CA0.


Border color

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

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

This div border color is #366CA0.


Opacity

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

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

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

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

This text has shadow with #366CA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366CA0 on black background.


Color preview on white background

This text has color #366CA0 on white background.



Black color preview on #366CA0 background

This text has black color on #366CA0 background.


White color preview on #366CA0 background

This text has white color on #366CA0 background.