COLOR #28589C

HEX: #28589C
RGB: (40,88,156)

Color info

#28589C contains mainly blue color. Web safe color of #28589C is #336699 (or #369).

RGB color model

#28589C color RGB value is (40,88,156).

  • red value is 40;
  • green value is 88;
  • blue value is 156.
RGB:
(40,88,156)
(16%,35%,61%)

RGB channels and saturation

R 40 of 255 = 16%
G 88 of 255 = 35%
B 156 of 255 = 61%

40
88
156

R + G + B ~ 37%. #28589C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 88 + 156 = 284 (100%)
R 40 of 284 ~ 14.08%
G 88 of 284 ~ 30.99%
B 156 of 284 ~ 54.93%

%14.08
%30.99
%54.93

CMYK color model

#28589C color CMYK value is (74,44,0,39).

  • cyan value is 74.36%
  • magenta value is 43.59%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(74,44,0,39)
C74M44Y0K39 
(74%,44%,0%,39%)
(0.74/0.44/0.00/0.39)	

CMYK percentages

%74.36
%43.59
%0
%38.82

Codes

Color #28589C in popluar color models

28589C
RGB4088156
HSL215°59.18%38.43%
HSB/HSV215°74.36%61.18%
CMYK74.36%43.59%0.00%
38.82%

Color #28589C in popluar number systems.

HEX28589C
Decimal4088156
Binary101000101100010011100
Octal50130234

Shades and tints

Shades of #28589C

#28589C
(40,88,156)
#25508E
(37,80,142)
#224880
(34,72,128)
#1F4072
(31,64,114)
#1C3864
(28,56,100)
#193056
(25,48,86)
#162848
(22,40,72)
#13203A
(19,32,58)
#10182C
(16,24,44)
#0D101E
(13,16,30)
#0A0810
(10,8,16)
#000000
(0,0,0)

Tints of #28589C

#28589C
(40,88,156)
#3B67A5
(59,103,165)
#4E76AE
(78,118,174)
#6185B7
(97,133,183)
#7494C0
(116,148,192)
#87A3C9
(135,163,201)
#9AB2D2
(154,178,210)
#ADC1DB
(173,193,219)
#C0D0E4
(192,208,228)
#D3DFED
(211,223,237)
#E6EEF6
(230,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28589C color. Also use rgb(40,88,156) instead hex code.

Text Font Color

.myTextColor { color: #28589C; }

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

This text font color is #28589C.


Background Color

.myBgColor { background-color: #28589C; }

<div style="background-color:#28589C">Inner text</div>

This div background color is #28589C.


Border color

.myBorderColor { border: 1px solid #28589C; }

<div style="border:3px solid #28589C">Div</div>

This div border color is #28589C.


Opacity

.myOpacity80 { color: #28589C; opacity: 0.8; }

<p style="color:#28589C;opacity:0.8;">80%</p>

Text with #28589C 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 #28589C;}

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

This text has shadow with #28589C color.

.textShadow {text-shadow: 3px 3px 1px #28589C, 3px 3px 1px red;}

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

This text has shadow with #28589C primary color and red secondary color.


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

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

This text has shadow with #28589C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28589C on black background.


Color preview on white background

This text has color #28589C on white background.



Black color preview on #28589C background

This text has black color on #28589C background.


White color preview on #28589C background

This text has white color on #28589C background.