COLOR #2D149B

HEX: #2D149B
RGB: (45,20,155)

Color info

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

RGB color model

#2D149B color RGB value is (45,20,155).

  • red value is 45;
  • green value is 20;
  • blue value is 155.
RGB:
(45,20,155)
(18%,8%,61%)

RGB channels and saturation

R 45 of 255 = 18%
G 20 of 255 = 8%
B 155 of 255 = 61%

45
20
155

R + G + B ~ 29%. #2D149B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 20 + 155 = 220 (100%)
R 45 of 220 ~ 20.45%
G 20 of 220 ~ 9.09%
B 155 of 220 ~ 70.45%

%20.45
%70.45

CMYK color model

#2D149B color CMYK value is (71,87,0,39).

  • cyan value is 70.97%
  • magenta value is 87.10%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(71,87,0,39)
C71M87Y0K39 
(71%,87%,0%,39%)
(0.71/0.87/0.00/0.39)	

CMYK percentages

%70.97
%87.1
%0
%39.22

Codes

Color #2D149B in popluar color models

2D149B
RGB4520155
HSL251°77.14%34.31%
HSB/HSV251°87.10%60.78%
CMYK70.97%87.10%0.00%
39.22%

Color #2D149B in popluar number systems.

HEX2D149B
Decimal4520155
Binary1011011010010011011
Octal5524233

Shades and tints

Shades of #2D149B

#2D149B
(45,20,155)
#29138D
(41,19,141)
#25127F
(37,18,127)
#211171
(33,17,113)
#1D1063
(29,16,99)
#190F55
(25,15,85)
#150E47
(21,14,71)
#110D39
(17,13,57)
#0D0C2B
(13,12,43)
#090B1D
(9,11,29)
#050A0F
(5,10,15)
#000000
(0,0,0)

Tints of #2D149B

#2D149B
(45,20,155)
#4029A4
(64,41,164)
#533EAD
(83,62,173)
#6653B6
(102,83,182)
#7968BF
(121,104,191)
#8C7DC8
(140,125,200)
#9F92D1
(159,146,209)
#B2A7DA
(178,167,218)
#C5BCE3
(197,188,227)
#D8D1EC
(216,209,236)
#EBE6F5
(235,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D149B color. Also use rgb(45,20,155) instead hex code.

Text Font Color

.myTextColor { color: #2D149B; }

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

This text font color is #2D149B.


Background Color

.myBgColor { background-color: #2D149B; }

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

This div background color is #2D149B.


Border color

.myBorderColor { border: 1px solid #2D149B; }

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

This div border color is #2D149B.


Opacity

.myOpacity80 { color: #2D149B; opacity: 0.8; }

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

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

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

This text has shadow with #2D149B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D149B on black background.


Color preview on white background

This text has color #2D149B on white background.



Black color preview on #2D149B background

This text has black color on #2D149B background.


White color preview on #2D149B background

This text has white color on #2D149B background.