COLOR #303CB1

HEX: #303CB1
RGB: (48,60,177)

Color info

#303CB1 contains mainly blue color. Web safe color of #303CB1 is #333399 (or #339).

RGB color model

#303CB1 color RGB value is (48,60,177).

  • red value is 48;
  • green value is 60;
  • blue value is 177.
RGB:
(48,60,177)
(19%,24%,69%)

RGB channels and saturation

R 48 of 255 = 19%
G 60 of 255 = 24%
B 177 of 255 = 69%

48
60
177

R + G + B ~ 37%. #303CB1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 60 + 177 = 285 (100%)
R 48 of 285 ~ 16.84%
G 60 of 285 ~ 21.05%
B 177 of 285 ~ 62.11%

%16.84
%21.05
%62.11

CMYK color model

#303CB1 color CMYK value is (73,66,0,31).

  • cyan value is 72.88%
  • magenta value is 66.10%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(73,66,0,31)
C73M66Y0K31 
(73%,66%,0%,31%)
(0.73/0.66/0.00/0.31)	

CMYK percentages

%72.88
%66.1
%0
%30.59

Codes

Color #303CB1 in popluar color models

303CB1
RGB4860177
HSL234°57.33%44.12%
HSB/HSV234°72.88%69.41%
CMYK72.88%66.10%0.00%
30.59%

Color #303CB1 in popluar number systems.

HEX303CB1
Decimal4860177
Binary11000011110010110001
Octal6074261

Shades and tints

Shades of #303CB1

#303CB1
(48,60,177)
#2C37A1
(44,55,161)
#283291
(40,50,145)
#242D81
(36,45,129)
#202871
(32,40,113)
#1C2361
(28,35,97)
#181E51
(24,30,81)
#141941
(20,25,65)
#101431
(16,20,49)
#0C0F21
(12,15,33)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #303CB1

#303CB1
(48,60,177)
#424DB8
(66,77,184)
#545EBF
(84,94,191)
#666FC6
(102,111,198)
#7880CD
(120,128,205)
#8A91D4
(138,145,212)
#9CA2DB
(156,162,219)
#AEB3E2
(174,179,226)
#C0C4E9
(192,196,233)
#D2D5F0
(210,213,240)
#E4E6F7
(228,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303CB1 color. Also use rgb(48,60,177) instead hex code.

Text Font Color

.myTextColor { color: #303CB1; }

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

This text font color is #303CB1.


Background Color

.myBgColor { background-color: #303CB1; }

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

This div background color is #303CB1.


Border color

.myBorderColor { border: 1px solid #303CB1; }

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

This div border color is #303CB1.


Opacity

.myOpacity80 { color: #303CB1; opacity: 0.8; }

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

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

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

This text has shadow with #303CB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303CB1 on black background.


Color preview on white background

This text has color #303CB1 on white background.



Black color preview on #303CB1 background

This text has black color on #303CB1 background.


White color preview on #303CB1 background

This text has white color on #303CB1 background.