COLOR #2A3759

HEX: #2A3759 RGB: (42,55,89)

Color info

#2A3759 contains red, green and blue colors in about the same proportion. Web safe color of #2A3759 is #333366 (or #336).

RGB color model

#2A3759 color RGB value is (42,55,89).

RGB: (42,55,89) (16%, 22%, 35%)

RGB channels and saturation

R 42 of 255 = 16%
G 55 of 255 = 22%
B 89 of 255 = 35%

42
55
89

R + G + B ~ 24%. #2A3759 is dark color.

Portions of RGB colors in percentages

R + G + B = 42 + 55 + 89 = 186 (100%)
R 42 of 186 ~ 22.58%
G 55 of 186 ~ 29.57%
B 89 of 186 ~ 47.85'%

%22.58
%29.57
%47.85

CMYK color model

#2A3759 color CMYK value is (53,38,0,65).

  • cyan value is 52.81%
  • magenta value is 38.20%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (53,38,0,65)
C53M38Y0K65 (53%, 38%, 0%, 65%)
(0.53 / 0.38 / 0.00 / 0.65)

CMYK percentages

%52.81
%38.2
%0
%65.1

Codes

Color #2A3759 in popluar color models

2A 37 59
RGB 42 55 89
HSL 223° 35.88% 25.69%
HSB/HSV 223° 52.81% 34.90%
CMYK 52.81% 38.20% 0.00%
65.10%

Color #2A3759 in popluar number systems.

HEX 2A 37 59
Decimal 42 55 89
Binary 101010 110111 1011001
Octal 52 67 131

Shades and tints

Shades of #2A3759

#2A3759
(42,55,89)
#273251
(39,50,81)
#242D49
(36,45,73)
#212841
(33,40,65)
#1E2339
(30,35,57)
#1B1E31
(27,30,49)
#181929
(24,25,41)
#151421
(21,20,33)
#120F19
(18,15,25)
#0F0A11
(15,10,17)
#0C0509
(12,5,9)
#000000
(0,0,0)

Tints of #2A3759

#2A3759
(42,55,89)
#3D4968
(61,73,104)
#505B77
(80,91,119)
#636D86
(99,109,134)
#767F95
(118,127,149)
#8991A4
(137,145,164)
#9CA3B3
(156,163,179)
#AFB5C2
(175,181,194)
#C2C7D1
(194,199,209)
#D5D9E0
(213,217,224)
#E8EBEF
(232,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A3759 color. Also use rgb(42,55,89) instead hex code.

Text Font Color

.myTextColor { color: #2A3759; }

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

This text font color is #2A3759.

Background Color

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

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

This div background color is #2A3759.

Border color

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

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

This div border color is #2A3759.

Opacity

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

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

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

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

This text has shadow with #2A3759 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2A3759.

Preview

Color preview on black background

This text has color #2A3759 on black background.


Color preview on white background

This text has color #2A3759 on white background.


Black color preview on #2A3759 background

This text has black color on #2A3759 background.


White color preview on #2A3759 background

This text has white color on #2A3759 background.


Related colors

Complementary color

Complementary color for #hex is #D5C8A6.


I love getcolorcode.com

Triadic colors

1 #592A37 and #37592A with #2A3759 are triadic colors.

2 #59372A and #372A59 with #2A3759 are triadic colors.