COLOR #304575

HEX: #304575
RGB: (48,69,117)

Color info

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

RGB color model

#304575 color RGB value is (48,69,117).

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

RGB channels and saturation

R 48 of 255 = 19%
G 69 of 255 = 27%
B 117 of 255 = 46%

48
69
117

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

Portions of RGB colors in percentages

R + G + B =
48 + 69 + 117 = 234 (100%)
R 48 of 234 ~ 20.51%
G 69 of 234 ~ 29.49%
B 117 of 234 ~ 50%

%20.51
%29.49
%50

CMYK color model

#304575 color CMYK value is (59,41,0,54).

  • cyan value is 58.97%
  • magenta value is 41.03%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(59,41,0,54)
C59M41Y0K54 
(59%,41%,0%,54%)
(0.59/0.41/0.00/0.54)	

CMYK percentages

%58.97
%41.03
%0
%54.12

Codes

Color #304575 in popluar color models

304575
RGB4869117
HSL222°41.82%32.35%
HSB/HSV222°58.97%45.88%
CMYK58.97%41.03%0.00%
54.12%

Color #304575 in popluar number systems.

HEX304575
Decimal4869117
Binary11000010001011110101
Octal60105165

Shades and tints

Shades of #304575

#304575
(48,69,117)
#2C3F6B
(44,63,107)
#283961
(40,57,97)
#243357
(36,51,87)
#202D4D
(32,45,77)
#1C2743
(28,39,67)
#182139
(24,33,57)
#141B2F
(20,27,47)
#101525
(16,21,37)
#0C0F1B
(12,15,27)
#080911
(8,9,17)
#000000
(0,0,0)

Tints of #304575

#304575
(48,69,117)
#425581
(66,85,129)
#54658D
(84,101,141)
#667599
(102,117,153)
#7885A5
(120,133,165)
#8A95B1
(138,149,177)
#9CA5BD
(156,165,189)
#AEB5C9
(174,181,201)
#C0C5D5
(192,197,213)
#D2D5E1
(210,213,225)
#E4E5ED
(228,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304575; }

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

This text font color is #304575.


Background Color

.myBgColor { background-color: #304575; }

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

This div background color is #304575.


Border color

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

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

This div border color is #304575.


Opacity

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

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

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

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

This text has shadow with #304575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304575 on black background.


Color preview on white background

This text has color #304575 on white background.



Black color preview on #304575 background

This text has black color on #304575 background.


White color preview on #304575 background

This text has white color on #304575 background.