COLOR #0371F2

HEX: #0371F2
RGB: (3,113,242)

Color info

#0371F2 contains mainly blue color. Web safe color of #0371F2 is #0066FF (or #06F).

RGB color model

#0371F2 color RGB value is (3,113,242).

  • red value is 3;
  • green value is 113;
  • blue value is 242.
RGB:
(3,113,242)
(1%,44%,95%)

RGB channels and saturation

R 3 of 255 = 1%
G 113 of 255 = 44%
B 242 of 255 = 95%

3
113
242

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

Portions of RGB colors in percentages

R + G + B =
3 + 113 + 242 = 358 (100%)
R 3 of 358 ~ 0.84%
G 113 of 358 ~ 31.56%
B 242 of 358 ~ 67.6%

%31.56
%67.6

CMYK color model

#0371F2 color CMYK value is (99,53,0,5).

  • cyan value is 98.76%
  • magenta value is 53.31%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(99,53,0,5)
C99M53Y0K5 
(99%,53%,0%,5%)
(0.99/0.53/0.00/0.05)	

CMYK percentages

%98.76
%53.31
%0
%5.1

Codes

Color #0371F2 in popluar color models

0371F2
RGB3113242
HSL212°97.55%48.04%
HSB/HSV212°98.76%94.90%
CMYK98.76%53.31%0.00%
5.10%

Color #0371F2 in popluar number systems.

HEX0371F2
Decimal3113242
Binary11111000111110010
Octal3161362

Shades and tints

Shades of #0371F2

#0371F2
(3,113,242)
#0367DC
(3,103,220)
#035DC6
(3,93,198)
#0353B0
(3,83,176)
#03499A
(3,73,154)
#033F84
(3,63,132)
#03356E
(3,53,110)
#032B58
(3,43,88)
#032142
(3,33,66)
#03172C
(3,23,44)
#030D16
(3,13,22)
#000000
(0,0,0)

Tints of #0371F2

#0371F2
(3,113,242)
#197DF3
(25,125,243)
#2F89F4
(47,137,244)
#4595F5
(69,149,245)
#5BA1F6
(91,161,246)
#71ADF7
(113,173,247)
#87B9F8
(135,185,248)
#9DC5F9
(157,197,249)
#B3D1FA
(179,209,250)
#C9DDFB
(201,221,251)
#DFE9FC
(223,233,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0371F2 color. Also use rgb(3,113,242) instead hex code.

Text Font Color

.myTextColor { color: #0371F2; }

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

This text font color is #0371F2.


Background Color

.myBgColor { background-color: #0371F2; }

<div style="background-color:#0371F2">Inner text</div>

This div background color is #0371F2.


Border color

.myBorderColor { border: 1px solid #0371F2; }

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

This div border color is #0371F2.


Opacity

.myOpacity80 { color: #0371F2; opacity: 0.8; }

<p style="color:#0371F2;opacity:0.8;">80%</p>

Text with #0371F2 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 #0371F2;}

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

This text has shadow with #0371F2 color.

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

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

This text has shadow with #0371F2 primary color and red secondary color.


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

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

This text has shadow with #0371F2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0371F2 on black background.


Color preview on white background

This text has color #0371F2 on white background.



Black color preview on #0371F2 background

This text has black color on #0371F2 background.


White color preview on #0371F2 background

This text has white color on #0371F2 background.