COLOR #0355A7

HEX: #0355A7
RGB: (3,85,167)

Color info

#0355A7 contains mainly blue color. Web safe color of #0355A7 is #006699 (or #069).

RGB color model

#0355A7 color RGB value is (3,85,167).

  • red value is 3;
  • green value is 85;
  • blue value is 167.
RGB:
(3,85,167)
(1%,33%,65%)

RGB channels and saturation

R 3 of 255 = 1%
G 85 of 255 = 33%
B 167 of 255 = 65%

3
85
167

R + G + B ~ 33%. #0355A7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 85 + 167 = 255 (100%)
R 3 of 255 ~ 1.18%
G 85 of 255 ~ 33.33%
B 167 of 255 ~ 65.49%

%33.33
%65.49

CMYK color model

#0355A7 color CMYK value is (98,49,0,35).

  • cyan value is 98.20%
  • magenta value is 49.10%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(98,49,0,35)
C98M49Y0K35 
(98%,49%,0%,35%)
(0.98/0.49/0.00/0.35)	

CMYK percentages

%98.2
%49.1
%0
%34.51

Codes

Color #0355A7 in popluar color models

0355A7
RGB385167
HSL210°96.47%33.33%
HSB/HSV210°98.20%65.49%
CMYK98.20%49.10%0.00%
34.51%

Color #0355A7 in popluar number systems.

HEX0355A7
Decimal385167
Binary11101010110100111
Octal3125247

Shades and tints

Shades of #0355A7

#0355A7
(3,85,167)
#034E98
(3,78,152)
#034789
(3,71,137)
#03407A
(3,64,122)
#03396B
(3,57,107)
#03325C
(3,50,92)
#032B4D
(3,43,77)
#03243E
(3,36,62)
#031D2F
(3,29,47)
#031620
(3,22,32)
#030F11
(3,15,17)
#000000
(0,0,0)

Tints of #0355A7

#0355A7
(3,85,167)
#1964AF
(25,100,175)
#2F73B7
(47,115,183)
#4582BF
(69,130,191)
#5B91C7
(91,145,199)
#71A0CF
(113,160,207)
#87AFD7
(135,175,215)
#9DBEDF
(157,190,223)
#B3CDE7
(179,205,231)
#C9DCEF
(201,220,239)
#DFEBF7
(223,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0355A7 color. Also use rgb(3,85,167) instead hex code.

Text Font Color

.myTextColor { color: #0355A7; }

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

This text font color is #0355A7.


Background Color

.myBgColor { background-color: #0355A7; }

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

This div background color is #0355A7.


Border color

.myBorderColor { border: 1px solid #0355A7; }

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

This div border color is #0355A7.


Opacity

.myOpacity80 { color: #0355A7; opacity: 0.8; }

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

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

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

This text has shadow with #0355A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0355A7 on black background.


Color preview on white background

This text has color #0355A7 on white background.



Black color preview on #0355A7 background

This text has black color on #0355A7 background.


White color preview on #0355A7 background

This text has white color on #0355A7 background.