COLOR #3A5088

HEX: #3A5088
RGB: (58,80,136)

Color info

#3A5088 contains mainly green and blue colors. Web safe color of #3A5088 is #336699 (or #369).

RGB color model

#3A5088 color RGB value is (58,80,136).

  • red value is 58;
  • green value is 80;
  • blue value is 136.
RGB:
(58,80,136)
(23%,31%,53%)

RGB channels and saturation

R 58 of 255 = 23%
G 80 of 255 = 31%
B 136 of 255 = 53%

58
80
136

R + G + B ~ 36%. #3A5088 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 80 + 136 = 274 (100%)
R 58 of 274 ~ 21.17%
G 80 of 274 ~ 29.2%
B 136 of 274 ~ 49.64%

%21.17
%29.2
%49.64

CMYK color model

#3A5088 color CMYK value is (57,41,0,47).

  • cyan value is 57.35%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(57,41,0,47)
C57M41Y0K47 
(57%,41%,0%,47%)
(0.57/0.41/0.00/0.47)	

CMYK percentages

%57.35
%41.18
%0
%46.67

Codes

Color #3A5088 in popluar color models

3A5088
RGB5880136
HSL223°40.21%38.04%
HSB/HSV223°57.35%53.33%
CMYK57.35%41.18%0.00%
46.67%

Color #3A5088 in popluar number systems.

HEX3A5088
Decimal5880136
Binary111010101000010001000
Octal72120210

Shades and tints

Shades of #3A5088

#3A5088
(58,80,136)
#35497C
(53,73,124)
#304270
(48,66,112)
#2B3B64
(43,59,100)
#263458
(38,52,88)
#212D4C
(33,45,76)
#1C2640
(28,38,64)
#171F34
(23,31,52)
#121828
(18,24,40)
#0D111C
(13,17,28)
#080A10
(8,10,16)
#000000
(0,0,0)

Tints of #3A5088

#3A5088
(58,80,136)
#4B5F92
(75,95,146)
#5C6E9C
(92,110,156)
#6D7DA6
(109,125,166)
#7E8CB0
(126,140,176)
#8F9BBA
(143,155,186)
#A0AAC4
(160,170,196)
#B1B9CE
(177,185,206)
#C2C8D8
(194,200,216)
#D3D7E2
(211,215,226)
#E4E6EC
(228,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5088 color. Also use rgb(58,80,136) instead hex code.

Text Font Color

.myTextColor { color: #3A5088; }

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

This text font color is #3A5088.


Background Color

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

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

This div background color is #3A5088.


Border color

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

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

This div border color is #3A5088.


Opacity

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

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

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

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

This text has shadow with #3A5088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5088 on black background.


Color preview on white background

This text has color #3A5088 on white background.



Black color preview on #3A5088 background

This text has black color on #3A5088 background.


White color preview on #3A5088 background

This text has white color on #3A5088 background.