COLOR #300B88

HEX: #300B88
RGB: (48,11,136)

Color info

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

RGB color model

#300B88 color RGB value is (48,11,136).

  • red value is 48;
  • green value is 11;
  • blue value is 136.
RGB:
(48,11,136)
(19%,4%,53%)

RGB channels and saturation

R 48 of 255 = 19%
G 11 of 255 = 4%
B 136 of 255 = 53%

48
11
136

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

Portions of RGB colors in percentages

R + G + B =
48 + 11 + 136 = 195 (100%)
R 48 of 195 ~ 24.62%
G 11 of 195 ~ 5.64%
B 136 of 195 ~ 69.74%

%24.62
%69.74

CMYK color model

#300B88 color CMYK value is (65,92,0,47).

  • cyan value is 64.71%
  • magenta value is 91.91%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(65,92,0,47)
C65M92Y0K47 
(65%,92%,0%,47%)
(0.65/0.92/0.00/0.47)	

CMYK percentages

%64.71
%91.91
%0
%46.67

Codes

Color #300B88 in popluar color models

300B88
RGB4811136
HSL258°85.03%28.82%
HSB/HSV258°91.91%53.33%
CMYK64.71%91.91%0.00%
46.67%

Color #300B88 in popluar number systems.

HEX300B88
Decimal4811136
Binary110000101110001000
Octal6013210

Shades and tints

Shades of #300B88

#300B88
(48,11,136)
#2C0A7C
(44,10,124)
#280970
(40,9,112)
#240864
(36,8,100)
#200758
(32,7,88)
#1C064C
(28,6,76)
#180540
(24,5,64)
#140434
(20,4,52)
#100328
(16,3,40)
#0C021C
(12,2,28)
#080110
(8,1,16)
#000000
(0,0,0)

Tints of #300B88

#300B88
(48,11,136)
#422192
(66,33,146)
#54379C
(84,55,156)
#664DA6
(102,77,166)
#7863B0
(120,99,176)
#8A79BA
(138,121,186)
#9C8FC4
(156,143,196)
#AEA5CE
(174,165,206)
#C0BBD8
(192,187,216)
#D2D1E2
(210,209,226)
#E4E7EC
(228,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300B88 color. Also use rgb(48,11,136) instead hex code.

Text Font Color

.myTextColor { color: #300B88; }

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

This text font color is #300B88.


Background Color

.myBgColor { background-color: #300B88; }

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

This div background color is #300B88.


Border color

.myBorderColor { border: 1px solid #300B88; }

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

This div border color is #300B88.


Opacity

.myOpacity80 { color: #300B88; opacity: 0.8; }

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

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

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

This text has shadow with #300B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300B88 on black background.


Color preview on white background

This text has color #300B88 on white background.



Black color preview on #300B88 background

This text has black color on #300B88 background.


White color preview on #300B88 background

This text has white color on #300B88 background.