COLOR #21346C

HEX: #21346C
RGB: (33,52,108)

Color info

#21346C contains mainly green and blue colors. Web safe color of #21346C is #333366 (or #336).

RGB color model

#21346C color RGB value is (33,52,108).

  • red value is 33;
  • green value is 52;
  • blue value is 108.
RGB:
(33,52,108)
(13%,20%,42%)

RGB channels and saturation

R 33 of 255 = 13%
G 52 of 255 = 20%
B 108 of 255 = 42%

33
52
108

R + G + B ~ 25%. #21346C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 52 + 108 = 193 (100%)
R 33 of 193 ~ 17.1%
G 52 of 193 ~ 26.94%
B 108 of 193 ~ 55.96%

%17.1
%26.94
%55.96

CMYK color model

#21346C color CMYK value is (69,52,0,58).

  • cyan value is 69.44%
  • magenta value is 51.85%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(69,52,0,58)
C69M52Y0K58 
(69%,52%,0%,58%)
(0.69/0.52/0.00/0.58)	

CMYK percentages

%69.44
%51.85
%0
%57.65

Codes

Color #21346C in popluar color models

21346C
RGB3352108
HSL225°53.19%27.65%
HSB/HSV225°69.44%42.35%
CMYK69.44%51.85%0.00%
57.65%

Color #21346C in popluar number systems.

HEX21346C
Decimal3352108
Binary1000011101001101100
Octal4164154

Shades and tints

Shades of #21346C

#21346C
(33,52,108)
#1E3063
(30,48,99)
#1B2C5A
(27,44,90)
#182851
(24,40,81)
#152448
(21,36,72)
#12203F
(18,32,63)
#0F1C36
(15,28,54)
#0C182D
(12,24,45)
#091424
(9,20,36)
#06101B
(6,16,27)
#030C12
(3,12,18)
#000000
(0,0,0)

Tints of #21346C

#21346C
(33,52,108)
#354679
(53,70,121)
#495886
(73,88,134)
#5D6A93
(93,106,147)
#717CA0
(113,124,160)
#858EAD
(133,142,173)
#99A0BA
(153,160,186)
#ADB2C7
(173,178,199)
#C1C4D4
(193,196,212)
#D5D6E1
(213,214,225)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21346C color. Also use rgb(33,52,108) instead hex code.

Text Font Color

.myTextColor { color: #21346C; }

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

This text font color is #21346C.


Background Color

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

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

This div background color is #21346C.


Border color

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

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

This div border color is #21346C.


Opacity

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

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

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

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

This text has shadow with #21346C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21346C on black background.


Color preview on white background

This text has color #21346C on white background.



Black color preview on #21346C background

This text has black color on #21346C background.


White color preview on #21346C background

This text has white color on #21346C background.