COLOR #2A76C5

HEX: #2A76C5
RGB: (42,118,197)

Color info

#2A76C5 contains mainly blue color. Web safe color of #2A76C5 is #3366CC (or #36C).

RGB color model

#2A76C5 color RGB value is (42,118,197).

  • red value is 42;
  • green value is 118;
  • blue value is 197.
RGB:
(42,118,197)
(16%,46%,77%)

RGB channels and saturation

R 42 of 255 = 16%
G 118 of 255 = 46%
B 197 of 255 = 77%

42
118
197

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

Portions of RGB colors in percentages

R + G + B =
42 + 118 + 197 = 357 (100%)
R 42 of 357 ~ 11.76%
G 118 of 357 ~ 33.05%
B 197 of 357 ~ 55.18%

%11.76
%33.05
%55.18

CMYK color model

#2A76C5 color CMYK value is (79,40,0,23).

  • cyan value is 78.68%
  • magenta value is 40.10%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(79,40,0,23)
C79M40Y0K23 
(79%,40%,0%,23%)
(0.79/0.40/0.00/0.23)	

CMYK percentages

%78.68
%40.1
%0
%22.75

Codes

Color #2A76C5 in popluar color models

2A76C5
RGB42118197
HSL211°64.85%46.86%
HSB/HSV211°78.68%77.25%
CMYK78.68%40.10%0.00%
22.75%

Color #2A76C5 in popluar number systems.

HEX2A76C5
Decimal42118197
Binary101010111011011000101
Octal52166305

Shades and tints

Shades of #2A76C5

#2A76C5
(42,118,197)
#276CB4
(39,108,180)
#2462A3
(36,98,163)
#215892
(33,88,146)
#1E4E81
(30,78,129)
#1B4470
(27,68,112)
#183A5F
(24,58,95)
#15304E
(21,48,78)
#12263D
(18,38,61)
#0F1C2C
(15,28,44)
#0C121B
(12,18,27)
#000000
(0,0,0)

Tints of #2A76C5

#2A76C5
(42,118,197)
#3D82CA
(61,130,202)
#508ECF
(80,142,207)
#639AD4
(99,154,212)
#76A6D9
(118,166,217)
#89B2DE
(137,178,222)
#9CBEE3
(156,190,227)
#AFCAE8
(175,202,232)
#C2D6ED
(194,214,237)
#D5E2F2
(213,226,242)
#E8EEF7
(232,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A76C5 color. Also use rgb(42,118,197) instead hex code.

Text Font Color

.myTextColor { color: #2A76C5; }

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

This text font color is #2A76C5.


Background Color

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

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

This div background color is #2A76C5.


Border color

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

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

This div border color is #2A76C5.


Opacity

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

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

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

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

This text has shadow with #2A76C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A76C5 on black background.


Color preview on white background

This text has color #2A76C5 on white background.



Black color preview on #2A76C5 background

This text has black color on #2A76C5 background.


White color preview on #2A76C5 background

This text has white color on #2A76C5 background.