COLOR #28365A

HEX: #28365A
RGB: (40,54,90)

Color info

#28365A contains red, green and blue colors in about the same proportion. Web safe color of #28365A is #333366 (or #336).

RGB color model

#28365A color RGB value is (40,54,90).

  • red value is 40;
  • green value is 54;
  • blue value is 90.
RGB:
(40,54,90)
(16%,21%,35%)

RGB channels and saturation

R 40 of 255 = 16%
G 54 of 255 = 21%
B 90 of 255 = 35%

40
54
90

R + G + B ~ 24%. #28365A is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 54 + 90 = 184 (100%)
R 40 of 184 ~ 21.74%
G 54 of 184 ~ 29.35%
B 90 of 184 ~ 48.91%

%21.74
%29.35
%48.91

CMYK color model

#28365A color CMYK value is (56,40,0,65).

  • cyan value is 55.56%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(56,40,0,65)
C56M40Y0K65 
(56%,40%,0%,65%)
(0.56/0.40/0.00/0.65)	

CMYK percentages

%55.56
%40
%0
%64.71

Codes

Color #28365A in popluar color models

28365A
RGB405490
HSL223°38.46%25.49%
HSB/HSV223°55.56%35.29%
CMYK55.56%40.00%0.00%
64.71%

Color #28365A in popluar number systems.

HEX28365A
Decimal405490
Binary1010001101101011010
Octal5066132

Shades and tints

Shades of #28365A

#28365A
(40,54,90)
#253252
(37,50,82)
#222E4A
(34,46,74)
#1F2A42
(31,42,66)
#1C263A
(28,38,58)
#192232
(25,34,50)
#161E2A
(22,30,42)
#131A22
(19,26,34)
#10161A
(16,22,26)
#0D1212
(13,18,18)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #28365A

#28365A
(40,54,90)
#3B4869
(59,72,105)
#4E5A78
(78,90,120)
#616C87
(97,108,135)
#747E96
(116,126,150)
#8790A5
(135,144,165)
#9AA2B4
(154,162,180)
#ADB4C3
(173,180,195)
#C0C6D2
(192,198,210)
#D3D8E1
(211,216,225)
#E6EAF0
(230,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28365A color. Also use rgb(40,54,90) instead hex code.

Text Font Color

.myTextColor { color: #28365A; }

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

This text font color is #28365A.


Background Color

.myBgColor { background-color: #28365A; }

<div style="background-color:#28365A">Inner text</div>

This div background color is #28365A.


Border color

.myBorderColor { border: 1px solid #28365A; }

<div style="border:3px solid #28365A">Div</div>

This div border color is #28365A.


Opacity

.myOpacity80 { color: #28365A; opacity: 0.8; }

<p style="color:#28365A;opacity:0.8;">80%</p>

Text with #28365A 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 #28365A;}

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

This text has shadow with #28365A color.

.textShadow {text-shadow: 3px 3px 1px #28365A, 3px 3px 1px red;}

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

This text has shadow with #28365A primary color and red secondary color.


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

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

This text has shadow with #28365A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28365A on black background.


Color preview on white background

This text has color #28365A on white background.



Black color preview on #28365A background

This text has black color on #28365A background.


White color preview on #28365A background

This text has white color on #28365A background.