COLOR #0397BF

HEX: #0397BF
RGB: (3,151,191)

Color info

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

RGB color model

#0397BF color RGB value is (3,151,191).

  • red value is 3;
  • green value is 151;
  • blue value is 191.
RGB:
(3,151,191)
(1%,59%,75%)

RGB channels and saturation

R 3 of 255 = 1%
G 151 of 255 = 59%
B 191 of 255 = 75%

3
151
191

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

Portions of RGB colors in percentages

R + G + B =
3 + 151 + 191 = 345 (100%)
R 3 of 345 ~ 0.87%
G 151 of 345 ~ 43.77%
B 191 of 345 ~ 55.36%

%43.77
%55.36

CMYK color model

#0397BF color CMYK value is (98,21,0,25).

  • cyan value is 98.43%
  • magenta value is 20.94%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(98,21,0,25)
C98M21Y0K25 
(98%,21%,0%,25%)
(0.98/0.21/0.00/0.25)	

CMYK percentages

%98.43
%20.94
%0
%25.1

Codes

Color #0397BF in popluar color models

0397BF
RGB3151191
HSL193°96.91%38.04%
HSB/HSV193°98.43%74.90%
CMYK98.43%20.94%0.00%
25.10%

Color #0397BF in popluar number systems.

HEX0397BF
Decimal3151191
Binary111001011110111111
Octal3227277

Shades and tints

Shades of #0397BF

#0397BF
(3,151,191)
#038AAE
(3,138,174)
#037D9D
(3,125,157)
#03708C
(3,112,140)
#03637B
(3,99,123)
#03566A
(3,86,106)
#034959
(3,73,89)
#033C48
(3,60,72)
#032F37
(3,47,55)
#032226
(3,34,38)
#031515
(3,21,21)
#000000
(0,0,0)

Tints of #0397BF

#0397BF
(3,151,191)
#19A0C4
(25,160,196)
#2FA9C9
(47,169,201)
#45B2CE
(69,178,206)
#5BBBD3
(91,187,211)
#71C4D8
(113,196,216)
#87CDDD
(135,205,221)
#9DD6E2
(157,214,226)
#B3DFE7
(179,223,231)
#C9E8EC
(201,232,236)
#DFF1F1
(223,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0397BF color. Also use rgb(3,151,191) instead hex code.

Text Font Color

.myTextColor { color: #0397BF; }

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

This text font color is #0397BF.


Background Color

.myBgColor { background-color: #0397BF; }

<div style="background-color:#0397BF">Inner text</div>

This div background color is #0397BF.


Border color

.myBorderColor { border: 1px solid #0397BF; }

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

This div border color is #0397BF.


Opacity

.myOpacity80 { color: #0397BF; opacity: 0.8; }

<p style="color:#0397BF;opacity:0.8;">80%</p>

Text with #0397BF 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 #0397BF;}

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

This text has shadow with #0397BF color.

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

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

This text has shadow with #0397BF primary color and red secondary color.


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

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

This text has shadow with #0397BF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0397BF on black background.


Color preview on white background

This text has color #0397BF on white background.



Black color preview on #0397BF background

This text has black color on #0397BF background.


White color preview on #0397BF background

This text has white color on #0397BF background.