COLOR #03558C

HEX: #03558C
RGB: (3,85,140)

Color info

#03558C contains mainly green and blue colors. Web safe color of #03558C is #006699 (or #069).

RGB color model

#03558C color RGB value is (3,85,140).

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

RGB channels and saturation

R 3 of 255 = 1%
G 85 of 255 = 33%
B 140 of 255 = 55%

3
85
140

R + G + B ~ 30%. #03558C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 85 + 140 = 228 (100%)
R 3 of 228 ~ 1.32%
G 85 of 228 ~ 37.28%
B 140 of 228 ~ 61.4%

%37.28
%61.4

CMYK color model

#03558C color CMYK value is (98,39,0,45).

  • cyan value is 97.86%
  • magenta value is 39.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(98,39,0,45)
C98M39Y0K45 
(98%,39%,0%,45%)
(0.98/0.39/0.00/0.45)	

CMYK percentages

%97.86
%39.29
%0
%45.1

Codes

Color #03558C in popluar color models

03558C
RGB385140
HSL204°95.80%28.04%
HSB/HSV204°97.86%54.90%
CMYK97.86%39.29%0.00%
45.10%

Color #03558C in popluar number systems.

HEX03558C
Decimal385140
Binary11101010110001100
Octal3125214

Shades and tints

Shades of #03558C

#03558C
(3,85,140)
#034E80
(3,78,128)
#034774
(3,71,116)
#034068
(3,64,104)
#03395C
(3,57,92)
#033250
(3,50,80)
#032B44
(3,43,68)
#032438
(3,36,56)
#031D2C
(3,29,44)
#031620
(3,22,32)
#030F14
(3,15,20)
#000000
(0,0,0)

Tints of #03558C

#03558C
(3,85,140)
#196496
(25,100,150)
#2F73A0
(47,115,160)
#4582AA
(69,130,170)
#5B91B4
(91,145,180)
#71A0BE
(113,160,190)
#87AFC8
(135,175,200)
#9DBED2
(157,190,210)
#B3CDDC
(179,205,220)
#C9DCE6
(201,220,230)
#DFEBF0
(223,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03558C color. Also use rgb(3,85,140) instead hex code.

Text Font Color

.myTextColor { color: #03558C; }

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

This text font color is #03558C.


Background Color

.myBgColor { background-color: #03558C; }

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

This div background color is #03558C.


Border color

.myBorderColor { border: 1px solid #03558C; }

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

This div border color is #03558C.


Opacity

.myOpacity80 { color: #03558C; opacity: 0.8; }

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

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

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

This text has shadow with #03558C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03558C on black background.


Color preview on white background

This text has color #03558C on white background.



Black color preview on #03558C background

This text has black color on #03558C background.


White color preview on #03558C background

This text has white color on #03558C background.