COLOR #3A8BBD

HEX: #3A8BBD
RGB: (58,139,189)

Color info

#3A8BBD contains mainly green and blue colors. Web safe color of #3A8BBD is #3399CC (or #39C).

RGB color model

#3A8BBD color RGB value is (58,139,189).

  • red value is 58;
  • green value is 139;
  • blue value is 189.
RGB:
(58,139,189)
(23%,55%,74%)

RGB channels and saturation

R 58 of 255 = 23%
G 139 of 255 = 55%
B 189 of 255 = 74%

58
139
189

R + G + B ~ 51%. #3A8BBD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
58 + 139 + 189 = 386 (100%)
R 58 of 386 ~ 15.03%
G 139 of 386 ~ 36.01%
B 189 of 386 ~ 48.96%

%15.03
%36.01
%48.96

CMYK color model

#3A8BBD color CMYK value is (69,26,0,26).

  • cyan value is 69.31%
  • magenta value is 26.46%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(69,26,0,26)
C69M26Y0K26 
(69%,26%,0%,26%)
(0.69/0.26/0.00/0.26)	

CMYK percentages

%69.31
%26.46
%0
%25.88

Codes

Color #3A8BBD in popluar color models

3A8BBD
RGB58139189
HSL203°53.04%48.43%
HSB/HSV203°69.31%74.12%
CMYK69.31%26.46%0.00%
25.88%

Color #3A8BBD in popluar number systems.

HEX3A8BBD
Decimal58139189
Binary1110101000101110111101
Octal72213275

Shades and tints

Shades of #3A8BBD

#3A8BBD
(58,139,189)
#357FAC
(53,127,172)
#30739B
(48,115,155)
#2B678A
(43,103,138)
#265B79
(38,91,121)
#214F68
(33,79,104)
#1C4357
(28,67,87)
#173746
(23,55,70)
#122B35
(18,43,53)
#0D1F24
(13,31,36)
#081313
(8,19,19)
#000000
(0,0,0)

Tints of #3A8BBD

#3A8BBD
(58,139,189)
#4B95C3
(75,149,195)
#5C9FC9
(92,159,201)
#6DA9CF
(109,169,207)
#7EB3D5
(126,179,213)
#8FBDDB
(143,189,219)
#A0C7E1
(160,199,225)
#B1D1E7
(177,209,231)
#C2DBED
(194,219,237)
#D3E5F3
(211,229,243)
#E4EFF9
(228,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A8BBD color. Also use rgb(58,139,189) instead hex code.

Text Font Color

.myTextColor { color: #3A8BBD; }

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

This text font color is #3A8BBD.


Background Color

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

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

This div background color is #3A8BBD.


Border color

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

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

This div border color is #3A8BBD.


Opacity

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

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

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

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

This text has shadow with #3A8BBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A8BBD on black background.


Color preview on white background

This text has color #3A8BBD on white background.



Black color preview on #3A8BBD background

This text has black color on #3A8BBD background.


White color preview on #3A8BBD background

This text has white color on #3A8BBD background.