COLOR #3B6FEC

HEX: #3B6FEC
RGB: (59,111,236)

Color info

#3B6FEC contains mainly blue color. Web safe color of #3B6FEC is #3366FF (or #36F).

RGB color model

#3B6FEC color RGB value is (59,111,236).

  • red value is 59;
  • green value is 111;
  • blue value is 236.
RGB:
(59,111,236)
(23%,44%,93%)

RGB channels and saturation

R 59 of 255 = 23%
G 111 of 255 = 44%
B 236 of 255 = 93%

59
111
236

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

Portions of RGB colors in percentages

R + G + B =
59 + 111 + 236 = 406 (100%)
R 59 of 406 ~ 14.53%
G 111 of 406 ~ 27.34%
B 236 of 406 ~ 58.13%

%14.53
%27.34
%58.13

CMYK color model

#3B6FEC color CMYK value is (75,53,0,7).

  • cyan value is 75.00%
  • magenta value is 52.97%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(75,53,0,7)
C75M53Y0K7 
(75%,53%,0%,7%)
(0.75/0.53/0.00/0.07)	

CMYK percentages

%75
%52.97
%0
%7.45

Codes

Color #3B6FEC in popluar color models

3B6FEC
RGB59111236
HSL222°82.33%57.84%
HSB/HSV222°75.00%92.55%
CMYK75.00%52.97%0.00%
7.45%

Color #3B6FEC in popluar number systems.

HEX3B6FEC
Decimal59111236
Binary111011110111111101100
Octal73157354

Shades and tints

Shades of #3B6FEC

#3B6FEC
(59,111,236)
#3665D7
(54,101,215)
#315BC2
(49,91,194)
#2C51AD
(44,81,173)
#274798
(39,71,152)
#223D83
(34,61,131)
#1D336E
(29,51,110)
#182959
(24,41,89)
#131F44
(19,31,68)
#0E152F
(14,21,47)
#090B1A
(9,11,26)
#000000
(0,0,0)

Tints of #3B6FEC

#3B6FEC
(59,111,236)
#4C7CED
(76,124,237)
#5D89EE
(93,137,238)
#6E96EF
(110,150,239)
#7FA3F0
(127,163,240)
#90B0F1
(144,176,241)
#A1BDF2
(161,189,242)
#B2CAF3
(178,202,243)
#C3D7F4
(195,215,244)
#D4E4F5
(212,228,245)
#E5F1F6
(229,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6FEC color. Also use rgb(59,111,236) instead hex code.

Text Font Color

.myTextColor { color: #3B6FEC; }

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

This text font color is #3B6FEC.


Background Color

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

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

This div background color is #3B6FEC.


Border color

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

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

This div border color is #3B6FEC.


Opacity

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

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

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

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

This text has shadow with #3B6FEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6FEC on black background.


Color preview on white background

This text has color #3B6FEC on white background.



Black color preview on #3B6FEC background

This text has black color on #3B6FEC background.


White color preview on #3B6FEC background

This text has white color on #3B6FEC background.