COLOR #03176D

HEX: #03176D
RGB: (3,23,109)

Color info

#03176D contains mainly blue color. Web safe color of #03176D is #000066 (or #006).

RGB color model

#03176D color RGB value is (3,23,109).

  • red value is 3;
  • green value is 23;
  • blue value is 109.
RGB:
(3,23,109)
(1%,9%,43%)

RGB channels and saturation

R 3 of 255 = 1%
G 23 of 255 = 9%
B 109 of 255 = 43%

3
23
109

R + G + B ~ 18%. #03176D is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 23 + 109 = 135 (100%)
R 3 of 135 ~ 2.22%
G 23 of 135 ~ 17.04%
B 109 of 135 ~ 80.74%

%17.04
%80.74

CMYK color model

#03176D color CMYK value is (97,79,0,57).

  • cyan value is 97.25%
  • magenta value is 78.90%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(97,79,0,57)
C97M79Y0K57 
(97%,79%,0%,57%)
(0.97/0.79/0.00/0.57)	

CMYK percentages

%97.25
%78.9
%0
%57.25

Codes

Color #03176D in popluar color models

03176D
RGB323109
HSL229°94.64%21.96%
HSB/HSV229°97.25%42.75%
CMYK97.25%78.90%0.00%
57.25%

Color #03176D in popluar number systems.

HEX03176D
Decimal323109
Binary11101111101101
Octal327155

Shades and tints

Shades of #03176D

#03176D
(3,23,109)
#031564
(3,21,100)
#03135B
(3,19,91)
#031152
(3,17,82)
#030F49
(3,15,73)
#030D40
(3,13,64)
#030B37
(3,11,55)
#03092E
(3,9,46)
#030725
(3,7,37)
#03051C
(3,5,28)
#030313
(3,3,19)
#000000
(0,0,0)

Tints of #03176D

#03176D
(3,23,109)
#192C7A
(25,44,122)
#2F4187
(47,65,135)
#455694
(69,86,148)
#5B6BA1
(91,107,161)
#7180AE
(113,128,174)
#8795BB
(135,149,187)
#9DAAC8
(157,170,200)
#B3BFD5
(179,191,213)
#C9D4E2
(201,212,226)
#DFE9EF
(223,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03176D color. Also use rgb(3,23,109) instead hex code.

Text Font Color

.myTextColor { color: #03176D; }

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

This text font color is #03176D.


Background Color

.myBgColor { background-color: #03176D; }

<div style="background-color:#03176D">Inner text</div>

This div background color is #03176D.


Border color

.myBorderColor { border: 1px solid #03176D; }

<div style="border:3px solid #03176D">Div</div>

This div border color is #03176D.


Opacity

.myOpacity80 { color: #03176D; opacity: 0.8; }

<p style="color:#03176D;opacity:0.8;">80%</p>

Text with #03176D 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 #03176D;}

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

This text has shadow with #03176D color.

.textShadow {text-shadow: 3px 3px 1px #03176D, 3px 3px 1px red;}

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

This text has shadow with #03176D primary color and red secondary color.


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

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

This text has shadow with #03176D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03176D on black background.


Color preview on white background

This text has color #03176D on white background.



Black color preview on #03176D background

This text has black color on #03176D background.


White color preview on #03176D background

This text has white color on #03176D background.