COLOR #360D78

HEX: #360D78 RGB: (54,13,120)

Color info

#360D78 contains mainly blue color. Web safe color of #360D78 is #330066 (or #306).

RGB color model

#360D78 color RGB value is (54,13,120).

RGB: (54,13,120) (21%, 5%, 47%)

RGB channels and saturation

R 54 of 255 = 21%
G 13 of 255 = 5%
B 120 of 255 = 47%

54
13
120

R + G + B ~ 24%. #360D78 is dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 13 + 120 = 187 (100%)
R 54 of 187 ~ 28.88%
G 13 of 187 ~ 6.95%
B 120 of 187 ~ 64.17'%

%28.88
%64.17

CMYK color model

#360D78 color CMYK value is (55,89,0,53).

  • cyan value is 55.00%
  • magenta value is 89.17%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (55,89,0,53)
C55M89Y0K53 (55%, 89%, 0%, 53%)
(0.55 / 0.89 / 0.00 / 0.53)

CMYK percentages

%55
%89.17
%0
%52.94

Codes

Color #360D78 in popluar color models

36 0D 78
RGB 54 13 120
HSL 263° 80.45% 26.08%
HSB/HSV 263° 89.17% 47.06%
CMYK 55.00% 89.17% 0.00%
52.94%

Color #360D78 in popluar number systems.

HEX 36 0D 78
Decimal 54 13 120
Binary 110110 1101 1111000
Octal 66 15 170

Shades and tints

Shades of #360D78

#360D78
(54,13,120)
#320C6E
(50,12,110)
#2E0B64
(46,11,100)
#2A0A5A
(42,10,90)
#260950
(38,9,80)
#220846
(34,8,70)
#1E073C
(30,7,60)
#1A0632
(26,6,50)
#160528
(22,5,40)
#12041E
(18,4,30)
#0E0314
(14,3,20)
#000000
(0,0,0)

Tints of #360D78

#360D78
(54,13,120)
#482384
(72,35,132)
#5A3990
(90,57,144)
#6C4F9C
(108,79,156)
#7E65A8
(126,101,168)
#907BB4
(144,123,180)
#A291C0
(162,145,192)
#B4A7CC
(180,167,204)
#C6BDD8
(198,189,216)
#D8D3E4
(216,211,228)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #360D78 color. Also use rgb(54,13,120) instead hex code.

Text Font Color

.myTextColor { color: #360D78; }

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

This text font color is #360D78.

Background Color

.myBgColor { background-color: #360D78; }

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

This div background color is #360D78.

Border color

.myBorderColor { border: 1px solid #360D78; }

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

This div border color is #360D78.

Opacity

.myOpacity80 { color: #360D78; opacity: 0.8; }

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

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

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

This text has shadow with #360D78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #360D78.

Preview

Color preview on black background

This text has color #360D78 on black background.


Color preview on white background

This text has color #360D78 on white background.


Black color preview on #360D78 background

This text has black color on #360D78 background.


White color preview on #360D78 background

This text has white color on #360D78 background.


Related colors

Complementary color

Complementary color for #hex is #C9F287.


I love getcolorcode.com

Triadic colors

1 #78360D and #0D7836 with #360D78 are triadic colors.

2 #780D36 and #0D3678 with #360D78 are triadic colors.