COLOR #361D68

HEX: #361D68
RGB: (54,29,104)

Color info

#361D68 contains mainly red and blue colors. Web safe color of #361D68 is #333366 (or #336).

RGB color model

#361D68 color RGB value is (54,29,104).

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

RGB channels and saturation

R 54 of 255 = 21%
G 29 of 255 = 11%
B 104 of 255 = 41%

54
29
104

R + G + B ~ 24%. #361D68 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 29 + 104 = 187 (100%)
R 54 of 187 ~ 28.88%
G 29 of 187 ~ 15.51%
B 104 of 187 ~ 55.61%

%28.88
%15.51
%55.61

CMYK color model

#361D68 color CMYK value is (48,72,0,59).

  • cyan value is 48.08%
  • magenta value is 72.12%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(48,72,0,59)
C48M72Y0K59 
(48%,72%,0%,59%)
(0.48/0.72/0.00/0.59)	

CMYK percentages

%48.08
%72.12
%0
%59.22

Codes

Color #361D68 in popluar color models

361D68
RGB5429104
HSL260°56.39%26.08%
HSB/HSV260°72.12%40.78%
CMYK48.08%72.12%0.00%
59.22%

Color #361D68 in popluar number systems.

HEX361D68
Decimal5429104
Binary110110111011101000
Octal6635150

Shades and tints

Shades of #361D68

#361D68
(54,29,104)
#321B5F
(50,27,95)
#2E1956
(46,25,86)
#2A174D
(42,23,77)
#261544
(38,21,68)
#22133B
(34,19,59)
#1E1132
(30,17,50)
#1A0F29
(26,15,41)
#160D20
(22,13,32)
#120B17
(18,11,23)
#0E090E
(14,9,14)
#000000
(0,0,0)

Tints of #361D68

#361D68
(54,29,104)
#483175
(72,49,117)
#5A4582
(90,69,130)
#6C598F
(108,89,143)
#7E6D9C
(126,109,156)
#9081A9
(144,129,169)
#A295B6
(162,149,182)
#B4A9C3
(180,169,195)
#C6BDD0
(198,189,208)
#D8D1DD
(216,209,221)
#EAE5EA
(234,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #361D68; }

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

This text font color is #361D68.


Background Color

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

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

This div background color is #361D68.


Border color

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

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

This div border color is #361D68.


Opacity

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

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

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

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

This text has shadow with #361D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #361D68 on black background.


Color preview on white background

This text has color #361D68 on white background.



Black color preview on #361D68 background

This text has black color on #361D68 background.


White color preview on #361D68 background

This text has white color on #361D68 background.