COLOR #2A6486

HEX: #2A6486
RGB: (42,100,134)

Color info

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

RGB color model

#2A6486 color RGB value is (42,100,134).

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

RGB channels and saturation

R 42 of 255 = 16%
G 100 of 255 = 39%
B 134 of 255 = 53%

42
100
134

R + G + B ~ 36%. #2A6486 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 100 + 134 = 276 (100%)
R 42 of 276 ~ 15.22%
G 100 of 276 ~ 36.23%
B 134 of 276 ~ 48.55%

%15.22
%36.23
%48.55

CMYK color model

#2A6486 color CMYK value is (69,25,0,47).

  • cyan value is 68.66%
  • magenta value is 25.37%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(69,25,0,47)
C69M25Y0K47 
(69%,25%,0%,47%)
(0.69/0.25/0.00/0.47)	

CMYK percentages

%68.66
%25.37
%0
%47.45

Codes

Color #2A6486 in popluar color models

2A6486
RGB42100134
HSL202°52.27%34.51%
HSB/HSV202°68.66%52.55%
CMYK68.66%25.37%0.00%
47.45%

Color #2A6486 in popluar number systems.

HEX2A6486
Decimal42100134
Binary101010110010010000110
Octal52144206

Shades and tints

Shades of #2A6486

#2A6486
(42,100,134)
#275B7A
(39,91,122)
#24526E
(36,82,110)
#214962
(33,73,98)
#1E4056
(30,64,86)
#1B374A
(27,55,74)
#182E3E
(24,46,62)
#152532
(21,37,50)
#121C26
(18,28,38)
#0F131A
(15,19,26)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #2A6486

#2A6486
(42,100,134)
#3D7291
(61,114,145)
#50809C
(80,128,156)
#638EA7
(99,142,167)
#769CB2
(118,156,178)
#89AABD
(137,170,189)
#9CB8C8
(156,184,200)
#AFC6D3
(175,198,211)
#C2D4DE
(194,212,222)
#D5E2E9
(213,226,233)
#E8F0F4
(232,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A6486; }

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

This text font color is #2A6486.


Background Color

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

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

This div background color is #2A6486.


Border color

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

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

This div border color is #2A6486.


Opacity

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

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

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

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

This text has shadow with #2A6486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A6486 on black background.


Color preview on white background

This text has color #2A6486 on white background.



Black color preview on #2A6486 background

This text has black color on #2A6486 background.


White color preview on #2A6486 background

This text has white color on #2A6486 background.