COLOR #212488

HEX: #212488 RGB: (33,36,136)

Color info

#212488 contains mainly blue color. Web safe color of #212488 is #333399 (or #339).

RGB color model

#212488 color RGB value is (33,36,136).

RGB: (33,36,136) (13%, 14%, 53%)

RGB channels and saturation

R 33 of 255 = 13%
G 36 of 255 = 14%
B 136 of 255 = 53%

33
36
136

R + G + B ~ 27%. #212488 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 36 + 136 = 205 (100%)
R 33 of 205 ~ 16.1%
G 36 of 205 ~ 17.56%
B 136 of 205 ~ 66.34'%

%16.1
%17.56
%66.34

CMYK color model

#212488 color CMYK value is (76,74,0,47).

  • cyan value is 75.74%
  • magenta value is 73.53%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (76,74,0,47)
C76M74Y0K47 (76%, 74%, 0%, 47%)
(0.76 / 0.74 / 0.00 / 0.47)

CMYK percentages

%75.74
%73.53
%0
%46.67

Codes

Color #212488 in popluar color models

21 24 88
RGB 33 36 136
HSL 238° 60.95% 33.14%
HSB/HSV 238° 75.74% 53.33%
CMYK 75.74% 73.53% 0.00%
46.67%

Color #212488 in popluar number systems.

HEX 21 24 88
Decimal 33 36 136
Binary 100001 100100 10001000
Octal 41 44 210

Shades and tints

Shades of #212488

#212488
(33,36,136)
#1E217C
(30,33,124)
#1B1E70
(27,30,112)
#181B64
(24,27,100)
#151858
(21,24,88)
#12154C
(18,21,76)
#0F1240
(15,18,64)
#0C0F34
(12,15,52)
#090C28
(9,12,40)
#06091C
(6,9,28)
#030610
(3,6,16)
#000000
(0,0,0)

Tints of #212488

#212488
(33,36,136)
#353792
(53,55,146)
#494A9C
(73,74,156)
#5D5DA6
(93,93,166)
#7170B0
(113,112,176)
#8583BA
(133,131,186)
#9996C4
(153,150,196)
#ADA9CE
(173,169,206)
#C1BCD8
(193,188,216)
#D5CFE2
(213,207,226)
#E9E2EC
(233,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #212488 color. Also use rgb(33,36,136) instead hex code.

Text Font Color

.myTextColor { color: #212488; }

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

This text font color is #212488.

Background Color

.myBgColor { background-color: #212488; }

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

This div background color is #212488.

Border color

.myBorderColor { border: 1px solid #212488; }

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

This div border color is #212488.

Opacity

.myOpacity80 { color: #212488; opacity: 0.8; }

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

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

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

This text has shadow with #212488 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #212488.

Preview

Color preview on black background

This text has color #212488 on black background.


Color preview on white background

This text has color #212488 on white background.


Black color preview on #212488 background

This text has black color on #212488 background.


White color preview on #212488 background

This text has white color on #212488 background.


Related colors

Complementary color

Complementary color for #212488 is #DEDB77.


I love getcolorcode.com

Triadic colors

1 #882124 and #248821 with #212488 are triadic colors.

2 #882421 and #242188 with #212488 are triadic colors.