COLOR #3B37F8

HEX: #3B37F8
RGB: (59,55,248)

Color info

#3B37F8 contains mainly blue color. Web safe color of #3B37F8 is #3333FF (or #33F).

RGB color model

#3B37F8 color RGB value is (59,55,248).

  • red value is 59;
  • green value is 55;
  • blue value is 248.
RGB:
(59,55,248)
(23%,22%,97%)

RGB channels and saturation

R 59 of 255 = 23%
G 55 of 255 = 22%
B 248 of 255 = 97%

59
55
248

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

Portions of RGB colors in percentages

R + G + B =
59 + 55 + 248 = 362 (100%)
R 59 of 362 ~ 16.3%
G 55 of 362 ~ 15.19%
B 248 of 362 ~ 68.51%

%16.3
%15.19
%68.51

CMYK color model

#3B37F8 color CMYK value is (76,78,0,3).

  • cyan value is 76.21%
  • magenta value is 77.82%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(76,78,0,3)
C76M78Y0K3 
(76%,78%,0%,3%)
(0.76/0.78/0.00/0.03)	

CMYK percentages

%76.21
%77.82
%0
%2.75

Codes

Color #3B37F8 in popluar color models

3B37F8
RGB5955248
HSL241°93.24%59.41%
HSB/HSV241°77.82%97.25%
CMYK76.21%77.82%0.00%
2.75%

Color #3B37F8 in popluar number systems.

HEX3B37F8
Decimal5955248
Binary11101111011111111000
Octal7367370

Shades and tints

Shades of #3B37F8

#3B37F8
(59,55,248)
#3632E2
(54,50,226)
#312DCC
(49,45,204)
#2C28B6
(44,40,182)
#2723A0
(39,35,160)
#221E8A
(34,30,138)
#1D1974
(29,25,116)
#18145E
(24,20,94)
#130F48
(19,15,72)
#0E0A32
(14,10,50)
#09051C
(9,5,28)
#000000
(0,0,0)

Tints of #3B37F8

#3B37F8
(59,55,248)
#4C49F8
(76,73,248)
#5D5BF8
(93,91,248)
#6E6DF8
(110,109,248)
#7F7FF8
(127,127,248)
#9091F8
(144,145,248)
#A1A3F8
(161,163,248)
#B2B5F8
(178,181,248)
#C3C7F8
(195,199,248)
#D4D9F8
(212,217,248)
#E5EBF8
(229,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B37F8 color. Also use rgb(59,55,248) instead hex code.

Text Font Color

.myTextColor { color: #3B37F8; }

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

This text font color is #3B37F8.


Background Color

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

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

This div background color is #3B37F8.


Border color

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

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

This div border color is #3B37F8.


Opacity

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

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

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

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

This text has shadow with #3B37F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B37F8 on black background.


Color preview on white background

This text has color #3B37F8 on white background.



Black color preview on #3B37F8 background

This text has black color on #3B37F8 background.


White color preview on #3B37F8 background

This text has white color on #3B37F8 background.