COLOR #2D93B5

HEX: #2D93B5
RGB: (45,147,181)

Color info

#2D93B5 contains mainly green and blue colors. Web safe color of #2D93B5 is #3399CC (or #39C).

RGB color model

#2D93B5 color RGB value is (45,147,181).

  • red value is 45;
  • green value is 147;
  • blue value is 181.
RGB:
(45,147,181)
(18%,58%,71%)

RGB channels and saturation

R 45 of 255 = 18%
G 147 of 255 = 58%
B 181 of 255 = 71%

45
147
181

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

Portions of RGB colors in percentages

R + G + B =
45 + 147 + 181 = 373 (100%)
R 45 of 373 ~ 12.06%
G 147 of 373 ~ 39.41%
B 181 of 373 ~ 48.53%

%12.06
%39.41
%48.53

CMYK color model

#2D93B5 color CMYK value is (75,19,0,29).

  • cyan value is 75.14%
  • magenta value is 18.78%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(75,19,0,29)
C75M19Y0K29 
(75%,19%,0%,29%)
(0.75/0.19/0.00/0.29)	

CMYK percentages

%75.14
%18.78
%0
%29.02

Codes

Color #2D93B5 in popluar color models

2D93B5
RGB45147181
HSL195°60.18%44.31%
HSB/HSV195°75.14%70.98%
CMYK75.14%18.78%0.00%
29.02%

Color #2D93B5 in popluar number systems.

HEX2D93B5
Decimal45147181
Binary1011011001001110110101
Octal55223265

Shades and tints

Shades of #2D93B5

#2D93B5
(45,147,181)
#2986A5
(41,134,165)
#257995
(37,121,149)
#216C85
(33,108,133)
#1D5F75
(29,95,117)
#195265
(25,82,101)
#154555
(21,69,85)
#113845
(17,56,69)
#0D2B35
(13,43,53)
#091E25
(9,30,37)
#051115
(5,17,21)
#000000
(0,0,0)

Tints of #2D93B5

#2D93B5
(45,147,181)
#409CBB
(64,156,187)
#53A5C1
(83,165,193)
#66AEC7
(102,174,199)
#79B7CD
(121,183,205)
#8CC0D3
(140,192,211)
#9FC9D9
(159,201,217)
#B2D2DF
(178,210,223)
#C5DBE5
(197,219,229)
#D8E4EB
(216,228,235)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D93B5 color. Also use rgb(45,147,181) instead hex code.

Text Font Color

.myTextColor { color: #2D93B5; }

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

This text font color is #2D93B5.


Background Color

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

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

This div background color is #2D93B5.


Border color

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

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

This div border color is #2D93B5.


Opacity

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

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

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

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

This text has shadow with #2D93B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D93B5 on black background.


Color preview on white background

This text has color #2D93B5 on white background.



Black color preview on #2D93B5 background

This text has black color on #2D93B5 background.


White color preview on #2D93B5 background

This text has white color on #2D93B5 background.