COLOR #303AA7

HEX: #303AA7
RGB: (48,58,167)

Color info

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

RGB color model

#303AA7 color RGB value is (48,58,167).

  • red value is 48;
  • green value is 58;
  • blue value is 167.
RGB:
(48,58,167)
(19%,23%,65%)

RGB channels and saturation

R 48 of 255 = 19%
G 58 of 255 = 23%
B 167 of 255 = 65%

48
58
167

R + G + B ~ 36%. #303AA7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 58 + 167 = 273 (100%)
R 48 of 273 ~ 17.58%
G 58 of 273 ~ 21.25%
B 167 of 273 ~ 61.17%

%17.58
%21.25
%61.17

CMYK color model

#303AA7 color CMYK value is (71,65,0,35).

  • cyan value is 71.26%
  • magenta value is 65.27%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(71,65,0,35)
C71M65Y0K35 
(71%,65%,0%,35%)
(0.71/0.65/0.00/0.35)	

CMYK percentages

%71.26
%65.27
%0
%34.51

Codes

Color #303AA7 in popluar color models

303AA7
RGB4858167
HSL235°55.35%42.16%
HSB/HSV235°71.26%65.49%
CMYK71.26%65.27%0.00%
34.51%

Color #303AA7 in popluar number systems.

HEX303AA7
Decimal4858167
Binary11000011101010100111
Octal6072247

Shades and tints

Shades of #303AA7

#303AA7
(48,58,167)
#2C3598
(44,53,152)
#283089
(40,48,137)
#242B7A
(36,43,122)
#20266B
(32,38,107)
#1C215C
(28,33,92)
#181C4D
(24,28,77)
#14173E
(20,23,62)
#10122F
(16,18,47)
#0C0D20
(12,13,32)
#080811
(8,8,17)
#000000
(0,0,0)

Tints of #303AA7

#303AA7
(48,58,167)
#424BAF
(66,75,175)
#545CB7
(84,92,183)
#666DBF
(102,109,191)
#787EC7
(120,126,199)
#8A8FCF
(138,143,207)
#9CA0D7
(156,160,215)
#AEB1DF
(174,177,223)
#C0C2E7
(192,194,231)
#D2D3EF
(210,211,239)
#E4E4F7
(228,228,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303AA7 color. Also use rgb(48,58,167) instead hex code.

Text Font Color

.myTextColor { color: #303AA7; }

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

This text font color is #303AA7.


Background Color

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

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

This div background color is #303AA7.


Border color

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

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

This div border color is #303AA7.


Opacity

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

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

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

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

This text has shadow with #303AA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303AA7 on black background.


Color preview on white background

This text has color #303AA7 on white background.



Black color preview on #303AA7 background

This text has black color on #303AA7 background.


White color preview on #303AA7 background

This text has white color on #303AA7 background.