COLOR #3B15AD

HEX: #3B15AD RGB: (59,21,173)

Color info

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

RGB color model

#3B15AD color RGB value is (59,21,173).

RGB: (59,21,173) (23%, 8%, 68%)

RGB channels and saturation

R 59 of 255 = 23%
G 21 of 255 = 8%
B 173 of 255 = 68%

59
21
173

R + G + B ~ 33%. #3B15AD is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 21 + 173 = 253 (100%)
R 59 of 253 ~ 23.32%
G 21 of 253 ~ 8.3%
B 173 of 253 ~ 68.38'%

%23.32
%68.38

CMYK color model

#3B15AD color CMYK value is (66,88,0,32).

  • cyan value is 65.90%
  • magenta value is 87.86%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (66,88,0,32)
C66M88Y0K32 (66%, 88%, 0%, 32%)
(0.66 / 0.88 / 0.00 / 0.32)

CMYK percentages

%65.9
%87.86
%0
%32.16

Codes

Color #3B15AD in popluar color models

3B 15 AD
RGB 59 21 173
HSL 255° 78.35% 38.04%
HSB/HSV 255° 87.86% 67.84%
CMYK 65.90% 87.86% 0.00%
32.16%

Color #3B15AD in popluar number systems.

HEX 3B 15 AD
Decimal 59 21 173
Binary 111011 10101 10101101
Octal 73 25 255

Shades and tints

Shades of #3B15AD

#3B15AD
(59,21,173)
#36149E
(54,20,158)
#31138F
(49,19,143)
#2C1280
(44,18,128)
#271171
(39,17,113)
#221062
(34,16,98)
#1D0F53
(29,15,83)
#180E44
(24,14,68)
#130D35
(19,13,53)
#0E0C26
(14,12,38)
#090B17
(9,11,23)
#000000
(0,0,0)

Tints of #3B15AD

#3B15AD
(59,21,173)
#4C2AB4
(76,42,180)
#5D3FBB
(93,63,187)
#6E54C2
(110,84,194)
#7F69C9
(127,105,201)
#907ED0
(144,126,208)
#A193D7
(161,147,215)
#B2A8DE
(178,168,222)
#C3BDE5
(195,189,229)
#D4D2EC
(212,210,236)
#E5E7F3
(229,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B15AD color. Also use rgb(59,21,173) instead hex code.

Text Font Color

.myTextColor { color: #3B15AD; }

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

This text font color is #3B15AD.

Background Color

.myBgColor { background-color: #3B15AD; }

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

This div background color is #3B15AD.

Border color

.myBorderColor { border: 1px solid #3B15AD; }

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

This div border color is #3B15AD.

Opacity

.myOpacity80 { color: #3B15AD; opacity: 0.8; }

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

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

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

This text has shadow with #3B15AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B15AD.

Preview

Color preview on black background

This text has color #3B15AD on black background.


Color preview on white background

This text has color #3B15AD on white background.


Black color preview on #3B15AD background

This text has black color on #3B15AD background.


White color preview on #3B15AD background

This text has white color on #3B15AD background.


Related colors

Complementary color

Complementary color for #hex is #C4EA52.


I love getcolorcode.com

Triadic colors

1 #AD3B15 and #15AD3B with #3B15AD are triadic colors.

2 #AD153B and #153BAD with #3B15AD are triadic colors.