COLOR #2D488F

HEX: #2D488F
RGB: (45,72,143)

Color info

#2D488F contains mainly blue color. Web safe color of #2D488F is #333399 (or #339).

RGB color model

#2D488F color RGB value is (45,72,143).

  • red value is 45;
  • green value is 72;
  • blue value is 143.
RGB:
(45,72,143)
(18%,28%,56%)

RGB channels and saturation

R 45 of 255 = 18%
G 72 of 255 = 28%
B 143 of 255 = 56%

45
72
143

R + G + B ~ 34%. #2D488F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 72 + 143 = 260 (100%)
R 45 of 260 ~ 17.31%
G 72 of 260 ~ 27.69%
B 143 of 260 ~ 55%

%17.31
%27.69
%55

CMYK color model

#2D488F color CMYK value is (69,50,0,44).

  • cyan value is 68.53%
  • magenta value is 49.65%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(69,50,0,44)
C69M50Y0K44 
(69%,50%,0%,44%)
(0.69/0.50/0.00/0.44)	

CMYK percentages

%68.53
%49.65
%0
%43.92

Codes

Color #2D488F in popluar color models

2D488F
RGB4572143
HSL223°52.13%36.86%
HSB/HSV223°68.53%56.08%
CMYK68.53%49.65%0.00%
43.92%

Color #2D488F in popluar number systems.

HEX2D488F
Decimal4572143
Binary101101100100010001111
Octal55110217

Shades and tints

Shades of #2D488F

#2D488F
(45,72,143)
#294282
(41,66,130)
#253C75
(37,60,117)
#213668
(33,54,104)
#1D305B
(29,48,91)
#192A4E
(25,42,78)
#152441
(21,36,65)
#111E34
(17,30,52)
#0D1827
(13,24,39)
#09121A
(9,18,26)
#050C0D
(5,12,13)
#000000
(0,0,0)

Tints of #2D488F

#2D488F
(45,72,143)
#405899
(64,88,153)
#5368A3
(83,104,163)
#6678AD
(102,120,173)
#7988B7
(121,136,183)
#8C98C1
(140,152,193)
#9FA8CB
(159,168,203)
#B2B8D5
(178,184,213)
#C5C8DF
(197,200,223)
#D8D8E9
(216,216,233)
#EBE8F3
(235,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D488F color. Also use rgb(45,72,143) instead hex code.

Text Font Color

.myTextColor { color: #2D488F; }

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

This text font color is #2D488F.


Background Color

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

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

This div background color is #2D488F.


Border color

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

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

This div border color is #2D488F.


Opacity

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

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

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

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

This text has shadow with #2D488F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D488F on black background.


Color preview on white background

This text has color #2D488F on white background.



Black color preview on #2D488F background

This text has black color on #2D488F background.


White color preview on #2D488F background

This text has white color on #2D488F background.