COLOR #284F88

HEX: #284F88
RGB: (40,79,136)

Color info

#284F88 contains mainly green and blue colors. Web safe color of #284F88 is #336699 (or #369).

RGB color model

#284F88 color RGB value is (40,79,136).

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

RGB channels and saturation

R 40 of 255 = 16%
G 79 of 255 = 31%
B 136 of 255 = 53%

40
79
136

R + G + B ~ 33%. #284F88 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 79 + 136 = 255 (100%)
R 40 of 255 ~ 15.69%
G 79 of 255 ~ 30.98%
B 136 of 255 ~ 53.33%

%15.69
%30.98
%53.33

CMYK color model

#284F88 color CMYK value is (71,42,0,47).

  • cyan value is 70.59%
  • magenta value is 41.91%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(71,42,0,47)
C71M42Y0K47 
(71%,42%,0%,47%)
(0.71/0.42/0.00/0.47)	

CMYK percentages

%70.59
%41.91
%0
%46.67

Codes

Color #284F88 in popluar color models

284F88
RGB4079136
HSL216°54.55%34.51%
HSB/HSV216°70.59%53.33%
CMYK70.59%41.91%0.00%
46.67%

Color #284F88 in popluar number systems.

HEX284F88
Decimal4079136
Binary101000100111110001000
Octal50117210

Shades and tints

Shades of #284F88

#284F88
(40,79,136)
#25487C
(37,72,124)
#224170
(34,65,112)
#1F3A64
(31,58,100)
#1C3358
(28,51,88)
#192C4C
(25,44,76)
#162540
(22,37,64)
#131E34
(19,30,52)
#101728
(16,23,40)
#0D101C
(13,16,28)
#0A0910
(10,9,16)
#000000
(0,0,0)

Tints of #284F88

#284F88
(40,79,136)
#3B5F92
(59,95,146)
#4E6F9C
(78,111,156)
#617FA6
(97,127,166)
#748FB0
(116,143,176)
#879FBA
(135,159,186)
#9AAFC4
(154,175,196)
#ADBFCE
(173,191,206)
#C0CFD8
(192,207,216)
#D3DFE2
(211,223,226)
#E6EFEC
(230,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #284F88; }

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

This text font color is #284F88.


Background Color

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

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

This div background color is #284F88.


Border color

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

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

This div border color is #284F88.


Opacity

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

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

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

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

This text has shadow with #284F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #284F88 on black background.


Color preview on white background

This text has color #284F88 on white background.



Black color preview on #284F88 background

This text has black color on #284F88 background.


White color preview on #284F88 background

This text has white color on #284F88 background.