COLOR #366A8C

HEX: #366A8C RGB: (54,106,140)

Color info

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

RGB color model

#366A8C color RGB value is (54,106,140).

RGB: (54,106,140) (21%, 42%, 55%)

RGB channels and saturation

R 54 of 255 = 21%
G 106 of 255 = 42%
B 140 of 255 = 55%

54
106
140

R + G + B ~ 39%. #366A8C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 106 + 140 = 300 (100%)
R 54 of 300 ~ 18%
G 106 of 300 ~ 35.33%
B 140 of 300 ~ 46.67'%

%18
%35.33
%46.67

CMYK color model

#366A8C color CMYK value is (61,24,0,45).

  • cyan value is 61.43%
  • magenta value is 24.29%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (61,24,0,45)
C61M24Y0K45 (61%, 24%, 0%, 45%)
(0.61 / 0.24 / 0.00 / 0.45)

CMYK percentages

%61.43
%24.29
%0
%45.1

Codes

Color #366A8C in popluar color models

36 6A 8C
RGB 54 106 140
HSL 204° 44.33% 38.04%
HSB/HSV 204° 61.43% 54.90%
CMYK 61.43% 24.29% 0.00%
45.10%

Color #366A8C in popluar number systems.

HEX 36 6A 8C
Decimal 54 106 140
Binary 110110 1101010 10001100
Octal 66 152 214

Shades and tints

Shades of #366A8C

#366A8C
(54,106,140)
#326180
(50,97,128)
#2E5874
(46,88,116)
#2A4F68
(42,79,104)
#26465C
(38,70,92)
#223D50
(34,61,80)
#1E3444
(30,52,68)
#1A2B38
(26,43,56)
#16222C
(22,34,44)
#121920
(18,25,32)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #366A8C

#366A8C
(54,106,140)
#487796
(72,119,150)
#5A84A0
(90,132,160)
#6C91AA
(108,145,170)
#7E9EB4
(126,158,180)
#90ABBE
(144,171,190)
#A2B8C8
(162,184,200)
#B4C5D2
(180,197,210)
#C6D2DC
(198,210,220)
#D8DFE6
(216,223,230)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366A8C; }

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

This text font color is #366A8C.

Background Color

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

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

This div background color is #366A8C.

Border color

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

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

This div border color is #366A8C.

Opacity

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

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

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

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

This text has shadow with #366A8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #366A8C.

Preview

Color preview on black background

This text has color #366A8C on black background.


Color preview on white background

This text has color #366A8C on white background.


Black color preview on #366A8C background

This text has black color on #366A8C background.


White color preview on #366A8C background

This text has white color on #366A8C background.


Related colors

Complementary color

Complementary color for #hex is #C99573.


I love getcolorcode.com

Triadic colors

1 #8C366A and #6A8C36 with #366A8C are triadic colors.

2 #8C6A36 and #6A368C with #366A8C are triadic colors.