COLOR #03A2E5

HEX: #03A2E5
RGB: (3,162,229)

Color info

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

RGB color model

#03A2E5 color RGB value is (3,162,229).

  • red value is 3;
  • green value is 162;
  • blue value is 229.
RGB:
(3,162,229)
(1%,64%,90%)

RGB channels and saturation

R 3 of 255 = 1%
G 162 of 255 = 64%
B 229 of 255 = 90%

3
162
229

R + G + B ~ 52%. #03A2E5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
3 + 162 + 229 = 394 (100%)
R 3 of 394 ~ 0.76%
G 162 of 394 ~ 41.12%
B 229 of 394 ~ 58.12%

%41.12
%58.12

CMYK color model

#03A2E5 color CMYK value is (99,29,0,10).

  • cyan value is 98.69%
  • magenta value is 29.26%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(99,29,0,10)
C99M29Y0K10 
(99%,29%,0%,10%)
(0.99/0.29/0.00/0.10)	

CMYK percentages

%98.69
%29.26
%0
%10.2

Codes

Color #03A2E5 in popluar color models

03A2E5
RGB3162229
HSL198°97.41%45.49%
HSB/HSV198°98.69%89.80%
CMYK98.69%29.26%0.00%
10.20%

Color #03A2E5 in popluar number systems.

HEX03A2E5
Decimal3162229
Binary111010001011100101
Octal3242345

Shades and tints

Shades of #03A2E5

#03A2E5
(3,162,229)
#0394D1
(3,148,209)
#0386BD
(3,134,189)
#0378A9
(3,120,169)
#036A95
(3,106,149)
#035C81
(3,92,129)
#034E6D
(3,78,109)
#034059
(3,64,89)
#033245
(3,50,69)
#032431
(3,36,49)
#03161D
(3,22,29)
#000000
(0,0,0)

Tints of #03A2E5

#03A2E5
(3,162,229)
#19AAE7
(25,170,231)
#2FB2E9
(47,178,233)
#45BAEB
(69,186,235)
#5BC2ED
(91,194,237)
#71CAEF
(113,202,239)
#87D2F1
(135,210,241)
#9DDAF3
(157,218,243)
#B3E2F5
(179,226,245)
#C9EAF7
(201,234,247)
#DFF2F9
(223,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03A2E5 color. Also use rgb(3,162,229) instead hex code.

Text Font Color

.myTextColor { color: #03A2E5; }

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

This text font color is #03A2E5.


Background Color

.myBgColor { background-color: #03A2E5; }

<div style="background-color:#03A2E5">Inner text</div>

This div background color is #03A2E5.


Border color

.myBorderColor { border: 1px solid #03A2E5; }

<div style="border:3px solid #03A2E5">Div</div>

This div border color is #03A2E5.


Opacity

.myOpacity80 { color: #03A2E5; opacity: 0.8; }

<p style="color:#03A2E5;opacity:0.8;">80%</p>

Text with #03A2E5 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 #03A2E5;}

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

This text has shadow with #03A2E5 color.

.textShadow {text-shadow: 3px 3px 1px #03A2E5, 3px 3px 1px red;}

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

This text has shadow with #03A2E5 primary color and red secondary color.


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

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

This text has shadow with #03A2E5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03A2E5 on black background.


Color preview on white background

This text has color #03A2E5 on white background.



Black color preview on #03A2E5 background

This text has black color on #03A2E5 background.


White color preview on #03A2E5 background

This text has white color on #03A2E5 background.