COLOR #3B98BD

HEX: #3B98BD
RGB: (59,152,189)

Color info

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

RGB color model

#3B98BD color RGB value is (59,152,189).

  • red value is 59;
  • green value is 152;
  • blue value is 189.
RGB:
(59,152,189)
(23%,60%,74%)

RGB channels and saturation

R 59 of 255 = 23%
G 152 of 255 = 60%
B 189 of 255 = 74%

59
152
189

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

Portions of RGB colors in percentages

R + G + B =
59 + 152 + 189 = 400 (100%)
R 59 of 400 ~ 14.75%
G 152 of 400 ~ 38%
B 189 of 400 ~ 47.25%

%14.75
%38
%47.25

CMYK color model

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

  • cyan value is 68.78%
  • magenta value is 19.58%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(69,20,0,26)
C69M20Y0K26 
(69%,20%,0%,26%)
(0.69/0.20/0.00/0.26)	

CMYK percentages

%68.78
%19.58
%0
%25.88

Codes

Color #3B98BD in popluar color models

3B98BD
RGB59152189
HSL197°52.42%48.63%
HSB/HSV197°68.78%74.12%
CMYK68.78%19.58%0.00%
25.88%

Color #3B98BD in popluar number systems.

HEX3B98BD
Decimal59152189
Binary1110111001100010111101
Octal73230275

Shades and tints

Shades of #3B98BD

#3B98BD
(59,152,189)
#368BAC
(54,139,172)
#317E9B
(49,126,155)
#2C718A
(44,113,138)
#276479
(39,100,121)
#225768
(34,87,104)
#1D4A57
(29,74,87)
#183D46
(24,61,70)
#133035
(19,48,53)
#0E2324
(14,35,36)
#091613
(9,22,19)
#000000
(0,0,0)

Tints of #3B98BD

#3B98BD
(59,152,189)
#4CA1C3
(76,161,195)
#5DAAC9
(93,170,201)
#6EB3CF
(110,179,207)
#7FBCD5
(127,188,213)
#90C5DB
(144,197,219)
#A1CEE1
(161,206,225)
#B2D7E7
(178,215,231)
#C3E0ED
(195,224,237)
#D4E9F3
(212,233,243)
#E5F2F9
(229,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B98BD color. Also use rgb(59,152,189) instead hex code.

Text Font Color

.myTextColor { color: #3B98BD; }

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

This text font color is #3B98BD.


Background Color

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

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

This div background color is #3B98BD.


Border color

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

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

This div border color is #3B98BD.


Opacity

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

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

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

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

This text has shadow with #3B98BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B98BD on black background.


Color preview on white background

This text has color #3B98BD on white background.



Black color preview on #3B98BD background

This text has black color on #3B98BD background.


White color preview on #3B98BD background

This text has white color on #3B98BD background.