COLOR #284FA9

HEX: #284FA9
RGB: (40,79,169)

Color info

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

RGB color model

#284FA9 color RGB value is (40,79,169).

  • red value is 40;
  • green value is 79;
  • blue value is 169.
RGB:
(40,79,169)
(16%,31%,66%)

RGB channels and saturation

R 40 of 255 = 16%
G 79 of 255 = 31%
B 169 of 255 = 66%

40
79
169

R + G + B ~ 38%. #284FA9 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 79 + 169 = 288 (100%)
R 40 of 288 ~ 13.89%
G 79 of 288 ~ 27.43%
B 169 of 288 ~ 58.68%

%13.89
%27.43
%58.68

CMYK color model

#284FA9 color CMYK value is (76,53,0,34).

  • cyan value is 76.33%
  • magenta value is 53.25%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(76,53,0,34)
C76M53Y0K34 
(76%,53%,0%,34%)
(0.76/0.53/0.00/0.34)	

CMYK percentages

%76.33
%53.25
%0
%33.73

Codes

Color #284FA9 in popluar color models

284FA9
RGB4079169
HSL222°61.72%40.98%
HSB/HSV222°76.33%66.27%
CMYK76.33%53.25%0.00%
33.73%

Color #284FA9 in popluar number systems.

HEX284FA9
Decimal4079169
Binary101000100111110101001
Octal50117251

Shades and tints

Shades of #284FA9

#284FA9
(40,79,169)
#25489A
(37,72,154)
#22418B
(34,65,139)
#1F3A7C
(31,58,124)
#1C336D
(28,51,109)
#192C5E
(25,44,94)
#16254F
(22,37,79)
#131E40
(19,30,64)
#101731
(16,23,49)
#0D1022
(13,16,34)
#0A0913
(10,9,19)
#000000
(0,0,0)

Tints of #284FA9

#284FA9
(40,79,169)
#3B5FB0
(59,95,176)
#4E6FB7
(78,111,183)
#617FBE
(97,127,190)
#748FC5
(116,143,197)
#879FCC
(135,159,204)
#9AAFD3
(154,175,211)
#ADBFDA
(173,191,218)
#C0CFE1
(192,207,225)
#D3DFE8
(211,223,232)
#E6EFEF
(230,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #284FA9 color. Also use rgb(40,79,169) instead hex code.

Text Font Color

.myTextColor { color: #284FA9; }

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

This text font color is #284FA9.


Background Color

.myBgColor { background-color: #284FA9; }

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

This div background color is #284FA9.


Border color

.myBorderColor { border: 1px solid #284FA9; }

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

This div border color is #284FA9.


Opacity

.myOpacity80 { color: #284FA9; opacity: 0.8; }

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

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

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

This text has shadow with #284FA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #284FA9 on black background.


Color preview on white background

This text has color #284FA9 on white background.



Black color preview on #284FA9 background

This text has black color on #284FA9 background.


White color preview on #284FA9 background

This text has white color on #284FA9 background.