COLOR #0354B3

HEX: #0354B3
RGB: (3,84,179)

Color info

#0354B3 contains mainly blue color. Web safe color of #0354B3 is #006699 (or #069).

RGB color model

#0354B3 color RGB value is (3,84,179).

  • red value is 3;
  • green value is 84;
  • blue value is 179.
RGB:
(3,84,179)
(1%,33%,70%)

RGB channels and saturation

R 3 of 255 = 1%
G 84 of 255 = 33%
B 179 of 255 = 70%

3
84
179

R + G + B ~ 35%. #0354B3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 84 + 179 = 266 (100%)
R 3 of 266 ~ 1.13%
G 84 of 266 ~ 31.58%
B 179 of 266 ~ 67.29%

%31.58
%67.29

CMYK color model

#0354B3 color CMYK value is (98,53,0,30).

  • cyan value is 98.32%
  • magenta value is 53.07%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(98,53,0,30)
C98M53Y0K30 
(98%,53%,0%,30%)
(0.98/0.53/0.00/0.30)	

CMYK percentages

%98.32
%53.07
%0
%29.8

Codes

Color #0354B3 in popluar color models

0354B3
RGB384179
HSL212°96.70%35.69%
HSB/HSV212°98.32%70.20%
CMYK98.32%53.07%0.00%
29.80%

Color #0354B3 in popluar number systems.

HEX0354B3
Decimal384179
Binary11101010010110011
Octal3124263

Shades and tints

Shades of #0354B3

#0354B3
(3,84,179)
#034DA3
(3,77,163)
#034693
(3,70,147)
#033F83
(3,63,131)
#033873
(3,56,115)
#033163
(3,49,99)
#032A53
(3,42,83)
#032343
(3,35,67)
#031C33
(3,28,51)
#031523
(3,21,35)
#030E13
(3,14,19)
#000000
(0,0,0)

Tints of #0354B3

#0354B3
(3,84,179)
#1963B9
(25,99,185)
#2F72BF
(47,114,191)
#4581C5
(69,129,197)
#5B90CB
(91,144,203)
#719FD1
(113,159,209)
#87AED7
(135,174,215)
#9DBDDD
(157,189,221)
#B3CCE3
(179,204,227)
#C9DBE9
(201,219,233)
#DFEAEF
(223,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0354B3 color. Also use rgb(3,84,179) instead hex code.

Text Font Color

.myTextColor { color: #0354B3; }

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

This text font color is #0354B3.


Background Color

.myBgColor { background-color: #0354B3; }

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

This div background color is #0354B3.


Border color

.myBorderColor { border: 1px solid #0354B3; }

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

This div border color is #0354B3.


Opacity

.myOpacity80 { color: #0354B3; opacity: 0.8; }

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

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

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

This text has shadow with #0354B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0354B3 on black background.


Color preview on white background

This text has color #0354B3 on white background.



Black color preview on #0354B3 background

This text has black color on #0354B3 background.


White color preview on #0354B3 background

This text has white color on #0354B3 background.