COLOR #034686

HEX: #034686
RGB: (3,70,134)

Color info

#034686 contains mainly blue color. Web safe color of #034686 is #003399 (or #039).

RGB color model

#034686 color RGB value is (3,70,134).

  • red value is 3;
  • green value is 70;
  • blue value is 134.
RGB:
(3,70,134)
(1%,27%,53%)

RGB channels and saturation

R 3 of 255 = 1%
G 70 of 255 = 27%
B 134 of 255 = 53%

3
70
134

R + G + B ~ 27%. #034686 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 70 + 134 = 207 (100%)
R 3 of 207 ~ 1.45%
G 70 of 207 ~ 33.82%
B 134 of 207 ~ 64.73%

%33.82
%64.73

CMYK color model

#034686 color CMYK value is (98,48,0,47).

  • cyan value is 97.76%
  • magenta value is 47.76%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(98,48,0,47)
C98M48Y0K47 
(98%,48%,0%,47%)
(0.98/0.48/0.00/0.47)	

CMYK percentages

%97.76
%47.76
%0
%47.45

Codes

Color #034686 in popluar color models

034686
RGB370134
HSL209°95.62%26.86%
HSB/HSV209°97.76%52.55%
CMYK97.76%47.76%0.00%
47.45%

Color #034686 in popluar number systems.

HEX034686
Decimal370134
Binary11100011010000110
Octal3106206

Shades and tints

Shades of #034686

#034686
(3,70,134)
#03407A
(3,64,122)
#033A6E
(3,58,110)
#033462
(3,52,98)
#032E56
(3,46,86)
#03284A
(3,40,74)
#03223E
(3,34,62)
#031C32
(3,28,50)
#031626
(3,22,38)
#03101A
(3,16,26)
#030A0E
(3,10,14)
#000000
(0,0,0)

Tints of #034686

#034686
(3,70,134)
#195691
(25,86,145)
#2F669C
(47,102,156)
#4576A7
(69,118,167)
#5B86B2
(91,134,178)
#7196BD
(113,150,189)
#87A6C8
(135,166,200)
#9DB6D3
(157,182,211)
#B3C6DE
(179,198,222)
#C9D6E9
(201,214,233)
#DFE6F4
(223,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #034686 color. Also use rgb(3,70,134) instead hex code.

Text Font Color

.myTextColor { color: #034686; }

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

This text font color is #034686.


Background Color

.myBgColor { background-color: #034686; }

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

This div background color is #034686.


Border color

.myBorderColor { border: 1px solid #034686; }

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

This div border color is #034686.


Opacity

.myOpacity80 { color: #034686; opacity: 0.8; }

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

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

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

This text has shadow with #034686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #034686 on black background.


Color preview on white background

This text has color #034686 on white background.



Black color preview on #034686 background

This text has black color on #034686 background.


White color preview on #034686 background

This text has white color on #034686 background.