COLOR #0386BD

HEX: #0386BD
RGB: (3,134,189)

Color info

#0386BD contains mainly green and blue colors. Web safe color of #0386BD is #0099CC (or #09C).

RGB color model

#0386BD color RGB value is (3,134,189).

  • red value is 3;
  • green value is 134;
  • blue value is 189.
RGB:
(3,134,189)
(1%,53%,74%)

RGB channels and saturation

R 3 of 255 = 1%
G 134 of 255 = 53%
B 189 of 255 = 74%

3
134
189

R + G + B ~ 43%. #0386BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
3 + 134 + 189 = 326 (100%)
R 3 of 326 ~ 0.92%
G 134 of 326 ~ 41.1%
B 189 of 326 ~ 57.98%

%41.1
%57.98

CMYK color model

#0386BD color CMYK value is (98,29,0,26).

  • cyan value is 98.41%
  • magenta value is 29.10%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(98,29,0,26)
C98M29Y0K26 
(98%,29%,0%,26%)
(0.98/0.29/0.00/0.26)	

CMYK percentages

%98.41
%29.1
%0
%25.88

Codes

Color #0386BD in popluar color models

0386BD
RGB3134189
HSL198°96.88%37.65%
HSB/HSV198°98.41%74.12%
CMYK98.41%29.10%0.00%
25.88%

Color #0386BD in popluar number systems.

HEX0386BD
Decimal3134189
Binary111000011010111101
Octal3206275

Shades and tints

Shades of #0386BD

#0386BD
(3,134,189)
#037AAC
(3,122,172)
#036E9B
(3,110,155)
#03628A
(3,98,138)
#035679
(3,86,121)
#034A68
(3,74,104)
#033E57
(3,62,87)
#033246
(3,50,70)
#032635
(3,38,53)
#031A24
(3,26,36)
#030E13
(3,14,19)
#000000
(0,0,0)

Tints of #0386BD

#0386BD
(3,134,189)
#1991C3
(25,145,195)
#2F9CC9
(47,156,201)
#45A7CF
(69,167,207)
#5BB2D5
(91,178,213)
#71BDDB
(113,189,219)
#87C8E1
(135,200,225)
#9DD3E7
(157,211,231)
#B3DEED
(179,222,237)
#C9E9F3
(201,233,243)
#DFF4F9
(223,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0386BD color. Also use rgb(3,134,189) instead hex code.

Text Font Color

.myTextColor { color: #0386BD; }

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

This text font color is #0386BD.


Background Color

.myBgColor { background-color: #0386BD; }

<div style="background-color:#0386BD">Inner text</div>

This div background color is #0386BD.


Border color

.myBorderColor { border: 1px solid #0386BD; }

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

This div border color is #0386BD.


Opacity

.myOpacity80 { color: #0386BD; opacity: 0.8; }

<p style="color:#0386BD;opacity:0.8;">80%</p>

Text with #0386BD 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 #0386BD;}

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

This text has shadow with #0386BD color.

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

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

This text has shadow with #0386BD primary color and red secondary color.


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

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

This text has shadow with #0386BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0386BD on black background.


Color preview on white background

This text has color #0386BD on white background.



Black color preview on #0386BD background

This text has black color on #0386BD background.


White color preview on #0386BD background

This text has white color on #0386BD background.