COLOR #3A588C

HEX: #3A588C
RGB: (58,88,140)

Color info

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

RGB color model

#3A588C color RGB value is (58,88,140).

  • red value is 58;
  • green value is 88;
  • blue value is 140.
RGB:
(58,88,140)
(23%,35%,55%)

RGB channels and saturation

R 58 of 255 = 23%
G 88 of 255 = 35%
B 140 of 255 = 55%

58
88
140

R + G + B ~ 38%. #3A588C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 88 + 140 = 286 (100%)
R 58 of 286 ~ 20.28%
G 88 of 286 ~ 30.77%
B 140 of 286 ~ 48.95%

%20.28
%30.77
%48.95

CMYK color model

#3A588C color CMYK value is (59,37,0,45).

  • cyan value is 58.57%
  • magenta value is 37.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(59,37,0,45)
C59M37Y0K45 
(59%,37%,0%,45%)
(0.59/0.37/0.00/0.45)	

CMYK percentages

%58.57
%37.14
%0
%45.1

Codes

Color #3A588C in popluar color models

3A588C
RGB5888140
HSL218°41.41%38.82%
HSB/HSV218°58.57%54.90%
CMYK58.57%37.14%0.00%
45.10%

Color #3A588C in popluar number systems.

HEX3A588C
Decimal5888140
Binary111010101100010001100
Octal72130214

Shades and tints

Shades of #3A588C

#3A588C
(58,88,140)
#355080
(53,80,128)
#304874
(48,72,116)
#2B4068
(43,64,104)
#26385C
(38,56,92)
#213050
(33,48,80)
#1C2844
(28,40,68)
#172038
(23,32,56)
#12182C
(18,24,44)
#0D1020
(13,16,32)
#080814
(8,8,20)
#000000
(0,0,0)

Tints of #3A588C

#3A588C
(58,88,140)
#4B6796
(75,103,150)
#5C76A0
(92,118,160)
#6D85AA
(109,133,170)
#7E94B4
(126,148,180)
#8FA3BE
(143,163,190)
#A0B2C8
(160,178,200)
#B1C1D2
(177,193,210)
#C2D0DC
(194,208,220)
#D3DFE6
(211,223,230)
#E4EEF0
(228,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A588C color. Also use rgb(58,88,140) instead hex code.

Text Font Color

.myTextColor { color: #3A588C; }

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

This text font color is #3A588C.


Background Color

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

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

This div background color is #3A588C.


Border color

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

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

This div border color is #3A588C.


Opacity

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

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

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

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

This text has shadow with #3A588C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A588C on black background.


Color preview on white background

This text has color #3A588C on white background.



Black color preview on #3A588C background

This text has black color on #3A588C background.


White color preview on #3A588C background

This text has white color on #3A588C background.