Color Hex Logo

#211a3f Color Hex

#211A3F
(33,26,63)
0 Favorites   0 Comments

Color spaces of #211a3f

RGB 332663
HSL0.700.420.17
HSV251°59°25°
CMYK 0.480.590.00   0.75
XYZ1.89381.42104.8771
Yxy1.42100.23120.1735
Hunter Lab11.92067.4970-15.9131
CIE-Lab12.096714.4441-22.5855

#211a3f color RGB value is (33,26,63).

#211a3f hex color red value is 33, green value is 26 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #211a3f hue: 0.70 , saturation: 0.42 and the lightness value of 211a3f is 0.17.

The process color (four color CMYK) of #211a3f color hex is 0.48, 0.59, 0.00, 0.75. Web safe color of #211a3f is #333333. Color #211a3f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00011010 00111111
Octal 41 32 77
Decimal 33 26 63
Hex 21 1A 3F

RGB Percentages of Color #211a3f

%27.05
%21.31
%51.64

CMYK Percentages of Color #211a3f

%48
%59
%0
%75

Triadic Colors of #211a3f

#211a3f #3f211a #1a3f21

Analogous Colors of #211a3f

#211a3f #341a3f #1a263f

Monochromatic Colors of #211a3f

#211a3f

Complementary Color

#211a3f #383f1a

#211a3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#211a3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#211a3f Color CSS Codes

.mybgcolor {background-color:#211a3f; } 
.myforecolor {color:#211a3f; }
.mybordercolor {border:3px solid #211a3f; }

#211a3f Text Font Color

<p style="color:#211a3f">Text here</p>

This sample text font color is #211a3f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#211a3f Background Color

<div style="background-color:#211a3f">
Div content here</div>

This div background color is #211a3f


#211a3f Border Color

<div style="border:3px solid #211a3f">
Div here</div>

This div border color is #211a3f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,26,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #211a3f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #211a3f;
  -webkit-box-shadow: 1px 1px 3px 2px #211a3f;
  box-shadow:         1px 1px 3px 2px #211a3f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,26,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #211a3f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #211a3f;
  -webkit-box-shadow: 1px 1px 3px 2px #211a3f;
  box-shadow:         1px 1px 3px 2px #211a3f;">
Div content here</div>

This div box has shadow with color #211a3f


Comments

No comments written yet.

Please login to write comment.