COLOR #2D659D

HEX: #2D659D
RGB: (45,101,157)

Color info

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

RGB color model

#2D659D color RGB value is (45,101,157).

  • red value is 45;
  • green value is 101;
  • blue value is 157.
RGB:
(45,101,157)
(18%,40%,62%)

RGB channels and saturation

R 45 of 255 = 18%
G 101 of 255 = 40%
B 157 of 255 = 62%

45
101
157

R + G + B ~ 40%. #2D659D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
45 + 101 + 157 = 303 (100%)
R 45 of 303 ~ 14.85%
G 101 of 303 ~ 33.33%
B 157 of 303 ~ 51.82%

%14.85
%33.33
%51.82

CMYK color model

#2D659D color CMYK value is (71,36,0,38).

  • cyan value is 71.34%
  • magenta value is 35.67%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(71,36,0,38)
C71M36Y0K38 
(71%,36%,0%,38%)
(0.71/0.36/0.00/0.38)	

CMYK percentages

%71.34
%35.67
%0
%38.43

Codes

Color #2D659D in popluar color models

2D659D
RGB45101157
HSL210°55.45%39.61%
HSB/HSV210°71.34%61.57%
CMYK71.34%35.67%0.00%
38.43%

Color #2D659D in popluar number systems.

HEX2D659D
Decimal45101157
Binary101101110010110011101
Octal55145235

Shades and tints

Shades of #2D659D

#2D659D
(45,101,157)
#295C8F
(41,92,143)
#255381
(37,83,129)
#214A73
(33,74,115)
#1D4165
(29,65,101)
#193857
(25,56,87)
#152F49
(21,47,73)
#11263B
(17,38,59)
#0D1D2D
(13,29,45)
#09141F
(9,20,31)
#050B11
(5,11,17)
#000000
(0,0,0)

Tints of #2D659D

#2D659D
(45,101,157)
#4073A5
(64,115,165)
#5381AD
(83,129,173)
#668FB5
(102,143,181)
#799DBD
(121,157,189)
#8CABC5
(140,171,197)
#9FB9CD
(159,185,205)
#B2C7D5
(178,199,213)
#C5D5DD
(197,213,221)
#D8E3E5
(216,227,229)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D659D color. Also use rgb(45,101,157) instead hex code.

Text Font Color

.myTextColor { color: #2D659D; }

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

This text font color is #2D659D.


Background Color

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

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

This div background color is #2D659D.


Border color

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

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

This div border color is #2D659D.


Opacity

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

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

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

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

This text has shadow with #2D659D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D659D on black background.


Color preview on white background

This text has color #2D659D on white background.



Black color preview on #2D659D background

This text has black color on #2D659D background.


White color preview on #2D659D background

This text has white color on #2D659D background.