COLOR #03496E

HEX: #03496E
RGB: (3,73,110)

Color info

#03496E contains mainly green and blue colors. Web safe color of #03496E is #003366 (or #036).

RGB color model

#03496E color RGB value is (3,73,110).

  • red value is 3;
  • green value is 73;
  • blue value is 110.
RGB:
(3,73,110)
(1%,29%,43%)

RGB channels and saturation

R 3 of 255 = 1%
G 73 of 255 = 29%
B 110 of 255 = 43%

3
73
110

R + G + B ~ 24%. #03496E is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 73 + 110 = 186 (100%)
R 3 of 186 ~ 1.61%
G 73 of 186 ~ 39.25%
B 110 of 186 ~ 59.14%

%39.25
%59.14

CMYK color model

#03496E color CMYK value is (97,34,0,57).

  • cyan value is 97.27%
  • magenta value is 33.64%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(97,34,0,57)
C97M34Y0K57 
(97%,34%,0%,57%)
(0.97/0.34/0.00/0.57)	

CMYK percentages

%97.27
%33.64
%0
%56.86

Codes

Color #03496E in popluar color models

03496E
RGB373110
HSL201°94.69%22.16%
HSB/HSV201°97.27%43.14%
CMYK97.27%33.64%0.00%
56.86%

Color #03496E in popluar number systems.

HEX03496E
Decimal373110
Binary1110010011101110
Octal3111156

Shades and tints

Shades of #03496E

#03496E
(3,73,110)
#034364
(3,67,100)
#033D5A
(3,61,90)
#033750
(3,55,80)
#033146
(3,49,70)
#032B3C
(3,43,60)
#032532
(3,37,50)
#031F28
(3,31,40)
#03191E
(3,25,30)
#031314
(3,19,20)
#030D0A
(3,13,10)
#000000
(0,0,0)

Tints of #03496E

#03496E
(3,73,110)
#19597B
(25,89,123)
#2F6988
(47,105,136)
#457995
(69,121,149)
#5B89A2
(91,137,162)
#7199AF
(113,153,175)
#87A9BC
(135,169,188)
#9DB9C9
(157,185,201)
#B3C9D6
(179,201,214)
#C9D9E3
(201,217,227)
#DFE9F0
(223,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03496E color. Also use rgb(3,73,110) instead hex code.

Text Font Color

.myTextColor { color: #03496E; }

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

This text font color is #03496E.


Background Color

.myBgColor { background-color: #03496E; }

<div style="background-color:#03496E">Inner text</div>

This div background color is #03496E.


Border color

.myBorderColor { border: 1px solid #03496E; }

<div style="border:3px solid #03496E">Div</div>

This div border color is #03496E.


Opacity

.myOpacity80 { color: #03496E; opacity: 0.8; }

<p style="color:#03496E;opacity:0.8;">80%</p>

Text with #03496E 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 #03496E;}

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

This text has shadow with #03496E color.

.textShadow {text-shadow: 3px 3px 1px #03496E, 3px 3px 1px red;}

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

This text has shadow with #03496E primary color and red secondary color.


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

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

This text has shadow with #03496E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03496E on black background.


Color preview on white background

This text has color #03496E on white background.



Black color preview on #03496E background

This text has black color on #03496E background.


White color preview on #03496E background

This text has white color on #03496E background.