COLOR #0346B4

HEX: #0346B4
RGB: (3,70,180)

Color info

#0346B4 contains mainly blue color. Web safe color of #0346B4 is #0033CC (or #03C).

RGB color model

#0346B4 color RGB value is (3,70,180).

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

RGB channels and saturation

R 3 of 255 = 1%
G 70 of 255 = 27%
B 180 of 255 = 71%

3
70
180

R + G + B ~ 33%. #0346B4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 70 + 180 = 253 (100%)
R 3 of 253 ~ 1.19%
G 70 of 253 ~ 27.67%
B 180 of 253 ~ 71.15%

%27.67
%71.15

CMYK color model

#0346B4 color CMYK value is (98,61,0,29).

  • cyan value is 98.33%
  • magenta value is 61.11%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(98,61,0,29)
C98M61Y0K29 
(98%,61%,0%,29%)
(0.98/0.61/0.00/0.29)	

CMYK percentages

%98.33
%61.11
%0
%29.41

Codes

Color #0346B4 in popluar color models

0346B4
RGB370180
HSL217°96.72%35.88%
HSB/HSV217°98.33%70.59%
CMYK98.33%61.11%0.00%
29.41%

Color #0346B4 in popluar number systems.

HEX0346B4
Decimal370180
Binary11100011010110100
Octal3106264

Shades and tints

Shades of #0346B4

#0346B4
(3,70,180)
#0340A4
(3,64,164)
#033A94
(3,58,148)
#033484
(3,52,132)
#032E74
(3,46,116)
#032864
(3,40,100)
#032254
(3,34,84)
#031C44
(3,28,68)
#031634
(3,22,52)
#031024
(3,16,36)
#030A14
(3,10,20)
#000000
(0,0,0)

Tints of #0346B4

#0346B4
(3,70,180)
#1956BA
(25,86,186)
#2F66C0
(47,102,192)
#4576C6
(69,118,198)
#5B86CC
(91,134,204)
#7196D2
(113,150,210)
#87A6D8
(135,166,216)
#9DB6DE
(157,182,222)
#B3C6E4
(179,198,228)
#C9D6EA
(201,214,234)
#DFE6F0
(223,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0346B4; }

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

This text font color is #0346B4.


Background Color

.myBgColor { background-color: #0346B4; }

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

This div background color is #0346B4.


Border color

.myBorderColor { border: 1px solid #0346B4; }

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

This div border color is #0346B4.


Opacity

.myOpacity80 { color: #0346B4; opacity: 0.8; }

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

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

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

This text has shadow with #0346B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0346B4 on black background.


Color preview on white background

This text has color #0346B4 on white background.



Black color preview on #0346B4 background

This text has black color on #0346B4 background.


White color preview on #0346B4 background

This text has white color on #0346B4 background.