COLOR #300389

HEX: #300389
RGB: (48,3,137)

Color info

#300389 contains mainly blue color. Web safe color of #300389 is #330099 (or #309).

RGB color model

#300389 color RGB value is (48,3,137).

  • red value is 48;
  • green value is 3;
  • blue value is 137.
RGB:
(48,3,137)
(19%,1%,54%)

RGB channels and saturation

R 48 of 255 = 19%
G 3 of 255 = 1%
B 137 of 255 = 54%

48
3
137

R + G + B ~ 25%. #300389 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 3 + 137 = 188 (100%)
R 48 of 188 ~ 25.53%
G 3 of 188 ~ 1.6%
B 137 of 188 ~ 72.87%

%25.53
%72.87

CMYK color model

#300389 color CMYK value is (65,98,0,46).

  • cyan value is 64.96%
  • magenta value is 97.81%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(65,98,0,46)
C65M98Y0K46 
(65%,98%,0%,46%)
(0.65/0.98/0.00/0.46)	

CMYK percentages

%64.96
%97.81
%0
%46.27

Codes

Color #300389 in popluar color models

300389
RGB483137
HSL260°95.71%27.45%
HSB/HSV260°97.81%53.73%
CMYK64.96%97.81%0.00%
46.27%

Color #300389 in popluar number systems.

HEX300389
Decimal483137
Binary1100001110001001
Octal603211

Shades and tints

Shades of #300389

#300389
(48,3,137)
#2C037D
(44,3,125)
#280371
(40,3,113)
#240365
(36,3,101)
#200359
(32,3,89)
#1C034D
(28,3,77)
#180341
(24,3,65)
#140335
(20,3,53)
#100329
(16,3,41)
#0C031D
(12,3,29)
#080311
(8,3,17)
#000000
(0,0,0)

Tints of #300389

#300389
(48,3,137)
#421993
(66,25,147)
#542F9D
(84,47,157)
#6645A7
(102,69,167)
#785BB1
(120,91,177)
#8A71BB
(138,113,187)
#9C87C5
(156,135,197)
#AE9DCF
(174,157,207)
#C0B3D9
(192,179,217)
#D2C9E3
(210,201,227)
#E4DFED
(228,223,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300389; }

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

This text font color is #300389.


Background Color

.myBgColor { background-color: #300389; }

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

This div background color is #300389.


Border color

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

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

This div border color is #300389.


Opacity

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

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

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

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

This text has shadow with #300389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300389 on black background.


Color preview on white background

This text has color #300389 on white background.



Black color preview on #300389 background

This text has black color on #300389 background.


White color preview on #300389 background

This text has white color on #300389 background.