COLOR #2A3761

HEX: #2A3761 RGB: (42,55,97)

Color info

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

RGB color model

#2A3761 color RGB value is (42,55,97).

RGB: (42,55,97) (16%, 22%, 38%)

RGB channels and saturation

R 42 of 255 = 16%
G 55 of 255 = 22%
B 97 of 255 = 38%

42
55
97

R + G + B ~ 25%. #2A3761 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 42 + 55 + 97 = 194 (100%)
R 42 of 194 ~ 21.65%
G 55 of 194 ~ 28.35%
B 97 of 194 ~ 50'%

%21.65
%28.35
%50

CMYK color model

#2A3761 color CMYK value is (57,43,0,62).

  • cyan value is 56.70%
  • magenta value is 43.30%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (57,43,0,62)
C57M43Y0K62 (57%, 43%, 0%, 62%)
(0.57 / 0.43 / 0.00 / 0.62)

CMYK percentages

%56.7
%43.3
%0
%61.96

Codes

Color #2A3761 in popluar color models

2A 37 61
RGB 42 55 97
HSL 226° 39.57% 27.25%
HSB/HSV 226° 56.70% 38.04%
CMYK 56.70% 43.30% 0.00%
61.96%

Color #2A3761 in popluar number systems.

HEX 2A 37 61
Decimal 42 55 97
Binary 101010 110111 1100001
Octal 52 67 141

Shades and tints

Shades of #2A3761

#2A3761
(42,55,97)
#273259
(39,50,89)
#242D51
(36,45,81)
#212849
(33,40,73)
#1E2341
(30,35,65)
#1B1E39
(27,30,57)
#181931
(24,25,49)
#151429
(21,20,41)
#120F21
(18,15,33)
#0F0A19
(15,10,25)
#0C0511
(12,5,17)
#000000
(0,0,0)

Tints of #2A3761

#2A3761
(42,55,97)
#3D496F
(61,73,111)
#505B7D
(80,91,125)
#636D8B
(99,109,139)
#767F99
(118,127,153)
#8991A7
(137,145,167)
#9CA3B5
(156,163,181)
#AFB5C3
(175,181,195)
#C2C7D1
(194,199,209)
#D5D9DF
(213,217,223)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A3761; }

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

This text font color is #2A3761.

Background Color

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

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

This div background color is #2A3761.

Border color

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

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

This div border color is #2A3761.

Opacity

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

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

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

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

This text has shadow with #2A3761 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2A3761.

Preview

Color preview on black background

This text has color #2A3761 on black background.


Color preview on white background

This text has color #2A3761 on white background.


Black color preview on #2A3761 background

This text has black color on #2A3761 background.


White color preview on #2A3761 background

This text has white color on #2A3761 background.


Related colors

Complementary color

Complementary color for #hex is #D5C89E.


I love getcolorcode.com

Triadic colors

1 #612A37 and #37612A with #2A3761 are triadic colors.

2 #61372A and #372A61 with #2A3761 are triadic colors.