COLOR #3B8BD3

HEX: #3B8BD3
RGB: (59,139,211)

Color info

#3B8BD3 contains mainly blue color. Web safe color of #3B8BD3 is #3399CC (or #39C).

RGB color model

#3B8BD3 color RGB value is (59,139,211).

  • red value is 59;
  • green value is 139;
  • blue value is 211.
RGB:
(59,139,211)
(23%,55%,83%)

RGB channels and saturation

R 59 of 255 = 23%
G 139 of 255 = 55%
B 211 of 255 = 83%

59
139
211

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

Portions of RGB colors in percentages

R + G + B =
59 + 139 + 211 = 409 (100%)
R 59 of 409 ~ 14.43%
G 139 of 409 ~ 33.99%
B 211 of 409 ~ 51.59%

%14.43
%33.99
%51.59

CMYK color model

#3B8BD3 color CMYK value is (72,34,0,17).

  • cyan value is 72.04%
  • magenta value is 34.12%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(72,34,0,17)
C72M34Y0K17 
(72%,34%,0%,17%)
(0.72/0.34/0.00/0.17)	

CMYK percentages

%72.04
%34.12
%0
%17.25

Codes

Color #3B8BD3 in popluar color models

3B8BD3
RGB59139211
HSL208°63.33%52.94%
HSB/HSV208°72.04%82.75%
CMYK72.04%34.12%0.00%
17.25%

Color #3B8BD3 in popluar number systems.

HEX3B8BD3
Decimal59139211
Binary1110111000101111010011
Octal73213323

Shades and tints

Shades of #3B8BD3

#3B8BD3
(59,139,211)
#367FC0
(54,127,192)
#3173AD
(49,115,173)
#2C679A
(44,103,154)
#275B87
(39,91,135)
#224F74
(34,79,116)
#1D4361
(29,67,97)
#18374E
(24,55,78)
#132B3B
(19,43,59)
#0E1F28
(14,31,40)
#091315
(9,19,21)
#000000
(0,0,0)

Tints of #3B8BD3

#3B8BD3
(59,139,211)
#4C95D7
(76,149,215)
#5D9FDB
(93,159,219)
#6EA9DF
(110,169,223)
#7FB3E3
(127,179,227)
#90BDE7
(144,189,231)
#A1C7EB
(161,199,235)
#B2D1EF
(178,209,239)
#C3DBF3
(195,219,243)
#D4E5F7
(212,229,247)
#E5EFFB
(229,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B8BD3 color. Also use rgb(59,139,211) instead hex code.

Text Font Color

.myTextColor { color: #3B8BD3; }

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

This text font color is #3B8BD3.


Background Color

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

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

This div background color is #3B8BD3.


Border color

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

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

This div border color is #3B8BD3.


Opacity

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

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

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

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

This text has shadow with #3B8BD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B8BD3 on black background.


Color preview on white background

This text has color #3B8BD3 on white background.



Black color preview on #3B8BD3 background

This text has black color on #3B8BD3 background.


White color preview on #3B8BD3 background

This text has white color on #3B8BD3 background.