COLOR #3B76F7

HEX: #3B76F7
RGB: (59,118,247)

Color info

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

RGB color model

#3B76F7 color RGB value is (59,118,247).

  • red value is 59;
  • green value is 118;
  • blue value is 247.
RGB:
(59,118,247)
(23%,46%,97%)

RGB channels and saturation

R 59 of 255 = 23%
G 118 of 255 = 46%
B 247 of 255 = 97%

59
118
247

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

Portions of RGB colors in percentages

R + G + B =
59 + 118 + 247 = 424 (100%)
R 59 of 424 ~ 13.92%
G 118 of 424 ~ 27.83%
B 247 of 424 ~ 58.25%

%13.92
%27.83
%58.25

CMYK color model

#3B76F7 color CMYK value is (76,52,0,3).

  • cyan value is 76.11%
  • magenta value is 52.23%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(76,52,0,3)
C76M52Y0K3 
(76%,52%,0%,3%)
(0.76/0.52/0.00/0.03)	

CMYK percentages

%76.11
%52.23
%0
%3.14

Codes

Color #3B76F7 in popluar color models

3B76F7
RGB59118247
HSL221°92.16%60.00%
HSB/HSV221°76.11%96.86%
CMYK76.11%52.23%0.00%
3.14%

Color #3B76F7 in popluar number systems.

HEX3B76F7
Decimal59118247
Binary111011111011011110111
Octal73166367

Shades and tints

Shades of #3B76F7

#3B76F7
(59,118,247)
#366CE1
(54,108,225)
#3162CB
(49,98,203)
#2C58B5
(44,88,181)
#274E9F
(39,78,159)
#224489
(34,68,137)
#1D3A73
(29,58,115)
#18305D
(24,48,93)
#132647
(19,38,71)
#0E1C31
(14,28,49)
#09121B
(9,18,27)
#000000
(0,0,0)

Tints of #3B76F7

#3B76F7
(59,118,247)
#4C82F7
(76,130,247)
#5D8EF7
(93,142,247)
#6E9AF7
(110,154,247)
#7FA6F7
(127,166,247)
#90B2F7
(144,178,247)
#A1BEF7
(161,190,247)
#B2CAF7
(178,202,247)
#C3D6F7
(195,214,247)
#D4E2F7
(212,226,247)
#E5EEF7
(229,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B76F7 color. Also use rgb(59,118,247) instead hex code.

Text Font Color

.myTextColor { color: #3B76F7; }

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

This text font color is #3B76F7.


Background Color

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

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

This div background color is #3B76F7.


Border color

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

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

This div border color is #3B76F7.


Opacity

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

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

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

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

This text has shadow with #3B76F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B76F7 on black background.


Color preview on white background

This text has color #3B76F7 on white background.



Black color preview on #3B76F7 background

This text has black color on #3B76F7 background.


White color preview on #3B76F7 background

This text has white color on #3B76F7 background.