COLOR #305499

HEX: #305499
RGB: (48,84,153)

Color info

#305499 contains mainly blue color. Web safe color of #305499 is #336699 (or #369).

RGB color model

#305499 color RGB value is (48,84,153).

  • red value is 48;
  • green value is 84;
  • blue value is 153.
RGB:
(48,84,153)
(19%,33%,60%)

RGB channels and saturation

R 48 of 255 = 19%
G 84 of 255 = 33%
B 153 of 255 = 60%

48
84
153

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

Portions of RGB colors in percentages

R + G + B =
48 + 84 + 153 = 285 (100%)
R 48 of 285 ~ 16.84%
G 84 of 285 ~ 29.47%
B 153 of 285 ~ 53.68%

%16.84
%29.47
%53.68

CMYK color model

#305499 color CMYK value is (69,45,0,40).

  • cyan value is 68.63%
  • magenta value is 45.10%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(69,45,0,40)
C69M45Y0K40 
(69%,45%,0%,40%)
(0.69/0.45/0.00/0.40)	

CMYK percentages

%68.63
%45.1
%0
%40

Codes

Color #305499 in popluar color models

305499
RGB4884153
HSL219°52.24%39.41%
HSB/HSV219°68.63%60.00%
CMYK68.63%45.10%0.00%
40.00%

Color #305499 in popluar number systems.

HEX305499
Decimal4884153
Binary110000101010010011001
Octal60124231

Shades and tints

Shades of #305499

#305499
(48,84,153)
#2C4D8C
(44,77,140)
#28467F
(40,70,127)
#243F72
(36,63,114)
#203865
(32,56,101)
#1C3158
(28,49,88)
#182A4B
(24,42,75)
#14233E
(20,35,62)
#101C31
(16,28,49)
#0C1524
(12,21,36)
#080E17
(8,14,23)
#000000
(0,0,0)

Tints of #305499

#305499
(48,84,153)
#4263A2
(66,99,162)
#5472AB
(84,114,171)
#6681B4
(102,129,180)
#7890BD
(120,144,189)
#8A9FC6
(138,159,198)
#9CAECF
(156,174,207)
#AEBDD8
(174,189,216)
#C0CCE1
(192,204,225)
#D2DBEA
(210,219,234)
#E4EAF3
(228,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #305499 color. Also use rgb(48,84,153) instead hex code.

Text Font Color

.myTextColor { color: #305499; }

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

This text font color is #305499.


Background Color

.myBgColor { background-color: #305499; }

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

This div background color is #305499.


Border color

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

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

This div border color is #305499.


Opacity

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

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

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

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

This text has shadow with #305499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #305499 on black background.


Color preview on white background

This text has color #305499 on white background.



Black color preview on #305499 background

This text has black color on #305499 background.


White color preview on #305499 background

This text has white color on #305499 background.