COLOR #2749B9

HEX: #2749B9
RGB: (39,73,185)

Color info

#2749B9 contains mainly blue color. Web safe color of #2749B9 is #3333CC (or #33C).

RGB color model

#2749B9 color RGB value is (39,73,185).

  • red value is 39;
  • green value is 73;
  • blue value is 185.
RGB:
(39,73,185)
(15%,29%,73%)

RGB channels and saturation

R 39 of 255 = 15%
G 73 of 255 = 29%
B 185 of 255 = 73%

39
73
185

R + G + B ~ 39%. #2749B9 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 73 + 185 = 297 (100%)
R 39 of 297 ~ 13.13%
G 73 of 297 ~ 24.58%
B 185 of 297 ~ 62.29%

%13.13
%24.58
%62.29

CMYK color model

#2749B9 color CMYK value is (79,61,0,27).

  • cyan value is 78.92%
  • magenta value is 60.54%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(79,61,0,27)
C79M61Y0K27 
(79%,61%,0%,27%)
(0.79/0.61/0.00/0.27)	

CMYK percentages

%78.92
%60.54
%0
%27.45

Codes

Color #2749B9 in popluar color models

2749B9
RGB3973185
HSL226°65.18%43.92%
HSB/HSV226°78.92%72.55%
CMYK78.92%60.54%0.00%
27.45%

Color #2749B9 in popluar number systems.

HEX2749B9
Decimal3973185
Binary100111100100110111001
Octal47111271

Shades and tints

Shades of #2749B9

#2749B9
(39,73,185)
#2443A9
(36,67,169)
#213D99
(33,61,153)
#1E3789
(30,55,137)
#1B3179
(27,49,121)
#182B69
(24,43,105)
#152559
(21,37,89)
#121F49
(18,31,73)
#0F1939
(15,25,57)
#0C1329
(12,19,41)
#090D19
(9,13,25)
#000000
(0,0,0)

Tints of #2749B9

#2749B9
(39,73,185)
#3A59BF
(58,89,191)
#4D69C5
(77,105,197)
#6079CB
(96,121,203)
#7389D1
(115,137,209)
#8699D7
(134,153,215)
#99A9DD
(153,169,221)
#ACB9E3
(172,185,227)
#BFC9E9
(191,201,233)
#D2D9EF
(210,217,239)
#E5E9F5
(229,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2749B9 color. Also use rgb(39,73,185) instead hex code.

Text Font Color

.myTextColor { color: #2749B9; }

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

This text font color is #2749B9.


Background Color

.myBgColor { background-color: #2749B9; }

<div style="background-color:#2749B9">Inner text</div>

This div background color is #2749B9.


Border color

.myBorderColor { border: 1px solid #2749B9; }

<div style="border:3px solid #2749B9">Div</div>

This div border color is #2749B9.


Opacity

.myOpacity80 { color: #2749B9; opacity: 0.8; }

<p style="color:#2749B9;opacity:0.8;">80%</p>

Text with #2749B9 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 #2749B9;}

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

This text has shadow with #2749B9 color.

.textShadow {text-shadow: 3px 3px 1px #2749B9, 3px 3px 1px red;}

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

This text has shadow with #2749B9 primary color and red secondary color.


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

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

This text has shadow with #2749B9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2749B9 on black background.


Color preview on white background

This text has color #2749B9 on white background.



Black color preview on #2749B9 background

This text has black color on #2749B9 background.


White color preview on #2749B9 background

This text has white color on #2749B9 background.