COLOR #2A3350

HEX: #2A3350 RGB: (42,51,80)

Color info

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

RGB color model

#2A3350 color RGB value is (42,51,80).

RGB: (42,51,80) (16%, 20%, 31%)

RGB channels and saturation

R 42 of 255 = 16%
G 51 of 255 = 20%
B 80 of 255 = 31%

42
51
80

R + G + B ~ 22%. #2A3350 is dark color.

Portions of RGB colors in percentages

R + G + B = 42 + 51 + 80 = 173 (100%)
R 42 of 173 ~ 24.28%
G 51 of 173 ~ 29.48%
B 80 of 173 ~ 46.24'%

%24.28
%29.48
%46.24

CMYK color model

#2A3350 color CMYK value is (48,36,0,69).

  • cyan value is 47.50%
  • magenta value is 36.25%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (48,36,0,69)
C48M36Y0K69 (48%, 36%, 0%, 69%)
(0.48 / 0.36 / 0.00 / 0.69)

CMYK percentages

%47.5
%36.25
%0
%68.63

Codes

Color #2A3350 in popluar color models

2A 33 50
RGB 42 51 80
HSL 226° 31.15% 23.92%
HSB/HSV 226° 47.50% 31.37%
CMYK 47.50% 36.25% 0.00%
68.63%

Color #2A3350 in popluar number systems.

HEX 2A 33 50
Decimal 42 51 80
Binary 101010 110011 1010000
Octal 52 63 120

Shades and tints

Shades of #2A3350

#2A3350
(42,51,80)
#272F49
(39,47,73)
#242B42
(36,43,66)
#21273B
(33,39,59)
#1E2334
(30,35,52)
#1B1F2D
(27,31,45)
#181B26
(24,27,38)
#15171F
(21,23,31)
#121318
(18,19,24)
#0F0F11
(15,15,17)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #2A3350

#2A3350
(42,51,80)
#3D455F
(61,69,95)
#50576E
(80,87,110)
#63697D
(99,105,125)
#767B8C
(118,123,140)
#898D9B
(137,141,155)
#9C9FAA
(156,159,170)
#AFB1B9
(175,177,185)
#C2C3C8
(194,195,200)
#D5D5D7
(213,213,215)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A3350 color. Also use rgb(42,51,80) instead hex code.

Text Font Color

.myTextColor { color: #2A3350; }

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

This text font color is #2A3350.

Background Color

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

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

This div background color is #2A3350.

Border color

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

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

This div border color is #2A3350.

Opacity

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

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

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

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

This text has shadow with #2A3350 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2A3350.

Preview

Color preview on black background

This text has color #2A3350 on black background.


Color preview on white background

This text has color #2A3350 on white background.


Black color preview on #2A3350 background

This text has black color on #2A3350 background.


White color preview on #2A3350 background

This text has white color on #2A3350 background.


Related colors

Complementary color

Complementary color for #hex is #D5CCAF.


I love getcolorcode.com

Triadic colors

1 #502A33 and #33502A with #2A3350 are triadic colors.

2 #50332A and #332A50 with #2A3350 are triadic colors.