COLOR #034866

HEX: #034866
RGB: (3,72,102)

Color info

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

RGB color model

#034866 color RGB value is (3,72,102).

  • red value is 3;
  • green value is 72;
  • blue value is 102.
RGB:
(3,72,102)
(1%,28%,40%)

RGB channels and saturation

R 3 of 255 = 1%
G 72 of 255 = 28%
B 102 of 255 = 40%

3
72
102

R + G + B ~ 23%. #034866 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 72 + 102 = 177 (100%)
R 3 of 177 ~ 1.69%
G 72 of 177 ~ 40.68%
B 102 of 177 ~ 57.63%

%40.68
%57.63

CMYK color model

#034866 color CMYK value is (97,29,0,60).

  • cyan value is 97.06%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(97,29,0,60)
C97M29Y0K60 
(97%,29%,0%,60%)
(0.97/0.29/0.00/0.60)	

CMYK percentages

%97.06
%29.41
%0
%60

Codes

Color #034866 in popluar color models

034866
RGB372102
HSL198°94.29%20.59%
HSB/HSV198°97.06%40.00%
CMYK97.06%29.41%0.00%
60.00%

Color #034866 in popluar number systems.

HEX034866
Decimal372102
Binary1110010001100110
Octal3110146

Shades and tints

Shades of #034866

#034866
(3,72,102)
#03425D
(3,66,93)
#033C54
(3,60,84)
#03364B
(3,54,75)
#033042
(3,48,66)
#032A39
(3,42,57)
#032430
(3,36,48)
#031E27
(3,30,39)
#03181E
(3,24,30)
#031215
(3,18,21)
#030C0C
(3,12,12)
#000000
(0,0,0)

Tints of #034866

#034866
(3,72,102)
#195873
(25,88,115)
#2F6880
(47,104,128)
#45788D
(69,120,141)
#5B889A
(91,136,154)
#7198A7
(113,152,167)
#87A8B4
(135,168,180)
#9DB8C1
(157,184,193)
#B3C8CE
(179,200,206)
#C9D8DB
(201,216,219)
#DFE8E8
(223,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #034866 color. Also use rgb(3,72,102) instead hex code.

Text Font Color

.myTextColor { color: #034866; }

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

This text font color is #034866.


Background Color

.myBgColor { background-color: #034866; }

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

This div background color is #034866.


Border color

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

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

This div border color is #034866.


Opacity

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

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

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

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

This text has shadow with #034866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #034866 on black background.


Color preview on white background

This text has color #034866 on white background.



Black color preview on #034866 background

This text has black color on #034866 background.


White color preview on #034866 background

This text has white color on #034866 background.