COLOR #304B75

HEX: #304B75
RGB: (48,75,117)

Color info

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

RGB color model

#304B75 color RGB value is (48,75,117).

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

RGB channels and saturation

R 48 of 255 = 19%
G 75 of 255 = 29%
B 117 of 255 = 46%

48
75
117

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

Portions of RGB colors in percentages

R + G + B =
48 + 75 + 117 = 240 (100%)
R 48 of 240 ~ 20%
G 75 of 240 ~ 31.25%
B 117 of 240 ~ 48.75%

%20
%31.25
%48.75

CMYK color model

#304B75 color CMYK value is (59,36,0,54).

  • cyan value is 58.97%
  • magenta value is 35.90%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(59,36,0,54)
C59M36Y0K54 
(59%,36%,0%,54%)
(0.59/0.36/0.00/0.54)	

CMYK percentages

%58.97
%35.9
%0
%54.12

Codes

Color #304B75 in popluar color models

304B75
RGB4875117
HSL217°41.82%32.35%
HSB/HSV217°58.97%45.88%
CMYK58.97%35.90%0.00%
54.12%

Color #304B75 in popluar number systems.

HEX304B75
Decimal4875117
Binary11000010010111110101
Octal60113165

Shades and tints

Shades of #304B75

#304B75
(48,75,117)
#2C456B
(44,69,107)
#283F61
(40,63,97)
#243957
(36,57,87)
#20334D
(32,51,77)
#1C2D43
(28,45,67)
#182739
(24,39,57)
#14212F
(20,33,47)
#101B25
(16,27,37)
#0C151B
(12,21,27)
#080F11
(8,15,17)
#000000
(0,0,0)

Tints of #304B75

#304B75
(48,75,117)
#425B81
(66,91,129)
#546B8D
(84,107,141)
#667B99
(102,123,153)
#788BA5
(120,139,165)
#8A9BB1
(138,155,177)
#9CABBD
(156,171,189)
#AEBBC9
(174,187,201)
#C0CBD5
(192,203,213)
#D2DBE1
(210,219,225)
#E4EBED
(228,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304B75; }

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

This text font color is #304B75.


Background Color

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

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

This div background color is #304B75.


Border color

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

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

This div border color is #304B75.


Opacity

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

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

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

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

This text has shadow with #304B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304B75 on black background.


Color preview on white background

This text has color #304B75 on white background.



Black color preview on #304B75 background

This text has black color on #304B75 background.


White color preview on #304B75 background

This text has white color on #304B75 background.