COLOR #366989

HEX: #366989
RGB: (54,105,137)

Color info

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

RGB color model

#366989 color RGB value is (54,105,137).

  • red value is 54;
  • green value is 105;
  • blue value is 137.
RGB:
(54,105,137)
(21%,41%,54%)

RGB channels and saturation

R 54 of 255 = 21%
G 105 of 255 = 41%
B 137 of 255 = 54%

54
105
137

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

Portions of RGB colors in percentages

R + G + B =
54 + 105 + 137 = 296 (100%)
R 54 of 296 ~ 18.24%
G 105 of 296 ~ 35.47%
B 137 of 296 ~ 46.28%

%18.24
%35.47
%46.28

CMYK color model

#366989 color CMYK value is (61,23,0,46).

  • cyan value is 60.58%
  • magenta value is 23.36%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(61,23,0,46)
C61M23Y0K46 
(61%,23%,0%,46%)
(0.61/0.23/0.00/0.46)	

CMYK percentages

%60.58
%23.36
%0
%46.27

Codes

Color #366989 in popluar color models

366989
RGB54105137
HSL203°43.46%37.45%
HSB/HSV203°60.58%53.73%
CMYK60.58%23.36%0.00%
46.27%

Color #366989 in popluar number systems.

HEX366989
Decimal54105137
Binary110110110100110001001
Octal66151211

Shades and tints

Shades of #366989

#366989
(54,105,137)
#32607D
(50,96,125)
#2E5771
(46,87,113)
#2A4E65
(42,78,101)
#264559
(38,69,89)
#223C4D
(34,60,77)
#1E3341
(30,51,65)
#1A2A35
(26,42,53)
#162129
(22,33,41)
#12181D
(18,24,29)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #366989

#366989
(54,105,137)
#487693
(72,118,147)
#5A839D
(90,131,157)
#6C90A7
(108,144,167)
#7E9DB1
(126,157,177)
#90AABB
(144,170,187)
#A2B7C5
(162,183,197)
#B4C4CF
(180,196,207)
#C6D1D9
(198,209,217)
#D8DEE3
(216,222,227)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #366989 color. Also use rgb(54,105,137) instead hex code.

Text Font Color

.myTextColor { color: #366989; }

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

This text font color is #366989.


Background Color

.myBgColor { background-color: #366989; }

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

This div background color is #366989.


Border color

.myBorderColor { border: 1px solid #366989; }

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

This div border color is #366989.


Opacity

.myOpacity80 { color: #366989; opacity: 0.8; }

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

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

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

This text has shadow with #366989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366989 on black background.


Color preview on white background

This text has color #366989 on white background.



Black color preview on #366989 background

This text has black color on #366989 background.


White color preview on #366989 background

This text has white color on #366989 background.