COLOR #2D759D

HEX: #2D759D
RGB: (45,117,157)

Color info

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

RGB color model

#2D759D color RGB value is (45,117,157).

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

RGB channels and saturation

R 45 of 255 = 18%
G 117 of 255 = 46%
B 157 of 255 = 62%

45
117
157

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

Portions of RGB colors in percentages

R + G + B =
45 + 117 + 157 = 319 (100%)
R 45 of 319 ~ 14.11%
G 117 of 319 ~ 36.68%
B 157 of 319 ~ 49.22%

%14.11
%36.68
%49.22

CMYK color model

#2D759D color CMYK value is (71,25,0,38).

  • cyan value is 71.34%
  • magenta value is 25.48%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(71,25,0,38)
C71M25Y0K38 
(71%,25%,0%,38%)
(0.71/0.25/0.00/0.38)	

CMYK percentages

%71.34
%25.48
%0
%38.43

Codes

Color #2D759D in popluar color models

2D759D
RGB45117157
HSL201°55.45%39.61%
HSB/HSV201°71.34%61.57%
CMYK71.34%25.48%0.00%
38.43%

Color #2D759D in popluar number systems.

HEX2D759D
Decimal45117157
Binary101101111010110011101
Octal55165235

Shades and tints

Shades of #2D759D

#2D759D
(45,117,157)
#296B8F
(41,107,143)
#256181
(37,97,129)
#215773
(33,87,115)
#1D4D65
(29,77,101)
#194357
(25,67,87)
#153949
(21,57,73)
#112F3B
(17,47,59)
#0D252D
(13,37,45)
#091B1F
(9,27,31)
#051111
(5,17,17)
#000000
(0,0,0)

Tints of #2D759D

#2D759D
(45,117,157)
#4081A5
(64,129,165)
#538DAD
(83,141,173)
#6699B5
(102,153,181)
#79A5BD
(121,165,189)
#8CB1C5
(140,177,197)
#9FBDCD
(159,189,205)
#B2C9D5
(178,201,213)
#C5D5DD
(197,213,221)
#D8E1E5
(216,225,229)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D759D; }

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

This text font color is #2D759D.


Background Color

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

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

This div background color is #2D759D.


Border color

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

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

This div border color is #2D759D.


Opacity

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

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

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

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

This text has shadow with #2D759D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D759D on black background.


Color preview on white background

This text has color #2D759D on white background.



Black color preview on #2D759D background

This text has black color on #2D759D background.


White color preview on #2D759D background

This text has white color on #2D759D background.