COLOR #2491D1

HEX: #2491D1
RGB: (36,145,209)

Color info

#2491D1 contains mainly blue color. Web safe color of #2491D1 is #3399CC (or #39C).

RGB color model

#2491D1 color RGB value is (36,145,209).

  • red value is 36;
  • green value is 145;
  • blue value is 209.
RGB:
(36,145,209)
(14%,57%,82%)

RGB channels and saturation

R 36 of 255 = 14%
G 145 of 255 = 57%
B 209 of 255 = 82%

36
145
209

R + G + B ~ 51%. #2491D1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
36 + 145 + 209 = 390 (100%)
R 36 of 390 ~ 9.23%
G 145 of 390 ~ 37.18%
B 209 of 390 ~ 53.59%

%37.18
%53.59

CMYK color model

#2491D1 color CMYK value is (83,31,0,18).

  • cyan value is 82.78%
  • magenta value is 30.62%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(83,31,0,18)
C83M31Y0K18 
(83%,31%,0%,18%)
(0.83/0.31/0.00/0.18)	

CMYK percentages

%82.78
%30.62
%0
%18.04

Codes

Color #2491D1 in popluar color models

2491D1
RGB36145209
HSL202°70.61%48.04%
HSB/HSV202°82.78%81.96%
CMYK82.78%30.62%0.00%
18.04%

Color #2491D1 in popluar number systems.

HEX2491D1
Decimal36145209
Binary1001001001000111010001
Octal44221321

Shades and tints

Shades of #2491D1

#2491D1
(36,145,209)
#2184BE
(33,132,190)
#1E77AB
(30,119,171)
#1B6A98
(27,106,152)
#185D85
(24,93,133)
#155072
(21,80,114)
#12435F
(18,67,95)
#0F364C
(15,54,76)
#0C2939
(12,41,57)
#091C26
(9,28,38)
#060F13
(6,15,19)
#000000
(0,0,0)

Tints of #2491D1

#2491D1
(36,145,209)
#379BD5
(55,155,213)
#4AA5D9
(74,165,217)
#5DAFDD
(93,175,221)
#70B9E1
(112,185,225)
#83C3E5
(131,195,229)
#96CDE9
(150,205,233)
#A9D7ED
(169,215,237)
#BCE1F1
(188,225,241)
#CFEBF5
(207,235,245)
#E2F5F9
(226,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2491D1 color. Also use rgb(36,145,209) instead hex code.

Text Font Color

.myTextColor { color: #2491D1; }

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

This text font color is #2491D1.


Background Color

.myBgColor { background-color: #2491D1; }

<div style="background-color:#2491D1">Inner text</div>

This div background color is #2491D1.


Border color

.myBorderColor { border: 1px solid #2491D1; }

<div style="border:3px solid #2491D1">Div</div>

This div border color is #2491D1.


Opacity

.myOpacity80 { color: #2491D1; opacity: 0.8; }

<p style="color:#2491D1;opacity:0.8;">80%</p>

Text with #2491D1 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 #2491D1;}

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

This text has shadow with #2491D1 color.

.textShadow {text-shadow: 3px 3px 1px #2491D1, 3px 3px 1px red;}

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

This text has shadow with #2491D1 primary color and red secondary color.


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

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

This text has shadow with #2491D1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2491D1 on black background.


Color preview on white background

This text has color #2491D1 on white background.



Black color preview on #2491D1 background

This text has black color on #2491D1 background.


White color preview on #2491D1 background

This text has white color on #2491D1 background.