COLOR #304B85

HEX: #304B85
RGB: (48,75,133)

Color info

#304B85 contains mainly green and blue colors. Web safe color of #304B85 is #333399 (or #339).

RGB color model

#304B85 color RGB value is (48,75,133).

  • red value is 48;
  • green value is 75;
  • blue value is 133.
RGB:
(48,75,133)
(19%,29%,52%)

RGB channels and saturation

R 48 of 255 = 19%
G 75 of 255 = 29%
B 133 of 255 = 52%

48
75
133

R + G + B ~ 33%. #304B85 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 75 + 133 = 256 (100%)
R 48 of 256 ~ 18.75%
G 75 of 256 ~ 29.3%
B 133 of 256 ~ 51.95%

%18.75
%29.3
%51.95

CMYK color model

#304B85 color CMYK value is (64,44,0,48).

  • cyan value is 63.91%
  • magenta value is 43.61%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(64,44,0,48)
C64M44Y0K48 
(64%,44%,0%,48%)
(0.64/0.44/0.00/0.48)	

CMYK percentages

%63.91
%43.61
%0
%47.84

Codes

Color #304B85 in popluar color models

304B85
RGB4875133
HSL221°46.96%35.49%
HSB/HSV221°63.91%52.16%
CMYK63.91%43.61%0.00%
47.84%

Color #304B85 in popluar number systems.

HEX304B85
Decimal4875133
Binary110000100101110000101
Octal60113205

Shades and tints

Shades of #304B85

#304B85
(48,75,133)
#2C4579
(44,69,121)
#283F6D
(40,63,109)
#243961
(36,57,97)
#203355
(32,51,85)
#1C2D49
(28,45,73)
#18273D
(24,39,61)
#142131
(20,33,49)
#101B25
(16,27,37)
#0C1519
(12,21,25)
#080F0D
(8,15,13)
#000000
(0,0,0)

Tints of #304B85

#304B85
(48,75,133)
#425B90
(66,91,144)
#546B9B
(84,107,155)
#667BA6
(102,123,166)
#788BB1
(120,139,177)
#8A9BBC
(138,155,188)
#9CABC7
(156,171,199)
#AEBBD2
(174,187,210)
#C0CBDD
(192,203,221)
#D2DBE8
(210,219,232)
#E4EBF3
(228,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #304B85 color. Also use rgb(48,75,133) instead hex code.

Text Font Color

.myTextColor { color: #304B85; }

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

This text font color is #304B85.


Background Color

.myBgColor { background-color: #304B85; }

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

This div background color is #304B85.


Border color

.myBorderColor { border: 1px solid #304B85; }

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

This div border color is #304B85.


Opacity

.myOpacity80 { color: #304B85; opacity: 0.8; }

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

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

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

This text has shadow with #304B85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304B85 on black background.


Color preview on white background

This text has color #304B85 on white background.



Black color preview on #304B85 background

This text has black color on #304B85 background.


White color preview on #304B85 background

This text has white color on #304B85 background.