COLOR #2A5695

HEX: #2A5695 RGB: (42,86,149)

Color info

#2A5695 contains mainly blue color. Web safe color of #2A5695 is #336699 (or #369).

RGB color model

#2A5695 color RGB value is (42,86,149).

RGB: (42,86,149) (16%, 34%, 58%)

RGB channels and saturation

R 42 of 255 = 16%
G 86 of 255 = 34%
B 149 of 255 = 58%

42
86
149

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

Portions of RGB colors in percentages

R + G + B = 42 + 86 + 149 = 277 (100%)
R 42 of 277 ~ 15.16%
G 86 of 277 ~ 31.05%
B 149 of 277 ~ 53.79'%

%15.16
%31.05
%53.79

CMYK color model

#2A5695 color CMYK value is (72,42,0,42).

  • cyan value is 71.81%
  • magenta value is 42.28%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (72,42,0,42)
C72M42Y0K42 (72%, 42%, 0%, 42%)
(0.72 / 0.42 / 0.00 / 0.42)

CMYK percentages

%71.81
%42.28
%0
%41.57

Codes

Color #2A5695 in popluar color models

2A 56 95
RGB 42 86 149
HSL 215° 56.02% 37.45%
HSB/HSV 215° 71.81% 58.43%
CMYK 71.81% 42.28% 0.00%
41.57%

Color #2A5695 in popluar number systems.

HEX 2A 56 95
Decimal 42 86 149
Binary 101010 1010110 10010101
Octal 52 126 225

Shades and tints

Shades of #2A5695

#2A5695
(42,86,149)
#274F88
(39,79,136)
#24487B
(36,72,123)
#21416E
(33,65,110)
#1E3A61
(30,58,97)
#1B3354
(27,51,84)
#182C47
(24,44,71)
#15253A
(21,37,58)
#121E2D
(18,30,45)
#0F1720
(15,23,32)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #2A5695

#2A5695
(42,86,149)
#3D659E
(61,101,158)
#5074A7
(80,116,167)
#6383B0
(99,131,176)
#7692B9
(118,146,185)
#89A1C2
(137,161,194)
#9CB0CB
(156,176,203)
#AFBFD4
(175,191,212)
#C2CEDD
(194,206,221)
#D5DDE6
(213,221,230)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A5695 color. Also use rgb(42,86,149) instead hex code.

Text Font Color

.myTextColor { color: #2A5695; }

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

This text font color is #2A5695.

Background Color

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

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

This div background color is #2A5695.

Border color

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

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

This div border color is #2A5695.

Opacity

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

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

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

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

This text has shadow with #2A5695 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2A5695.

Preview

Color preview on black background

This text has color #2A5695 on black background.


Color preview on white background

This text has color #2A5695 on white background.


Black color preview on #2A5695 background

This text has black color on #2A5695 background.


White color preview on #2A5695 background

This text has white color on #2A5695 background.


Related colors

Complementary color

Complementary color for #hex is #D5A96A.


I love getcolorcode.com

Triadic colors

1 #952A56 and #56952A with #2A5695 are triadic colors.

2 #95562A and #562A95 with #2A5695 are triadic colors.