COLOR #0353B0

HEX: #0353B0
RGB: (3,83,176)

Color info

#0353B0 contains mainly blue color. Web safe color of #0353B0 is #006699 (or #069).

RGB color model

#0353B0 color RGB value is (3,83,176).

  • red value is 3;
  • green value is 83;
  • blue value is 176.
RGB:
(3,83,176)
(1%,33%,69%)

RGB channels and saturation

R 3 of 255 = 1%
G 83 of 255 = 33%
B 176 of 255 = 69%

3
83
176

R + G + B ~ 34%. #0353B0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 83 + 176 = 262 (100%)
R 3 of 262 ~ 1.15%
G 83 of 262 ~ 31.68%
B 176 of 262 ~ 67.18%

%31.68
%67.18

CMYK color model

#0353B0 color CMYK value is (98,53,0,31).

  • cyan value is 98.30%
  • magenta value is 52.84%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(98,53,0,31)
C98M53Y0K31 
(98%,53%,0%,31%)
(0.98/0.53/0.00/0.31)	

CMYK percentages

%98.3
%52.84
%0
%30.98

Codes

Color #0353B0 in popluar color models

0353B0
RGB383176
HSL212°96.65%35.10%
HSB/HSV212°98.30%69.02%
CMYK98.30%52.84%0.00%
30.98%

Color #0353B0 in popluar number systems.

HEX0353B0
Decimal383176
Binary11101001110110000
Octal3123260

Shades and tints

Shades of #0353B0

#0353B0
(3,83,176)
#034CA0
(3,76,160)
#034590
(3,69,144)
#033E80
(3,62,128)
#033770
(3,55,112)
#033060
(3,48,96)
#032950
(3,41,80)
#032240
(3,34,64)
#031B30
(3,27,48)
#031420
(3,20,32)
#030D10
(3,13,16)
#000000
(0,0,0)

Tints of #0353B0

#0353B0
(3,83,176)
#1962B7
(25,98,183)
#2F71BE
(47,113,190)
#4580C5
(69,128,197)
#5B8FCC
(91,143,204)
#719ED3
(113,158,211)
#87ADDA
(135,173,218)
#9DBCE1
(157,188,225)
#B3CBE8
(179,203,232)
#C9DAEF
(201,218,239)
#DFE9F6
(223,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0353B0 color. Also use rgb(3,83,176) instead hex code.

Text Font Color

.myTextColor { color: #0353B0; }

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

This text font color is #0353B0.


Background Color

.myBgColor { background-color: #0353B0; }

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

This div background color is #0353B0.


Border color

.myBorderColor { border: 1px solid #0353B0; }

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

This div border color is #0353B0.


Opacity

.myOpacity80 { color: #0353B0; opacity: 0.8; }

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

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

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

This text has shadow with #0353B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0353B0 on black background.


Color preview on white background

This text has color #0353B0 on white background.



Black color preview on #0353B0 background

This text has black color on #0353B0 background.


White color preview on #0353B0 background

This text has white color on #0353B0 background.