COLOR #361D77

HEX: #361D77
RGB: (54,29,119)

Color info

#361D77 contains mainly blue color. Web safe color of #361D77 is #333366 (or #336).

RGB color model

#361D77 color RGB value is (54,29,119).

  • red value is 54;
  • green value is 29;
  • blue value is 119.
RGB:
(54,29,119)
(21%,11%,47%)

RGB channels and saturation

R 54 of 255 = 21%
G 29 of 255 = 11%
B 119 of 255 = 47%

54
29
119

R + G + B ~ 26%. #361D77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 29 + 119 = 202 (100%)
R 54 of 202 ~ 26.73%
G 29 of 202 ~ 14.36%
B 119 of 202 ~ 58.91%

%26.73
%14.36
%58.91

CMYK color model

#361D77 color CMYK value is (55,76,0,53).

  • cyan value is 54.62%
  • magenta value is 75.63%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(55,76,0,53)
C55M76Y0K53 
(55%,76%,0%,53%)
(0.55/0.76/0.00/0.53)	

CMYK percentages

%54.62
%75.63
%0
%53.33

Codes

Color #361D77 in popluar color models

361D77
RGB5429119
HSL257°60.81%29.02%
HSB/HSV257°75.63%46.67%
CMYK54.62%75.63%0.00%
53.33%

Color #361D77 in popluar number systems.

HEX361D77
Decimal5429119
Binary110110111011110111
Octal6635167

Shades and tints

Shades of #361D77

#361D77
(54,29,119)
#321B6D
(50,27,109)
#2E1963
(46,25,99)
#2A1759
(42,23,89)
#26154F
(38,21,79)
#221345
(34,19,69)
#1E113B
(30,17,59)
#1A0F31
(26,15,49)
#160D27
(22,13,39)
#120B1D
(18,11,29)
#0E0913
(14,9,19)
#000000
(0,0,0)

Tints of #361D77

#361D77
(54,29,119)
#483183
(72,49,131)
#5A458F
(90,69,143)
#6C599B
(108,89,155)
#7E6DA7
(126,109,167)
#9081B3
(144,129,179)
#A295BF
(162,149,191)
#B4A9CB
(180,169,203)
#C6BDD7
(198,189,215)
#D8D1E3
(216,209,227)
#EAE5EF
(234,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #361D77 color. Also use rgb(54,29,119) instead hex code.

Text Font Color

.myTextColor { color: #361D77; }

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

This text font color is #361D77.


Background Color

.myBgColor { background-color: #361D77; }

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

This div background color is #361D77.


Border color

.myBorderColor { border: 1px solid #361D77; }

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

This div border color is #361D77.


Opacity

.myOpacity80 { color: #361D77; opacity: 0.8; }

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

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

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

This text has shadow with #361D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #361D77 on black background.


Color preview on white background

This text has color #361D77 on white background.



Black color preview on #361D77 background

This text has black color on #361D77 background.


White color preview on #361D77 background

This text has white color on #361D77 background.