COLOR #021E34

HEX: #021E34
RGB: (2,30,52)

Color info

#021E34 contains red, green and blue colors in about the same proportion. Web safe color of #021E34 is #003333 (or #033).

RGB color model

#021E34 color RGB value is (2,30,52).

  • red value is 2;
  • green value is 30;
  • blue value is 52.
RGB:
(2,30,52)
(1%,12%,20%)

RGB channels and saturation

R 2 of 255 = 1%
G 30 of 255 = 12%
B 52 of 255 = 20%

2
30
52

R + G + B ~ 11%. #021E34 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 30 + 52 = 84 (100%)
R 2 of 84 ~ 2.38%
G 30 of 84 ~ 35.71%
B 52 of 84 ~ 61.9%

%35.71
%61.9

CMYK color model

#021E34 color CMYK value is (96,42,0,80).

  • cyan value is 96.15%
  • magenta value is 42.31%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(96,42,0,80)
C96M42Y0K80 
(96%,42%,0%,80%)
(0.96/0.42/0.00/0.80)	

CMYK percentages

%96.15
%42.31
%0
%79.61

Codes

Color #021E34 in popluar color models

021E34
RGB23052
HSL206°92.59%10.59%
HSB/HSV206°96.15%20.39%
CMYK96.15%42.31%0.00%
79.61%

Color #021E34 in popluar number systems.

HEX021E34
Decimal23052
Binary1011110110100
Octal23664

Shades and tints

Shades of #021E34

#021E34
(2,30,52)
#021C30
(2,28,48)
#021A2C
(2,26,44)
#021828
(2,24,40)
#021624
(2,22,36)
#021420
(2,20,32)
#02121C
(2,18,28)
#021018
(2,16,24)
#020E14
(2,14,20)
#020C10
(2,12,16)
#020A0C
(2,10,12)
#000000
(0,0,0)

Tints of #021E34

#021E34
(2,30,52)
#193246
(25,50,70)
#304658
(48,70,88)
#475A6A
(71,90,106)
#5E6E7C
(94,110,124)
#75828E
(117,130,142)
#8C96A0
(140,150,160)
#A3AAB2
(163,170,178)
#BABEC4
(186,190,196)
#D1D2D6
(209,210,214)
#E8E6E8
(232,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #021E34 color. Also use rgb(2,30,52) instead hex code.

Text Font Color

.myTextColor { color: #021E34; }

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

This text font color is #021E34.


Background Color

.myBgColor { background-color: #021E34; }

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

This div background color is #021E34.


Border color

.myBorderColor { border: 1px solid #021E34; }

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

This div border color is #021E34.


Opacity

.myOpacity80 { color: #021E34; opacity: 0.8; }

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

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

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

This text has shadow with #021E34 color.

.textShadow {text-shadow: 3px 3px 1px #021E34, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #021E34 on black background.


Color preview on white background

This text has color #021E34 on white background.



Black color preview on #021E34 background

This text has black color on #021E34 background.


White color preview on #021E34 background

This text has white color on #021E34 background.