Color Hex Logo

#214497 Color Hex

#214497
(33,68,151)
0 Favorites   0 Comments

Color spaces of #214497

RGB 3368151
HSL0.620.640.36
HSV222°78°59°
CMYK 0.780.550.00   0.41
XYZ8.28026.691930.1334
Yxy6.69190.18360.1484
Hunter Lab25.868711.8650-50.9564
CIE-Lab31.095018.6560-49.1363

#214497 color RGB value is (33,68,151).

#214497 hex color red value is 33, green value is 68 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #214497 hue: 0.62 , saturation: 0.64 and the lightness value of 214497 is 0.36.

The process color (four color CMYK) of #214497 color hex is 0.78, 0.55, 0.00, 0.41. Web safe color of #214497 is #333399. Color #214497 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01000100 10010111
Octal 41 104 227
Decimal 33 68 151
Hex 21 44 97

RGB Percentages of Color #214497

%13.10
%26.98
%59.92

CMYK Percentages of Color #214497

%78
%55
%0
%41

Triadic Colors of #214497

#214497 #972144 #449721

Analogous Colors of #214497

#214497 #392197 #217f97

Monochromatic Colors of #214497

#214497

Complementary Color

#214497 #977421

#214497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#214497 Color CSS Codes

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

#214497 Text Font Color

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

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


#214497 Background Color

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

This div background color is #214497


#214497 Border Color

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

This div border color is #214497


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,68,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #214497; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #214497;
  -webkit-box-shadow: 1px 1px 3px 2px #214497;
  box-shadow:         1px 1px 3px 2px #214497; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214497


Comments

No comments written yet.

Please login to write comment.