COLOR #288BBB

HEX: #288BBB
RGB: (40,139,187)

Color info

#288BBB contains mainly green and blue colors. Web safe color of #288BBB is #3399CC (or #39C).

RGB color model

#288BBB color RGB value is (40,139,187).

  • red value is 40;
  • green value is 139;
  • blue value is 187.
RGB:
(40,139,187)
(16%,55%,73%)

RGB channels and saturation

R 40 of 255 = 16%
G 139 of 255 = 55%
B 187 of 255 = 73%

40
139
187

R + G + B ~ 48%. #288BBB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
40 + 139 + 187 = 366 (100%)
R 40 of 366 ~ 10.93%
G 139 of 366 ~ 37.98%
B 187 of 366 ~ 51.09%

%10.93
%37.98
%51.09

CMYK color model

#288BBB color CMYK value is (79,26,0,27).

  • cyan value is 78.61%
  • magenta value is 25.67%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(79,26,0,27)
C79M26Y0K27 
(79%,26%,0%,27%)
(0.79/0.26/0.00/0.27)	

CMYK percentages

%78.61
%25.67
%0
%26.67

Codes

Color #288BBB in popluar color models

288BBB
RGB40139187
HSL200°64.76%44.51%
HSB/HSV200°78.61%73.33%
CMYK78.61%25.67%0.00%
26.67%

Color #288BBB in popluar number systems.

HEX288BBB
Decimal40139187
Binary1010001000101110111011
Octal50213273

Shades and tints

Shades of #288BBB

#288BBB
(40,139,187)
#257FAA
(37,127,170)
#227399
(34,115,153)
#1F6788
(31,103,136)
#1C5B77
(28,91,119)
#194F66
(25,79,102)
#164355
(22,67,85)
#133744
(19,55,68)
#102B33
(16,43,51)
#0D1F22
(13,31,34)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #288BBB

#288BBB
(40,139,187)
#3B95C1
(59,149,193)
#4E9FC7
(78,159,199)
#61A9CD
(97,169,205)
#74B3D3
(116,179,211)
#87BDD9
(135,189,217)
#9AC7DF
(154,199,223)
#ADD1E5
(173,209,229)
#C0DBEB
(192,219,235)
#D3E5F1
(211,229,241)
#E6EFF7
(230,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #288BBB color. Also use rgb(40,139,187) instead hex code.

Text Font Color

.myTextColor { color: #288BBB; }

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

This text font color is #288BBB.


Background Color

.myBgColor { background-color: #288BBB; }

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

This div background color is #288BBB.


Border color

.myBorderColor { border: 1px solid #288BBB; }

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

This div border color is #288BBB.


Opacity

.myOpacity80 { color: #288BBB; opacity: 0.8; }

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

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

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

This text has shadow with #288BBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #288BBB on black background.


Color preview on white background

This text has color #288BBB on white background.



Black color preview on #288BBB background

This text has black color on #288BBB background.


White color preview on #288BBB background

This text has white color on #288BBB background.