COLOR #030589

HEX: #030589 RGB: (3,5,137)

Color info

#030589 contains mainly blue color. Web safe color of #030589 is #000099 (or #009).

RGB color model

#030589 color RGB value is (3,5,137).

RGB: (3,5,137) (1%, 2%, 54%)

RGB channels and saturation

R 3 of 255 = 1%
G 5 of 255 = 2%
B 137 of 255 = 54%

3
5
137

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

Portions of RGB colors in percentages

R + G + B = 3 + 5 + 137 = 145 (100%)
R 3 of 145 ~ 2.07%
G 5 of 145 ~ 3.45%
B 137 of 145 ~ 94.48'%

%94.48

CMYK color model

#030589 color CMYK value is (98,96,0,46).

  • cyan value is 97.81%
  • magenta value is 96.35%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (98,96,0,46)
C98M96Y0K46 (98%, 96%, 0%, 46%)
(0.98 / 0.96 / 0.00 / 0.46)

CMYK percentages

%97.81
%96.35
%0
%46.27

Codes

Color #030589 in popluar color models

03 05 89
RGB 3 5 137
HSL 239° 95.71% 27.45%
HSB/HSV 239° 97.81% 53.73%
CMYK 97.81% 96.35% 0.00%
46.27%

Color #030589 in popluar number systems.

HEX 03 05 89
Decimal 3 5 137
Binary 11 101 10001001
Octal 3 5 211

Shades and tints

Shades of #030589

#030589
(3,5,137)
#03057D
(3,5,125)
#030571
(3,5,113)
#030565
(3,5,101)
#030559
(3,5,89)
#03054D
(3,5,77)
#030541
(3,5,65)
#030535
(3,5,53)
#030529
(3,5,41)
#03051D
(3,5,29)
#030511
(3,5,17)
#000000
(0,0,0)

Tints of #030589

#030589
(3,5,137)
#191B93
(25,27,147)
#2F319D
(47,49,157)
#4547A7
(69,71,167)
#5B5DB1
(91,93,177)
#7173BB
(113,115,187)
#8789C5
(135,137,197)
#9D9FCF
(157,159,207)
#B3B5D9
(179,181,217)
#C9CBE3
(201,203,227)
#DFE1ED
(223,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #030589 color. Also use rgb(3,5,137) instead hex code.

Text Font Color

.myTextColor { color: #030589; }

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

This text font color is #030589.

Background Color

.myBgColor { background-color: #030589; }

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

This div background color is #030589.

Border color

.myBorderColor { border: 1px solid #030589; }

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

This div border color is #030589.

Opacity

.myOpacity80 { color: #030589; opacity: 0.8; }

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

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

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

This text has shadow with #030589 color.


.textShadow {text-shadow: 3px 3px 1px #030589', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #030589; -webkit-box-shadow: 1px 1px 3px 2px #030589; box-shadow:1px 1px 3px 2px #030589;">
Div content here
</div>

This div box has shadow with color #030589.

Preview

Color preview on black background

This text has color #030589 on black background.


Color preview on white background

This text has color #030589 on white background.


Black color preview on #030589 background

This text has black color on #030589 background.


White color preview on #030589 background

This text has white color on #030589 background.


Related colors

Complementary color

Complementary color for #hex is #FCFA76.


I love getcolorcode.com

Triadic colors

1 #890305 and #058903 with #030589 are triadic colors.

2 #890503 and #050389 with #030589 are triadic colors.