COLOR #303B75

HEX: #303B75
RGB: (48,59,117)

Color info

#303B75 contains mainly green and blue colors. Web safe color of #303B75 is #333366 (or #336).

RGB color model

#303B75 color RGB value is (48,59,117).

  • red value is 48;
  • green value is 59;
  • blue value is 117.
RGB:
(48,59,117)
(19%,23%,46%)

RGB channels and saturation

R 48 of 255 = 19%
G 59 of 255 = 23%
B 117 of 255 = 46%

48
59
117

R + G + B ~ 29%. #303B75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 59 + 117 = 224 (100%)
R 48 of 224 ~ 21.43%
G 59 of 224 ~ 26.34%
B 117 of 224 ~ 52.23%

%21.43
%26.34
%52.23

CMYK color model

#303B75 color CMYK value is (59,50,0,54).

  • cyan value is 58.97%
  • magenta value is 49.57%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(59,50,0,54)
C59M50Y0K54 
(59%,50%,0%,54%)
(0.59/0.50/0.00/0.54)	

CMYK percentages

%58.97
%49.57
%0
%54.12

Codes

Color #303B75 in popluar color models

303B75
RGB4859117
HSL230°41.82%32.35%
HSB/HSV230°58.97%45.88%
CMYK58.97%49.57%0.00%
54.12%

Color #303B75 in popluar number systems.

HEX303B75
Decimal4859117
Binary1100001110111110101
Octal6073165

Shades and tints

Shades of #303B75

#303B75
(48,59,117)
#2C366B
(44,54,107)
#283161
(40,49,97)
#242C57
(36,44,87)
#20274D
(32,39,77)
#1C2243
(28,34,67)
#181D39
(24,29,57)
#14182F
(20,24,47)
#101325
(16,19,37)
#0C0E1B
(12,14,27)
#080911
(8,9,17)
#000000
(0,0,0)

Tints of #303B75

#303B75
(48,59,117)
#424C81
(66,76,129)
#545D8D
(84,93,141)
#666E99
(102,110,153)
#787FA5
(120,127,165)
#8A90B1
(138,144,177)
#9CA1BD
(156,161,189)
#AEB2C9
(174,178,201)
#C0C3D5
(192,195,213)
#D2D4E1
(210,212,225)
#E4E5ED
(228,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303B75 color. Also use rgb(48,59,117) instead hex code.

Text Font Color

.myTextColor { color: #303B75; }

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

This text font color is #303B75.


Background Color

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

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

This div background color is #303B75.


Border color

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

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

This div border color is #303B75.


Opacity

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

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

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

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

This text has shadow with #303B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303B75 on black background.


Color preview on white background

This text has color #303B75 on white background.



Black color preview on #303B75 background

This text has black color on #303B75 background.


White color preview on #303B75 background

This text has white color on #303B75 background.