COLOR #3B8EEE

HEX: #3B8EEE RGB: (59,142,238)

Color info

#3B8EEE contains mainly blue color. Web safe color of #3B8EEE is #3399FF (or #39F).

RGB color model

#3B8EEE color RGB value is (59,142,238).

RGB: (59,142,238) (23%, 56%, 93%)

RGB channels and saturation

R 59 of 255 = 23%
G 142 of 255 = 56%
B 238 of 255 = 93%

59
142
238

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

Portions of RGB colors in percentages

R + G + B = 59 + 142 + 238 = 439 (100%)
R 59 of 439 ~ 13.44%
G 142 of 439 ~ 32.35%
B 238 of 439 ~ 54.21'%

%13.44
%32.35
%54.21

CMYK color model

#3B8EEE color CMYK value is (75,40,0,7).

  • cyan value is 75.21%
  • magenta value is 40.34%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (75,40,0,7)
C75M40Y0K7 (75%, 40%, 0%, 7%)
(0.75 / 0.40 / 0.00 / 0.07)

CMYK percentages

%75.21
%40.34
%0
%6.67

Codes

Color #3B8EEE in popluar color models

3B 8E EE
RGB 59 142 238
HSL 212° 84.04% 58.24%
HSB/HSV 212° 75.21% 93.33%
CMYK 75.21% 40.34% 0.00%
6.67%

Color #3B8EEE in popluar number systems.

HEX 3B 8E EE
Decimal 59 142 238
Binary 111011 10001110 11101110
Octal 73 216 356

Shades and tints

Shades of #3B8EEE

#3B8EEE
(59,142,238)
#3682D9
(54,130,217)
#3176C4
(49,118,196)
#2C6AAF
(44,106,175)
#275E9A
(39,94,154)
#225285
(34,82,133)
#1D4670
(29,70,112)
#183A5B
(24,58,91)
#132E46
(19,46,70)
#0E2231
(14,34,49)
#09161C
(9,22,28)
#000000
(0,0,0)

Tints of #3B8EEE

#3B8EEE
(59,142,238)
#4C98EF
(76,152,239)
#5DA2F0
(93,162,240)
#6EACF1
(110,172,241)
#7FB6F2
(127,182,242)
#90C0F3
(144,192,243)
#A1CAF4
(161,202,244)
#B2D4F5
(178,212,245)
#C3DEF6
(195,222,246)
#D4E8F7
(212,232,247)
#E5F2F8
(229,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B8EEE color. Also use rgb(59,142,238) instead hex code.

Text Font Color

.myTextColor { color: #3B8EEE; }

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

This text font color is #3B8EEE.

Background Color

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

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

This div background color is #3B8EEE.

Border color

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

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

This div border color is #3B8EEE.

Opacity

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

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

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

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

This text has shadow with #3B8EEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B8EEE.

Preview

Color preview on black background

This text has color #3B8EEE on black background.


Color preview on white background

This text has color #3B8EEE on white background.


Black color preview on #3B8EEE background

This text has black color on #3B8EEE background.


White color preview on #3B8EEE background

This text has white color on #3B8EEE background.


Related colors

Complementary color

Complementary color for #hex is #C47111.


I love getcolorcode.com

Triadic colors

1 #EE3B8E and #8EEE3B with #3B8EEE are triadic colors.

2 #EE8E3B and #8E3BEE with #3B8EEE are triadic colors.