COLOR #2A6496

HEX: #2A6496
RGB: (42,100,150)

Color info

#2A6496 contains mainly green and blue colors. Web safe color of #2A6496 is #336699 (or #369).

RGB color model

#2A6496 color RGB value is (42,100,150).

  • red value is 42;
  • green value is 100;
  • blue value is 150.
RGB:
(42,100,150)
(16%,39%,59%)

RGB channels and saturation

R 42 of 255 = 16%
G 100 of 255 = 39%
B 150 of 255 = 59%

42
100
150

R + G + B ~ 38%. #2A6496 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 100 + 150 = 292 (100%)
R 42 of 292 ~ 14.38%
G 100 of 292 ~ 34.25%
B 150 of 292 ~ 51.37%

%14.38
%34.25
%51.37

CMYK color model

#2A6496 color CMYK value is (72,33,0,41).

  • cyan value is 72.00%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(72,33,0,41)
C72M33Y0K41 
(72%,33%,0%,41%)
(0.72/0.33/0.00/0.41)	

CMYK percentages

%72
%33.33
%0
%41.18

Codes

Color #2A6496 in popluar color models

2A6496
RGB42100150
HSL208°56.25%37.65%
HSB/HSV208°72.00%58.82%
CMYK72.00%33.33%0.00%
41.18%

Color #2A6496 in popluar number systems.

HEX2A6496
Decimal42100150
Binary101010110010010010110
Octal52144226

Shades and tints

Shades of #2A6496

#2A6496
(42,100,150)
#275B89
(39,91,137)
#24527C
(36,82,124)
#21496F
(33,73,111)
#1E4062
(30,64,98)
#1B3755
(27,55,85)
#182E48
(24,46,72)
#15253B
(21,37,59)
#121C2E
(18,28,46)
#0F1321
(15,19,33)
#0C0A14
(12,10,20)
#000000
(0,0,0)

Tints of #2A6496

#2A6496
(42,100,150)
#3D729F
(61,114,159)
#5080A8
(80,128,168)
#638EB1
(99,142,177)
#769CBA
(118,156,186)
#89AAC3
(137,170,195)
#9CB8CC
(156,184,204)
#AFC6D5
(175,198,213)
#C2D4DE
(194,212,222)
#D5E2E7
(213,226,231)
#E8F0F0
(232,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A6496 color. Also use rgb(42,100,150) instead hex code.

Text Font Color

.myTextColor { color: #2A6496; }

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

This text font color is #2A6496.


Background Color

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

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

This div background color is #2A6496.


Border color

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

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

This div border color is #2A6496.


Opacity

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

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

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

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

This text has shadow with #2A6496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A6496 on black background.


Color preview on white background

This text has color #2A6496 on white background.



Black color preview on #2A6496 background

This text has black color on #2A6496 background.


White color preview on #2A6496 background

This text has white color on #2A6496 background.