COLOR #2D93B0

HEX: #2D93B0
RGB: (45,147,176)

Color info

#2D93B0 contains mainly green and blue colors. Web safe color of #2D93B0 is #339999 (or #399).

RGB color model

#2D93B0 color RGB value is (45,147,176).

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

RGB channels and saturation

R 45 of 255 = 18%
G 147 of 255 = 58%
B 176 of 255 = 69%

45
147
176

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

Portions of RGB colors in percentages

R + G + B =
45 + 147 + 176 = 368 (100%)
R 45 of 368 ~ 12.23%
G 147 of 368 ~ 39.95%
B 176 of 368 ~ 47.83%

%12.23
%39.95
%47.83

CMYK color model

#2D93B0 color CMYK value is (74,16,0,31).

  • cyan value is 74.43%
  • magenta value is 16.48%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(74,16,0,31)
C74M16Y0K31 
(74%,16%,0%,31%)
(0.74/0.16/0.00/0.31)	

CMYK percentages

%74.43
%16.48
%0
%30.98

Codes

Color #2D93B0 in popluar color models

2D93B0
RGB45147176
HSL193°59.28%43.33%
HSB/HSV193°74.43%69.02%
CMYK74.43%16.48%0.00%
30.98%

Color #2D93B0 in popluar number systems.

HEX2D93B0
Decimal45147176
Binary1011011001001110110000
Octal55223260

Shades and tints

Shades of #2D93B0

#2D93B0
(45,147,176)
#2986A0
(41,134,160)
#257990
(37,121,144)
#216C80
(33,108,128)
#1D5F70
(29,95,112)
#195260
(25,82,96)
#154550
(21,69,80)
#113840
(17,56,64)
#0D2B30
(13,43,48)
#091E20
(9,30,32)
#051110
(5,17,16)
#000000
(0,0,0)

Tints of #2D93B0

#2D93B0
(45,147,176)
#409CB7
(64,156,183)
#53A5BE
(83,165,190)
#66AEC5
(102,174,197)
#79B7CC
(121,183,204)
#8CC0D3
(140,192,211)
#9FC9DA
(159,201,218)
#B2D2E1
(178,210,225)
#C5DBE8
(197,219,232)
#D8E4EF
(216,228,239)
#EBEDF6
(235,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D93B0; }

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

This text font color is #2D93B0.


Background Color

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

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

This div background color is #2D93B0.


Border color

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

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

This div border color is #2D93B0.


Opacity

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

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

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

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

This text has shadow with #2D93B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D93B0 on black background.


Color preview on white background

This text has color #2D93B0 on white background.



Black color preview on #2D93B0 background

This text has black color on #2D93B0 background.


White color preview on #2D93B0 background

This text has white color on #2D93B0 background.