COLOR #003B58

HEX: #003B58
RGB: (0,59,88)

Color info

#003B58 contains only green and blue colors. Web safe color of #003B58 is #003366 (or #036).

RGB color model

#003B58 color RGB value is (0,59,88).

  • red value is 0;
  • green value is 59;
  • blue value is 88.
RGB:
(0,59,88)
(0%,23%,35%)

RGB channels and saturation

R 0 of 255 = 0%
G 59 of 255 = 23%
B 88 of 255 = 35%

0
59
88

R + G + B ~ 19%. #003B58 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 59 + 88 = 147 (100%)
R 0 of 147 ~ 0%
G 59 of 147 ~ 40.14%
B 88 of 147 ~ 59.86%

%40.14
%59.86

CMYK color model

#003B58 color CMYK value is (100,33,0,65).

  • cyan value is 100.00%
  • magenta value is 32.95%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(100,33,0,65)
C100M33Y0K65 
(100%,33%,0%,65%)
(1.00/0.33/0.00/0.65)	

CMYK percentages

%100
%32.95
%0
%65.49

Codes

Color #003B58 in popluar color models

003B58
RGB05988
HSL200°100.00%17.25%
HSB/HSV200°100.00%34.51%
CMYK100.00%32.95%0.00%
65.49%

Color #003B58 in popluar number systems.

HEX003B58
Decimal05988
Binary01110111011000
Octal073130

Shades and tints

Shades of #003B58

#003B58
(0,59,88)
#003650
(0,54,80)
#003148
(0,49,72)
#002C40
(0,44,64)
#002738
(0,39,56)
#002230
(0,34,48)
#001D28
(0,29,40)
#001820
(0,24,32)
#001318
(0,19,24)
#000E10
(0,14,16)
#000908
(0,9,8)
#000000
(0,0,0)

Tints of #003B58

#003B58
(0,59,88)
#174C67
(23,76,103)
#2E5D76
(46,93,118)
#456E85
(69,110,133)
#5C7F94
(92,127,148)
#7390A3
(115,144,163)
#8AA1B2
(138,161,178)
#A1B2C1
(161,178,193)
#B8C3D0
(184,195,208)
#CFD4DF
(207,212,223)
#E6E5EE
(230,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003B58 color. Also use rgb(0,59,88) instead hex code.

Text Font Color

.myTextColor { color: #003B58; }

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

This text font color is #003B58.


Background Color

.myBgColor { background-color: #003B58; }

<div style="background-color:#003B58">Inner text</div>

This div background color is #003B58.


Border color

.myBorderColor { border: 1px solid #003B58; }

<div style="border:3px solid #003B58">Div</div>

This div border color is #003B58.


Opacity

.myOpacity80 { color: #003B58; opacity: 0.8; }

<p style="color:#003B58;opacity:0.8;">80%</p>

Text with #003B58 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 #003B58;}

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

This text has shadow with #003B58 color.

.textShadow {text-shadow: 3px 3px 1px #003B58, 3px 3px 1px red;}

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

This text has shadow with #003B58 primary color and red secondary color.


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

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

This text has shadow with #003B58 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003B58 on black background.


Color preview on white background

This text has color #003B58 on white background.



Black color preview on #003B58 background

This text has black color on #003B58 background.


White color preview on #003B58 background

This text has white color on #003B58 background.