COLOR #3B128D

HEX: #3B128D
RGB: (59,18,141)

Color info

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

RGB color model

#3B128D color RGB value is (59,18,141).

  • red value is 59;
  • green value is 18;
  • blue value is 141.
RGB:
(59,18,141)
(23%,7%,55%)

RGB channels and saturation

R 59 of 255 = 23%
G 18 of 255 = 7%
B 141 of 255 = 55%

59
18
141

R + G + B ~ 28%. #3B128D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 18 + 141 = 218 (100%)
R 59 of 218 ~ 27.06%
G 18 of 218 ~ 8.26%
B 141 of 218 ~ 64.68%

%27.06
%64.68

CMYK color model

#3B128D color CMYK value is (58,87,0,45).

  • cyan value is 58.16%
  • magenta value is 87.23%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(58,87,0,45)
C58M87Y0K45 
(58%,87%,0%,45%)
(0.58/0.87/0.00/0.45)	

CMYK percentages

%58.16
%87.23
%0
%44.71

Codes

Color #3B128D in popluar color models

3B128D
RGB5918141
HSL260°77.36%31.18%
HSB/HSV260°87.23%55.29%
CMYK58.16%87.23%0.00%
44.71%

Color #3B128D in popluar number systems.

HEX3B128D
Decimal5918141
Binary1110111001010001101
Octal7322215

Shades and tints

Shades of #3B128D

#3B128D
(59,18,141)
#361181
(54,17,129)
#311075
(49,16,117)
#2C0F69
(44,15,105)
#270E5D
(39,14,93)
#220D51
(34,13,81)
#1D0C45
(29,12,69)
#180B39
(24,11,57)
#130A2D
(19,10,45)
#0E0921
(14,9,33)
#090815
(9,8,21)
#000000
(0,0,0)

Tints of #3B128D

#3B128D
(59,18,141)
#4C2797
(76,39,151)
#5D3CA1
(93,60,161)
#6E51AB
(110,81,171)
#7F66B5
(127,102,181)
#907BBF
(144,123,191)
#A190C9
(161,144,201)
#B2A5D3
(178,165,211)
#C3BADD
(195,186,221)
#D4CFE7
(212,207,231)
#E5E4F1
(229,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B128D color. Also use rgb(59,18,141) instead hex code.

Text Font Color

.myTextColor { color: #3B128D; }

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

This text font color is #3B128D.


Background Color

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

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

This div background color is #3B128D.


Border color

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

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

This div border color is #3B128D.


Opacity

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

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

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

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

This text has shadow with #3B128D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B128D on black background.


Color preview on white background

This text has color #3B128D on white background.



Black color preview on #3B128D background

This text has black color on #3B128D background.


White color preview on #3B128D background

This text has white color on #3B128D background.