Color Hex Logo

#212e5a Color Hex

#212E5A
(33,46,90)
0 Favorites   0 Comments

Color spaces of #212e5a

RGB 334690
HSL0.630.460.24
HSV226°63°35°
CMYK 0.630.490.00   0.65
XYZ3.44973.015510.0731
Yxy3.01550.20860.1823
Hunter Lab17.36525.0710-22.2370
CIE-Lab20.10599.9169-28.2032

#212e5a color RGB value is (33,46,90).

#212e5a hex color red value is 33, green value is 46 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #212e5a hue: 0.63 , saturation: 0.46 and the lightness value of 212e5a is 0.24.

The process color (four color CMYK) of #212e5a color hex is 0.63, 0.49, 0.00, 0.65. Web safe color of #212e5a is #333366. Color #212e5a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00101110 01011010
Octal 41 56 132
Decimal 33 46 90
Hex 21 2E 5A

RGB Percentages of Color #212e5a

%19.53
%27.22
%53.25

CMYK Percentages of Color #212e5a

%63
%49
%0
%65

Triadic Colors of #212e5a

#212e5a #5a212e #2e5a21

Analogous Colors of #212e5a

#212e5a #31215a #214b5a

Monochromatic Colors of #212e5a

#212e5a

Complementary Color

#212e5a #5a4d21

#212e5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#212e5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#212e5a Color CSS Codes

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

#212e5a Text Font Color

<p style="color:#212e5a">Text here</p>

This sample text font color is #212e5a
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.


#212e5a Background Color

<div style="background-color:#212e5a">
Div content here</div>

This div background color is #212e5a


#212e5a Border Color

<div style="border:3px solid #212e5a">
Div here</div>

This div border color is #212e5a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,46,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #212e5a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #212e5a;
  -webkit-box-shadow: 1px 1px 3px 2px #212e5a;
  box-shadow:         1px 1px 3px 2px #212e5a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #212e5a


Comments

No comments written yet.

Please login to write comment.