COLOR #2D628E

HEX: #2D628E
RGB: (45,98,142)

Color info

#2D628E contains mainly green and blue colors. Web safe color of #2D628E is #336699 (or #369).

RGB color model

#2D628E color RGB value is (45,98,142).

  • red value is 45;
  • green value is 98;
  • blue value is 142.
RGB:
(45,98,142)
(18%,38%,56%)

RGB channels and saturation

R 45 of 255 = 18%
G 98 of 255 = 38%
B 142 of 255 = 56%

45
98
142

R + G + B ~ 37%. #2D628E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 98 + 142 = 285 (100%)
R 45 of 285 ~ 15.79%
G 98 of 285 ~ 34.39%
B 142 of 285 ~ 49.82%

%15.79
%34.39
%49.82

CMYK color model

#2D628E color CMYK value is (68,31,0,44).

  • cyan value is 68.31%
  • magenta value is 30.99%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(68,31,0,44)
C68M31Y0K44 
(68%,31%,0%,44%)
(0.68/0.31/0.00/0.44)	

CMYK percentages

%68.31
%30.99
%0
%44.31

Codes

Color #2D628E in popluar color models

2D628E
RGB4598142
HSL207°51.87%36.67%
HSB/HSV207°68.31%55.69%
CMYK68.31%30.99%0.00%
44.31%

Color #2D628E in popluar number systems.

HEX2D628E
Decimal4598142
Binary101101110001010001110
Octal55142216

Shades and tints

Shades of #2D628E

#2D628E
(45,98,142)
#295A82
(41,90,130)
#255276
(37,82,118)
#214A6A
(33,74,106)
#1D425E
(29,66,94)
#193A52
(25,58,82)
#153246
(21,50,70)
#112A3A
(17,42,58)
#0D222E
(13,34,46)
#091A22
(9,26,34)
#051216
(5,18,22)
#000000
(0,0,0)

Tints of #2D628E

#2D628E
(45,98,142)
#407098
(64,112,152)
#537EA2
(83,126,162)
#668CAC
(102,140,172)
#799AB6
(121,154,182)
#8CA8C0
(140,168,192)
#9FB6CA
(159,182,202)
#B2C4D4
(178,196,212)
#C5D2DE
(197,210,222)
#D8E0E8
(216,224,232)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D628E color. Also use rgb(45,98,142) instead hex code.

Text Font Color

.myTextColor { color: #2D628E; }

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

This text font color is #2D628E.


Background Color

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

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

This div background color is #2D628E.


Border color

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

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

This div border color is #2D628E.


Opacity

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

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

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

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

This text has shadow with #2D628E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D628E on black background.


Color preview on white background

This text has color #2D628E on white background.



Black color preview on #2D628E background

This text has black color on #2D628E background.


White color preview on #2D628E background

This text has white color on #2D628E background.