COLOR #21589C

HEX: #21589C
RGB: (33,88,156)

Color info

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

RGB color model

#21589C color RGB value is (33,88,156).

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

RGB channels and saturation

R 33 of 255 = 13%
G 88 of 255 = 35%
B 156 of 255 = 61%

33
88
156

R + G + B ~ 36%. #21589C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 88 + 156 = 277 (100%)
R 33 of 277 ~ 11.91%
G 88 of 277 ~ 31.77%
B 156 of 277 ~ 56.32%

%11.91
%31.77
%56.32

CMYK color model

#21589C color CMYK value is (79,44,0,39).

  • cyan value is 78.85%
  • magenta value is 43.59%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(79,44,0,39)
C79M44Y0K39 
(79%,44%,0%,39%)
(0.79/0.44/0.00/0.39)	

CMYK percentages

%78.85
%43.59
%0
%38.82

Codes

Color #21589C in popluar color models

21589C
RGB3388156
HSL213°65.08%37.06%
HSB/HSV213°78.85%61.18%
CMYK78.85%43.59%0.00%
38.82%

Color #21589C in popluar number systems.

HEX21589C
Decimal3388156
Binary100001101100010011100
Octal41130234

Shades and tints

Shades of #21589C

#21589C
(33,88,156)
#1E508E
(30,80,142)
#1B4880
(27,72,128)
#184072
(24,64,114)
#153864
(21,56,100)
#123056
(18,48,86)
#0F2848
(15,40,72)
#0C203A
(12,32,58)
#09182C
(9,24,44)
#06101E
(6,16,30)
#030810
(3,8,16)
#000000
(0,0,0)

Tints of #21589C

#21589C
(33,88,156)
#3567A5
(53,103,165)
#4976AE
(73,118,174)
#5D85B7
(93,133,183)
#7194C0
(113,148,192)
#85A3C9
(133,163,201)
#99B2D2
(153,178,210)
#ADC1DB
(173,193,219)
#C1D0E4
(193,208,228)
#D5DFED
(213,223,237)
#E9EEF6
(233,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21589C; }

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

This text font color is #21589C.


Background Color

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

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

This div background color is #21589C.


Border color

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

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

This div border color is #21589C.


Opacity

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

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

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

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

This text has shadow with #21589C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21589C on black background.


Color preview on white background

This text has color #21589C on white background.



Black color preview on #21589C background

This text has black color on #21589C background.


White color preview on #21589C background

This text has white color on #21589C background.