COLOR #0398B5

HEX: #0398B5
RGB: (3,152,181)

Color info

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

RGB color model

#0398B5 color RGB value is (3,152,181).

  • red value is 3;
  • green value is 152;
  • blue value is 181.
RGB:
(3,152,181)
(1%,60%,71%)

RGB channels and saturation

R 3 of 255 = 1%
G 152 of 255 = 60%
B 181 of 255 = 71%

3
152
181

R + G + B ~ 44%. #0398B5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
3 + 152 + 181 = 336 (100%)
R 3 of 336 ~ 0.89%
G 152 of 336 ~ 45.24%
B 181 of 336 ~ 53.87%

%45.24
%53.87

CMYK color model

#0398B5 color CMYK value is (98,16,0,29).

  • cyan value is 98.34%
  • magenta value is 16.02%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(98,16,0,29)
C98M16Y0K29 
(98%,16%,0%,29%)
(0.98/0.16/0.00/0.29)	

CMYK percentages

%98.34
%16.02
%0
%29.02

Codes

Color #0398B5 in popluar color models

0398B5
RGB3152181
HSL190°96.74%36.08%
HSB/HSV190°98.34%70.98%
CMYK98.34%16.02%0.00%
29.02%

Color #0398B5 in popluar number systems.

HEX0398B5
Decimal3152181
Binary111001100010110101
Octal3230265

Shades and tints

Shades of #0398B5

#0398B5
(3,152,181)
#038BA5
(3,139,165)
#037E95
(3,126,149)
#037185
(3,113,133)
#036475
(3,100,117)
#035765
(3,87,101)
#034A55
(3,74,85)
#033D45
(3,61,69)
#033035
(3,48,53)
#032325
(3,35,37)
#031615
(3,22,21)
#000000
(0,0,0)

Tints of #0398B5

#0398B5
(3,152,181)
#19A1BB
(25,161,187)
#2FAAC1
(47,170,193)
#45B3C7
(69,179,199)
#5BBCCD
(91,188,205)
#71C5D3
(113,197,211)
#87CED9
(135,206,217)
#9DD7DF
(157,215,223)
#B3E0E5
(179,224,229)
#C9E9EB
(201,233,235)
#DFF2F1
(223,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0398B5 color. Also use rgb(3,152,181) instead hex code.

Text Font Color

.myTextColor { color: #0398B5; }

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

This text font color is #0398B5.


Background Color

.myBgColor { background-color: #0398B5; }

<div style="background-color:#0398B5">Inner text</div>

This div background color is #0398B5.


Border color

.myBorderColor { border: 1px solid #0398B5; }

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

This div border color is #0398B5.


Opacity

.myOpacity80 { color: #0398B5; opacity: 0.8; }

<p style="color:#0398B5;opacity:0.8;">80%</p>

Text with #0398B5 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 #0398B5;}

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

This text has shadow with #0398B5 color.

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

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

This text has shadow with #0398B5 primary color and red secondary color.


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

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

This text has shadow with #0398B5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0398B5 on black background.


Color preview on white background

This text has color #0398B5 on white background.



Black color preview on #0398B5 background

This text has black color on #0398B5 background.


White color preview on #0398B5 background

This text has white color on #0398B5 background.