COLOR #304DA4

HEX: #304DA4
RGB: (48,77,164)

Renk bilgisi

#304DA4 contains mainly blue color. #304DA4 ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#304DA4 color RGB value is (48,77,164).

  • kırmız ton 48;
  • yeşil ton 77;
  • mavi ton 164.
RGB:
(48,77,164)
(19%,30%,64%)

RGB bağlantıları ve doygunluk

R 48 of 255 = 19%
G 77 of 255 = 30%
B 164 of 255 = 64%

48
77
164

R + G + B ~ 38%. #304DA4 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
48 + 77 + 164 = 289 (100%)
R 48 of 289 ~ 16.61%
G 77 of 289 ~ 26.64%
B 164 of 289 ~ 56.75%

%16.61
%26.64
%56.75

CMYK RENK MODELİ

#304DA4 rengi CMYK tonu (71,53,0,36).

  • camgöbeği tonu 70.73%
  • eflatun tonu 53.05%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(71,53,0,36)
C71M53Y0K36 
(71%,53%,0%,36%)
(0.71/0.53/0.00/0.36)	

CMYK yüzdeleri

%70.73
%53.05
%0
%35.69

Codes

Color #304DA4 in popluar color models

304DA4
RGB4877164
HSL225°54.72%41.57%
HSB/HSV225°70.73%64.31%
CMYK70.73%53.05%0.00%
35.69%

Color #304DA4 in popluar number systems.

HEX304DA4
Decimal4877164
Binary110000100110110100100
Octal60115244

Shades and tints

Shades of #304DA4

#304DA4
(48,77,164)
#2C4696
(44,70,150)
#283F88
(40,63,136)
#24387A
(36,56,122)
#20316C
(32,49,108)
#1C2A5E
(28,42,94)
#182350
(24,35,80)
#141C42
(20,28,66)
#101534
(16,21,52)
#0C0E26
(12,14,38)
#080718
(8,7,24)
#000000
(0,0,0)

Tints of #304DA4

#304DA4
(48,77,164)
#425DAC
(66,93,172)
#546DB4
(84,109,180)
#667DBC
(102,125,188)
#788DC4
(120,141,196)
#8A9DCC
(138,157,204)
#9CADD4
(156,173,212)
#AEBDDC
(174,189,220)
#C0CDE4
(192,205,228)
#D2DDEC
(210,221,236)
#E4EDF4
(228,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #304DA4 color. Also use rgb(48,77,164) instead hex code.

Text Font Color

.myTextColor { color: #304DA4; }

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

This text font color is #304DA4.


Background Color

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

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

This div background color is #304DA4.


Border color

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

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

This div border color is #304DA4.


Opacity

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

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

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

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

This text has shadow with #304DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304DA4 on black background.


Color preview on white background

This text has color #304DA4 on white background.



Black color preview on #304DA4 background

This text has black color on #304DA4 background.


White color preview on #304DA4 background

This text has white color on #304DA4 background.