COLOR #0381D7

HEX: #0381D7
RGB: (3,129,215)

Color info

#0381D7 contains mainly blue color. Web safe color of #0381D7 is #0099CC (or #09C).

RGB color model

#0381D7 color RGB value is (3,129,215).

  • red value is 3;
  • green value is 129;
  • blue value is 215.
RGB:
(3,129,215)
(1%,51%,84%)

RGB channels and saturation

R 3 of 255 = 1%
G 129 of 255 = 51%
B 215 of 255 = 84%

3
129
215

R + G + B ~ 45%. #0381D7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
3 + 129 + 215 = 347 (100%)
R 3 of 347 ~ 0.86%
G 129 of 347 ~ 37.18%
B 215 of 347 ~ 61.96%

%37.18
%61.96

CMYK color model

#0381D7 color CMYK value is (99,40,0,16).

  • cyan value is 98.60%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(99,40,0,16)
C99M40Y0K16 
(99%,40%,0%,16%)
(0.99/0.40/0.00/0.16)	

CMYK percentages

%98.6
%40
%0
%15.69

Codes

Color #0381D7 in popluar color models

0381D7
RGB3129215
HSL204°97.25%42.75%
HSB/HSV204°98.60%84.31%
CMYK98.60%40.00%0.00%
15.69%

Color #0381D7 in popluar number systems.

HEX0381D7
Decimal3129215
Binary111000000111010111
Octal3201327

Shades and tints

Shades of #0381D7

#0381D7
(3,129,215)
#0376C4
(3,118,196)
#036BB1
(3,107,177)
#03609E
(3,96,158)
#03558B
(3,85,139)
#034A78
(3,74,120)
#033F65
(3,63,101)
#033452
(3,52,82)
#03293F
(3,41,63)
#031E2C
(3,30,44)
#031319
(3,19,25)
#000000
(0,0,0)

Tints of #0381D7

#0381D7
(3,129,215)
#198CDA
(25,140,218)
#2F97DD
(47,151,221)
#45A2E0
(69,162,224)
#5BADE3
(91,173,227)
#71B8E6
(113,184,230)
#87C3E9
(135,195,233)
#9DCEEC
(157,206,236)
#B3D9EF
(179,217,239)
#C9E4F2
(201,228,242)
#DFEFF5
(223,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0381D7 color. Also use rgb(3,129,215) instead hex code.

Text Font Color

.myTextColor { color: #0381D7; }

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

This text font color is #0381D7.


Background Color

.myBgColor { background-color: #0381D7; }

<div style="background-color:#0381D7">Inner text</div>

This div background color is #0381D7.


Border color

.myBorderColor { border: 1px solid #0381D7; }

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

This div border color is #0381D7.


Opacity

.myOpacity80 { color: #0381D7; opacity: 0.8; }

<p style="color:#0381D7;opacity:0.8;">80%</p>

Text with #0381D7 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 #0381D7;}

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

This text has shadow with #0381D7 color.

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

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

This text has shadow with #0381D7 primary color and red secondary color.


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

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

This text has shadow with #0381D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0381D7 on black background.


Color preview on white background

This text has color #0381D7 on white background.



Black color preview on #0381D7 background

This text has black color on #0381D7 background.


White color preview on #0381D7 background

This text has white color on #0381D7 background.