COLOR #3A498A

HEX: #3A498A RGB: (58,73,138)

Color info

#3A498A contains mainly blue color. Web safe color of #3A498A is #333399 (or #339).

RGB color model

#3A498A color RGB value is (58,73,138).

RGB: (58,73,138) (23%, 29%, 54%)

RGB channels and saturation

R 58 of 255 = 23%
G 73 of 255 = 29%
B 138 of 255 = 54%

58
73
138

R + G + B ~ 35%. #3A498A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 73 + 138 = 269 (100%)
R 58 of 269 ~ 21.56%
G 73 of 269 ~ 27.14%
B 138 of 269 ~ 51.3'%

%21.56
%27.14
%51.3

CMYK color model

#3A498A color CMYK value is (58,47,0,46).

  • cyan value is 57.97%
  • magenta value is 47.10%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (58,47,0,46)
C58M47Y0K46 (58%, 47%, 0%, 46%)
(0.58 / 0.47 / 0.00 / 0.46)

CMYK percentages

%57.97
%47.1
%0
%45.88

Codes

Color #3A498A in popluar color models

3A 49 8A
RGB 58 73 138
HSL 229° 40.82% 38.43%
HSB/HSV 229° 57.97% 54.12%
CMYK 57.97% 47.10% 0.00%
45.88%

Color #3A498A in popluar number systems.

HEX 3A 49 8A
Decimal 58 73 138
Binary 111010 1001001 10001010
Octal 72 111 212

Shades and tints

Shades of #3A498A

#3A498A
(58,73,138)
#35437E
(53,67,126)
#303D72
(48,61,114)
#2B3766
(43,55,102)
#26315A
(38,49,90)
#212B4E
(33,43,78)
#1C2542
(28,37,66)
#171F36
(23,31,54)
#12192A
(18,25,42)
#0D131E
(13,19,30)
#080D12
(8,13,18)
#000000
(0,0,0)

Tints of #3A498A

#3A498A
(58,73,138)
#4B5994
(75,89,148)
#5C699E
(92,105,158)
#6D79A8
(109,121,168)
#7E89B2
(126,137,178)
#8F99BC
(143,153,188)
#A0A9C6
(160,169,198)
#B1B9D0
(177,185,208)
#C2C9DA
(194,201,218)
#D3D9E4
(211,217,228)
#E4E9EE
(228,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A498A color. Also use rgb(58,73,138) instead hex code.

Text Font Color

.myTextColor { color: #3A498A; }

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

This text font color is #3A498A.

Background Color

.myBgColor { background-color: #3A498A; }

<div style="background-color:#3A498A">Inner text</div>

This div background color is #3A498A.

Border color

.myBorderColor { border: 1px solid #3A498A; }

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

This div border color is #3A498A.

Opacity

.myOpacity80 { color: #3A498A; opacity: 0.8; }

<p style="color:#3A498A;opacity:0.8;">80%</p>

Text with #3A498A 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 #3A498A;}

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

This text has shadow with #3A498A color.


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

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

This text has shadow with #3A498A primary color and red secondary color.


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

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

This text has shadow with #3A498A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3A498A.

Preview

Color preview on black background

This text has color #3A498A on black background.


Color preview on white background

This text has color #3A498A on white background.


Black color preview on #3A498A background

This text has black color on #3A498A background.


White color preview on #3A498A background

This text has white color on #3A498A background.


Related colors

Complementary color

Complementary color for #hex is #C5B675.


I love getcolorcode.com

Triadic colors

1 #8A3A49 and #498A3A with #3A498A are triadic colors.

2 #8A493A and #493A8A with #3A498A are triadic colors.