COLOR #361DA3

HEX: #361DA3 RGB: (54,29,163)

Color info

#361DA3 contains mainly blue color. Web safe color of #361DA3 is #333399 (or #339).

RGB color model

#361DA3 color RGB value is (54,29,163).

RGB: (54,29,163) (21%, 11%, 64%)

RGB channels and saturation

R 54 of 255 = 21%
G 29 of 255 = 11%
B 163 of 255 = 64%

54
29
163

R + G + B ~ 32%. #361DA3 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 29 + 163 = 246 (100%)
R 54 of 246 ~ 21.95%
G 29 of 246 ~ 11.79%
B 163 of 246 ~ 66.26'%

%21.95
%11.79
%66.26

CMYK color model

#361DA3 color CMYK value is (67,82,0,36).

  • cyan value is 66.87%
  • magenta value is 82.21%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (67,82,0,36)
C67M82Y0K36 (67%, 82%, 0%, 36%)
(0.67 / 0.82 / 0.00 / 0.36)

CMYK percentages

%66.87
%82.21
%0
%36.08

Codes

Color #361DA3 in popluar color models

36 1D A3
RGB 54 29 163
HSL 251° 69.79% 37.65%
HSB/HSV 251° 82.21% 63.92%
CMYK 66.87% 82.21% 0.00%
36.08%

Color #361DA3 in popluar number systems.

HEX 36 1D A3
Decimal 54 29 163
Binary 110110 11101 10100011
Octal 66 35 243

Shades and tints

Shades of #361DA3

#361DA3
(54,29,163)
#321B95
(50,27,149)
#2E1987
(46,25,135)
#2A1779
(42,23,121)
#26156B
(38,21,107)
#22135D
(34,19,93)
#1E114F
(30,17,79)
#1A0F41
(26,15,65)
#160D33
(22,13,51)
#120B25
(18,11,37)
#0E0917
(14,9,23)
#000000
(0,0,0)

Tints of #361DA3

#361DA3
(54,29,163)
#4831AB
(72,49,171)
#5A45B3
(90,69,179)
#6C59BB
(108,89,187)
#7E6DC3
(126,109,195)
#9081CB
(144,129,203)
#A295D3
(162,149,211)
#B4A9DB
(180,169,219)
#C6BDE3
(198,189,227)
#D8D1EB
(216,209,235)
#EAE5F3
(234,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #361DA3; }

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

This text font color is #361DA3.

Background Color

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

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

This div background color is #361DA3.

Border color

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

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

This div border color is #361DA3.

Opacity

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

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

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

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

This text has shadow with #361DA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #361DA3.

Preview

Color preview on black background

This text has color #361DA3 on black background.


Color preview on white background

This text has color #361DA3 on white background.


Black color preview on #361DA3 background

This text has black color on #361DA3 background.


White color preview on #361DA3 background

This text has white color on #361DA3 background.


Related colors

Complementary color

Complementary color for #hex is #C9E25C.


I love getcolorcode.com

Triadic colors

1 #A3361D and #1DA336 with #361DA3 are triadic colors.

2 #A31D36 and #1D36A3 with #361DA3 are triadic colors.