COLOR #0383E3

HEX: #0383E3
RGB: (3,131,227)

Color info

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

RGB color model

#0383E3 color RGB value is (3,131,227).

  • red value is 3;
  • green value is 131;
  • blue value is 227.
RGB:
(3,131,227)
(1%,51%,89%)

RGB channels and saturation

R 3 of 255 = 1%
G 131 of 255 = 51%
B 227 of 255 = 89%

3
131
227

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

Portions of RGB colors in percentages

R + G + B =
3 + 131 + 227 = 361 (100%)
R 3 of 361 ~ 0.83%
G 131 of 361 ~ 36.29%
B 227 of 361 ~ 62.88%

%36.29
%62.88

CMYK color model

#0383E3 color CMYK value is (99,42,0,11).

  • cyan value is 98.68%
  • magenta value is 42.29%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(99,42,0,11)
C99M42Y0K11 
(99%,42%,0%,11%)
(0.99/0.42/0.00/0.11)	

CMYK percentages

%98.68
%42.29
%0
%10.98

Codes

Color #0383E3 in popluar color models

0383E3
RGB3131227
HSL206°97.39%45.10%
HSB/HSV206°98.68%89.02%
CMYK98.68%42.29%0.00%
10.98%

Color #0383E3 in popluar number systems.

HEX0383E3
Decimal3131227
Binary111000001111100011
Octal3203343

Shades and tints

Shades of #0383E3

#0383E3
(3,131,227)
#0378CF
(3,120,207)
#036DBB
(3,109,187)
#0362A7
(3,98,167)
#035793
(3,87,147)
#034C7F
(3,76,127)
#03416B
(3,65,107)
#033657
(3,54,87)
#032B43
(3,43,67)
#03202F
(3,32,47)
#03151B
(3,21,27)
#000000
(0,0,0)

Tints of #0383E3

#0383E3
(3,131,227)
#198EE5
(25,142,229)
#2F99E7
(47,153,231)
#45A4E9
(69,164,233)
#5BAFEB
(91,175,235)
#71BAED
(113,186,237)
#87C5EF
(135,197,239)
#9DD0F1
(157,208,241)
#B3DBF3
(179,219,243)
#C9E6F5
(201,230,245)
#DFF1F7
(223,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0383E3 color. Also use rgb(3,131,227) instead hex code.

Text Font Color

.myTextColor { color: #0383E3; }

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

This text font color is #0383E3.


Background Color

.myBgColor { background-color: #0383E3; }

<div style="background-color:#0383E3">Inner text</div>

This div background color is #0383E3.


Border color

.myBorderColor { border: 1px solid #0383E3; }

<div style="border:3px solid #0383E3">Div</div>

This div border color is #0383E3.


Opacity

.myOpacity80 { color: #0383E3; opacity: 0.8; }

<p style="color:#0383E3;opacity:0.8;">80%</p>

Text with #0383E3 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 #0383E3;}

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

This text has shadow with #0383E3 color.

.textShadow {text-shadow: 3px 3px 1px #0383E3, 3px 3px 1px red;}

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

This text has shadow with #0383E3 primary color and red secondary color.


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

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

This text has shadow with #0383E3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0383E3 on black background.


Color preview on white background

This text has color #0383E3 on white background.



Black color preview on #0383E3 background

This text has black color on #0383E3 background.


White color preview on #0383E3 background

This text has white color on #0383E3 background.