COLOR #03739C

HEX: #03739C
RGB: (3,115,156)

Color info

#03739C contains mainly green and blue colors. Web safe color of #03739C is #006699 (or #069).

RGB color model

#03739C color RGB value is (3,115,156).

  • red value is 3;
  • green value is 115;
  • blue value is 156.
RGB:
(3,115,156)
(1%,45%,61%)

RGB channels and saturation

R 3 of 255 = 1%
G 115 of 255 = 45%
B 156 of 255 = 61%

3
115
156

R + G + B ~ 36%. #03739C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 115 + 156 = 274 (100%)
R 3 of 274 ~ 1.09%
G 115 of 274 ~ 41.97%
B 156 of 274 ~ 56.93%

%41.97
%56.93

CMYK color model

#03739C color CMYK value is (98,26,0,39).

  • cyan value is 98.08%
  • magenta value is 26.28%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(98,26,0,39)
C98M26Y0K39 
(98%,26%,0%,39%)
(0.98/0.26/0.00/0.39)	

CMYK percentages

%98.08
%26.28
%0
%38.82

Codes

Color #03739C in popluar color models

03739C
RGB3115156
HSL196°96.23%31.18%
HSB/HSV196°98.08%61.18%
CMYK98.08%26.28%0.00%
38.82%

Color #03739C in popluar number systems.

HEX03739C
Decimal3115156
Binary11111001110011100
Octal3163234

Shades and tints

Shades of #03739C

#03739C
(3,115,156)
#03698E
(3,105,142)
#035F80
(3,95,128)
#035572
(3,85,114)
#034B64
(3,75,100)
#034156
(3,65,86)
#033748
(3,55,72)
#032D3A
(3,45,58)
#03232C
(3,35,44)
#03191E
(3,25,30)
#030F10
(3,15,16)
#000000
(0,0,0)

Tints of #03739C

#03739C
(3,115,156)
#197FA5
(25,127,165)
#2F8BAE
(47,139,174)
#4597B7
(69,151,183)
#5BA3C0
(91,163,192)
#71AFC9
(113,175,201)
#87BBD2
(135,187,210)
#9DC7DB
(157,199,219)
#B3D3E4
(179,211,228)
#C9DFED
(201,223,237)
#DFEBF6
(223,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03739C color. Also use rgb(3,115,156) instead hex code.

Text Font Color

.myTextColor { color: #03739C; }

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

This text font color is #03739C.


Background Color

.myBgColor { background-color: #03739C; }

<div style="background-color:#03739C">Inner text</div>

This div background color is #03739C.


Border color

.myBorderColor { border: 1px solid #03739C; }

<div style="border:3px solid #03739C">Div</div>

This div border color is #03739C.


Opacity

.myOpacity80 { color: #03739C; opacity: 0.8; }

<p style="color:#03739C;opacity:0.8;">80%</p>

Text with #03739C 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 #03739C;}

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

This text has shadow with #03739C color.

.textShadow {text-shadow: 3px 3px 1px #03739C, 3px 3px 1px red;}

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

This text has shadow with #03739C primary color and red secondary color.


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

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

This text has shadow with #03739C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03739C on black background.


Color preview on white background

This text has color #03739C on white background.



Black color preview on #03739C background

This text has black color on #03739C background.


White color preview on #03739C background

This text has white color on #03739C background.