COLOR #284B9F

HEX: #284B9F
RGB: (40,75,159)

Color info

#284B9F contains mainly blue color. Web safe color of #284B9F is #333399 (or #339).

RGB color model

#284B9F color RGB value is (40,75,159).

  • red value is 40;
  • green value is 75;
  • blue value is 159.
RGB:
(40,75,159)
(16%,29%,62%)

RGB channels and saturation

R 40 of 255 = 16%
G 75 of 255 = 29%
B 159 of 255 = 62%

40
75
159

R + G + B ~ 36%. #284B9F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 75 + 159 = 274 (100%)
R 40 of 274 ~ 14.6%
G 75 of 274 ~ 27.37%
B 159 of 274 ~ 58.03%

%14.6
%27.37
%58.03

CMYK color model

#284B9F color CMYK value is (75,53,0,38).

  • cyan value is 74.84%
  • magenta value is 52.83%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(75,53,0,38)
C75M53Y0K38 
(75%,53%,0%,38%)
(0.75/0.53/0.00/0.38)	

CMYK percentages

%74.84
%52.83
%0
%37.65

Codes

Color #284B9F in popluar color models

284B9F
RGB4075159
HSL222°59.80%39.02%
HSB/HSV222°74.84%62.35%
CMYK74.84%52.83%0.00%
37.65%

Color #284B9F in popluar number systems.

HEX284B9F
Decimal4075159
Binary101000100101110011111
Octal50113237

Shades and tints

Shades of #284B9F

#284B9F
(40,75,159)
#254591
(37,69,145)
#223F83
(34,63,131)
#1F3975
(31,57,117)
#1C3367
(28,51,103)
#192D59
(25,45,89)
#16274B
(22,39,75)
#13213D
(19,33,61)
#101B2F
(16,27,47)
#0D1521
(13,21,33)
#0A0F13
(10,15,19)
#000000
(0,0,0)

Tints of #284B9F

#284B9F
(40,75,159)
#3B5BA7
(59,91,167)
#4E6BAF
(78,107,175)
#617BB7
(97,123,183)
#748BBF
(116,139,191)
#879BC7
(135,155,199)
#9AABCF
(154,171,207)
#ADBBD7
(173,187,215)
#C0CBDF
(192,203,223)
#D3DBE7
(211,219,231)
#E6EBEF
(230,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #284B9F color. Also use rgb(40,75,159) instead hex code.

Text Font Color

.myTextColor { color: #284B9F; }

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

This text font color is #284B9F.


Background Color

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

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

This div background color is #284B9F.


Border color

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

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

This div border color is #284B9F.


Opacity

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

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

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

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

This text has shadow with #284B9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #284B9F on black background.


Color preview on white background

This text has color #284B9F on white background.



Black color preview on #284B9F background

This text has black color on #284B9F background.


White color preview on #284B9F background

This text has white color on #284B9F background.