COLOR #288BA0

HEX: #288BA0
RGB: (40,139,160)

Color info

#288BA0 contains mainly green and blue colors. Web safe color of #288BA0 is #339999 (or #399).

RGB color model

#288BA0 color RGB value is (40,139,160).

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

RGB channels and saturation

R 40 of 255 = 16%
G 139 of 255 = 55%
B 160 of 255 = 63%

40
139
160

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

Portions of RGB colors in percentages

R + G + B =
40 + 139 + 160 = 339 (100%)
R 40 of 339 ~ 11.8%
G 139 of 339 ~ 41%
B 160 of 339 ~ 47.2%

%11.8
%41
%47.2

CMYK color model

#288BA0 color CMYK value is (75,13,0,37).

  • cyan value is 75.00%
  • magenta value is 13.13%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(75,13,0,37)
C75M13Y0K37 
(75%,13%,0%,37%)
(0.75/0.13/0.00/0.37)	

CMYK percentages

%75
%13.13
%0
%37.25

Codes

Color #288BA0 in popluar color models

288BA0
RGB40139160
HSL191°60.00%39.22%
HSB/HSV191°75.00%62.75%
CMYK75.00%13.13%0.00%
37.25%

Color #288BA0 in popluar number systems.

HEX288BA0
Decimal40139160
Binary1010001000101110100000
Octal50213240

Shades and tints

Shades of #288BA0

#288BA0
(40,139,160)
#257F92
(37,127,146)
#227384
(34,115,132)
#1F6776
(31,103,118)
#1C5B68
(28,91,104)
#194F5A
(25,79,90)
#16434C
(22,67,76)
#13373E
(19,55,62)
#102B30
(16,43,48)
#0D1F22
(13,31,34)
#0A1314
(10,19,20)
#000000
(0,0,0)

Tints of #288BA0

#288BA0
(40,139,160)
#3B95A8
(59,149,168)
#4E9FB0
(78,159,176)
#61A9B8
(97,169,184)
#74B3C0
(116,179,192)
#87BDC8
(135,189,200)
#9AC7D0
(154,199,208)
#ADD1D8
(173,209,216)
#C0DBE0
(192,219,224)
#D3E5E8
(211,229,232)
#E6EFF0
(230,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #288BA0; }

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

This text font color is #288BA0.


Background Color

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

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

This div background color is #288BA0.


Border color

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

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

This div border color is #288BA0.


Opacity

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

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

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

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

This text has shadow with #288BA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #288BA0 on black background.


Color preview on white background

This text has color #288BA0 on white background.



Black color preview on #288BA0 background

This text has black color on #288BA0 background.


White color preview on #288BA0 background

This text has white color on #288BA0 background.