COLOR #361484

HEX: #361484
RGB: (54,20,132)

Color info

#361484 contains mainly blue color. Web safe color of #361484 is #330099 (or #309).

RGB color model

#361484 color RGB value is (54,20,132).

  • red value is 54;
  • green value is 20;
  • blue value is 132.
RGB:
(54,20,132)
(21%,8%,52%)

RGB channels and saturation

R 54 of 255 = 21%
G 20 of 255 = 8%
B 132 of 255 = 52%

54
20
132

R + G + B ~ 27%. #361484 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 20 + 132 = 206 (100%)
R 54 of 206 ~ 26.21%
G 20 of 206 ~ 9.71%
B 132 of 206 ~ 64.08%

%26.21
%9.71
%64.08

CMYK color model

#361484 color CMYK value is (59,85,0,48).

  • cyan value is 59.09%
  • magenta value is 84.85%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(59,85,0,48)
C59M85Y0K48 
(59%,85%,0%,48%)
(0.59/0.85/0.00/0.48)	

CMYK percentages

%59.09
%84.85
%0
%48.24

Codes

Color #361484 in popluar color models

361484
RGB5420132
HSL258°73.68%29.80%
HSB/HSV258°84.85%51.76%
CMYK59.09%84.85%0.00%
48.24%

Color #361484 in popluar number systems.

HEX361484
Decimal5420132
Binary1101101010010000100
Octal6624204

Shades and tints

Shades of #361484

#361484
(54,20,132)
#321378
(50,19,120)
#2E126C
(46,18,108)
#2A1160
(42,17,96)
#261054
(38,16,84)
#220F48
(34,15,72)
#1E0E3C
(30,14,60)
#1A0D30
(26,13,48)
#160C24
(22,12,36)
#120B18
(18,11,24)
#0E0A0C
(14,10,12)
#000000
(0,0,0)

Tints of #361484

#361484
(54,20,132)
#48298F
(72,41,143)
#5A3E9A
(90,62,154)
#6C53A5
(108,83,165)
#7E68B0
(126,104,176)
#907DBB
(144,125,187)
#A292C6
(162,146,198)
#B4A7D1
(180,167,209)
#C6BCDC
(198,188,220)
#D8D1E7
(216,209,231)
#EAE6F2
(234,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #361484 color. Also use rgb(54,20,132) instead hex code.

Text Font Color

.myTextColor { color: #361484; }

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

This text font color is #361484.


Background Color

.myBgColor { background-color: #361484; }

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

This div background color is #361484.


Border color

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

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

This div border color is #361484.


Opacity

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

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

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

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

This text has shadow with #361484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #361484 on black background.


Color preview on white background

This text has color #361484 on white background.



Black color preview on #361484 background

This text has black color on #361484 background.


White color preview on #361484 background

This text has white color on #361484 background.