COLOR #28355D

HEX: #28355D RGB: (40,53,93)

Color info

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

RGB color model

#28355D color RGB value is (40,53,93).

RGB: (40,53,93) (16%, 21%, 36%)

RGB channels and saturation

R 40 of 255 = 16%
G 53 of 255 = 21%
B 93 of 255 = 36%

40
53
93

R + G + B ~ 24%. #28355D is dark color.

Portions of RGB colors in percentages

R + G + B = 40 + 53 + 93 = 186 (100%)
R 40 of 186 ~ 21.51%
G 53 of 186 ~ 28.49%
B 93 of 186 ~ 50'%

%21.51
%28.49
%50

CMYK color model

#28355D color CMYK value is (57,43,0,64).

  • cyan value is 56.99%
  • magenta value is 43.01%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (57,43,0,64)
C57M43Y0K64 (57%, 43%, 0%, 64%)
(0.57 / 0.43 / 0.00 / 0.64)

CMYK percentages

%56.99
%43.01
%0
%63.53

Codes

Color #28355D in popluar color models

28 35 5D
RGB 40 53 93
HSL 225° 39.85% 26.08%
HSB/HSV 225° 56.99% 36.47%
CMYK 56.99% 43.01% 0.00%
63.53%

Color #28355D in popluar number systems.

HEX 28 35 5D
Decimal 40 53 93
Binary 101000 110101 1011101
Octal 50 65 135

Shades and tints

Shades of #28355D

#28355D
(40,53,93)
#253155
(37,49,85)
#222D4D
(34,45,77)
#1F2945
(31,41,69)
#1C253D
(28,37,61)
#192135
(25,33,53)
#161D2D
(22,29,45)
#131925
(19,25,37)
#10151D
(16,21,29)
#0D1115
(13,17,21)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #28355D

#28355D
(40,53,93)
#3B476B
(59,71,107)
#4E5979
(78,89,121)
#616B87
(97,107,135)
#747D95
(116,125,149)
#878FA3
(135,143,163)
#9AA1B1
(154,161,177)
#ADB3BF
(173,179,191)
#C0C5CD
(192,197,205)
#D3D7DB
(211,215,219)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28355D color. Also use rgb(40,53,93) instead hex code.

Text Font Color

.myTextColor { color: #28355D; }

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

This text font color is #28355D.

Background Color

.myBgColor { background-color: #28355D; }

<div style="background-color:#28355D">Inner text</div>

This div background color is #28355D.

Border color

.myBorderColor { border: 1px solid #28355D; }

<div style="border:3px solid #28355D">Div</div>

This div border color is #28355D.

Opacity

.myOpacity80 { color: #28355D; opacity: 0.8; }

<p style="color:#28355D;opacity:0.8;">80%</p>

Text with #28355D 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 #28355D;}

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

This text has shadow with #28355D color.


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

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

This text has shadow with #28355D primary color and red secondary color.


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

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

This text has shadow with #28355D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #28355D.

Preview

Color preview on black background

This text has color #28355D on black background.


Color preview on white background

This text has color #28355D on white background.


Black color preview on #28355D background

This text has black color on #28355D background.


White color preview on #28355D background

This text has white color on #28355D background.


Related colors

Complementary color

Complementary color for #hex is #D7CAA2.


I love getcolorcode.com

Triadic colors

1 #5D2835 and #355D28 with #28355D are triadic colors.

2 #5D3528 and #35285D with #28355D are triadic colors.