COLOR #303688

HEX: #303688
RGB: (48,54,136)

Color info

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

RGB color model

#303688 color RGB value is (48,54,136).

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

RGB channels and saturation

R 48 of 255 = 19%
G 54 of 255 = 21%
B 136 of 255 = 53%

48
54
136

R + G + B ~ 31%. #303688 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 54 + 136 = 238 (100%)
R 48 of 238 ~ 20.17%
G 54 of 238 ~ 22.69%
B 136 of 238 ~ 57.14%

%20.17
%22.69
%57.14

CMYK color model

#303688 color CMYK value is (65,60,0,47).

  • cyan value is 64.71%
  • magenta value is 60.29%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(65,60,0,47)
C65M60Y0K47 
(65%,60%,0%,47%)
(0.65/0.60/0.00/0.47)	

CMYK percentages

%64.71
%60.29
%0
%46.67

Codes

Color #303688 in popluar color models

303688
RGB4854136
HSL236°47.83%36.08%
HSB/HSV236°64.71%53.33%
CMYK64.71%60.29%0.00%
46.67%

Color #303688 in popluar number systems.

HEX303688
Decimal4854136
Binary11000011011010001000
Octal6066210

Shades and tints

Shades of #303688

#303688
(48,54,136)
#2C327C
(44,50,124)
#282E70
(40,46,112)
#242A64
(36,42,100)
#202658
(32,38,88)
#1C224C
(28,34,76)
#181E40
(24,30,64)
#141A34
(20,26,52)
#101628
(16,22,40)
#0C121C
(12,18,28)
#080E10
(8,14,16)
#000000
(0,0,0)

Tints of #303688

#303688
(48,54,136)
#424892
(66,72,146)
#545A9C
(84,90,156)
#666CA6
(102,108,166)
#787EB0
(120,126,176)
#8A90BA
(138,144,186)
#9CA2C4
(156,162,196)
#AEB4CE
(174,180,206)
#C0C6D8
(192,198,216)
#D2D8E2
(210,216,226)
#E4EAEC
(228,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303688; }

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

This text font color is #303688.


Background Color

.myBgColor { background-color: #303688; }

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

This div background color is #303688.


Border color

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

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

This div border color is #303688.


Opacity

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

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

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

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

This text has shadow with #303688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303688 on black background.


Color preview on white background

This text has color #303688 on white background.



Black color preview on #303688 background

This text has black color on #303688 background.


White color preview on #303688 background

This text has white color on #303688 background.