COLOR #288E9B

HEX: #288E9B RGB: (40,142,155)

Color info

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

RGB color model

#288E9B color RGB value is (40,142,155).

RGB: (40,142,155) (16%, 56%, 61%)

RGB channels and saturation

R 40 of 255 = 16%
G 142 of 255 = 56%
B 155 of 255 = 61%

40
142
155

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

Portions of RGB colors in percentages

R + G + B = 40 + 142 + 155 = 337 (100%)
R 40 of 337 ~ 11.87%
G 142 of 337 ~ 42.14%
B 155 of 337 ~ 45.99'%

%11.87
%42.14
%45.99

CMYK color model

#288E9B color CMYK value is (74,8,0,39).

  • cyan value is 74.19%
  • magenta value is 8.39%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (74,8,0,39)
C74M8Y0K39 (74%, 8%, 0%, 39%)
(0.74 / 0.08 / 0.00 / 0.39)

CMYK percentages

%74.19
%8.39
%0
%39.22

Codes

Color #288E9B in popluar color models

28 8E 9B
RGB 40 142 155
HSL 187° 58.97% 38.24%
HSB/HSV 187° 74.19% 60.78%
CMYK 74.19% 8.39% 0.00%
39.22%

Color #288E9B in popluar number systems.

HEX 28 8E 9B
Decimal 40 142 155
Binary 101000 10001110 10011011
Octal 50 216 233

Shades and tints

Shades of #288E9B

#288E9B
(40,142,155)
#25828D
(37,130,141)
#22767F
(34,118,127)
#1F6A71
(31,106,113)
#1C5E63
(28,94,99)
#195255
(25,82,85)
#164647
(22,70,71)
#133A39
(19,58,57)
#102E2B
(16,46,43)
#0D221D
(13,34,29)
#0A160F
(10,22,15)
#000000
(0,0,0)

Tints of #288E9B

#288E9B
(40,142,155)
#3B98A4
(59,152,164)
#4EA2AD
(78,162,173)
#61ACB6
(97,172,182)
#74B6BF
(116,182,191)
#87C0C8
(135,192,200)
#9ACAD1
(154,202,209)
#ADD4DA
(173,212,218)
#C0DEE3
(192,222,227)
#D3E8EC
(211,232,236)
#E6F2F5
(230,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #288E9B color. Also use rgb(40,142,155) instead hex code.

Text Font Color

.myTextColor { color: #288E9B; }

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

This text font color is #288E9B.

Background Color

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

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

This div background color is #288E9B.

Border color

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

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

This div border color is #288E9B.

Opacity

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

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

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

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

This text has shadow with #288E9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #288E9B.

Preview

Color preview on black background

This text has color #288E9B on black background.


Color preview on white background

This text has color #288E9B on white background.


Black color preview on #288E9B background

This text has black color on #288E9B background.


White color preview on #288E9B background

This text has white color on #288E9B background.


Related colors

Complementary color

Complementary color for #hex is #D77164.


I love getcolorcode.com

Triadic colors

1 #9B288E and #8E9B28 with #288E9B are triadic colors.

2 #9B8E28 and #8E289B with #288E9B are triadic colors.