COLOR #2A6396

HEX: #2A6396 RGB: (42,99,150)

Color info

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

RGB color model

#2A6396 color RGB value is (42,99,150).

RGB: (42,99,150) (16%, 39%, 59%)

RGB channels and saturation

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

42
99
150

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

Portions of RGB colors in percentages

R + G + B = 42 + 99 + 150 = 291 (100%)
R 42 of 291 ~ 14.43%
G 99 of 291 ~ 34.02%
B 150 of 291 ~ 51.55'%

%14.43
%34.02
%51.55

CMYK color model

#2A6396 color CMYK value is (72,34,0,41).

  • cyan value is 72.00%
  • magenta value is 34.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK: (72,34,0,41) C72M34Y0K41 (72%,34%,0%,41%) (0.72/0.34/0.00/0.41) 

CMYK percentages

%72
%34
%0
%41.18

Codes

Color #2A6396 in popluar color models

2A 63 96
RGB 42 99 150
HSL 208° 56.25% 37.65%
HSB/HSV 208° 72.00% 58.82%
CMYK 72.00% 34.00% 0.00%
41.18%

Color #2A6396 in popluar number systems.

HEX 2A 63 96
Decimal 42 99 150
Binary 101010 1100011 10010110
Octal 52 143 226

Shades and tints

Shades of #2A6396

#2A6396
(42,99,150)
#275A89
(39,90,137)
#24517C
(36,81,124)
#21486F
(33,72,111)
#1E3F62
(30,63,98)
#1B3655
(27,54,85)
#182D48
(24,45,72)
#15243B
(21,36,59)
#121B2E
(18,27,46)
#0F1221
(15,18,33)
#0C0914
(12,9,20)
#000000
(0,0,0)

Tints of #2A6396

#2A6396
(42,99,150)
#3D719F
(61,113,159)
#507FA8
(80,127,168)
#638DB1
(99,141,177)
#769BBA
(118,155,186)
#89A9C3
(137,169,195)
#9CB7CC
(156,183,204)
#AFC5D5
(175,197,213)
#C2D3DE
(194,211,222)
#D5E1E7
(213,225,231)
#E8EFF0
(232,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A6396; }

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

This text font color is #2A6396.

Background Color

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

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

This div background color is #2A6396.

Border color

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

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

This div border color is #2A6396.

Opacity

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

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

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

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

This text has shadow with #2A6396 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2A6396.

Preview

Color preview on black background

This text has color #2A6396 on black background.


Color preview on white background

This text has color #2A6396 on white background.


Black color preview on #2A6396 background

This text has black color on #2A6396 background.


White color preview on #2A6396 background

This text has white color on #2A6396 background.


Related colors

Complementary color

Complementary color for #hex is #D59C69.


I love getcolorcode.com

Triadic colors

1 #962A63 and #63962A with #2A6396 are triadic colors.

2 #96632A and #632A96 with #2A6396 are triadic colors.