Color Hex Logo

#213497 Color Hex

#213497
(33,52,151)
1 Favorites   0 Comments

Color spaces of #213497

RGB 3352151
HSL0.640.640.36
HSV230°78°59°
CMYK 0.780.660.00   0.41
XYZ7.44115.013729.8537
Yxy5.01370.17590.1185
Hunter Lab22.391320.1346-63.3758
CIE-Lab26.773829.5265-56.1821

#213497 color RGB value is (33,52,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 00110100 10010111
Octal 41 64 227
Decimal 33 52 151
Hex 21 34 97

RGB Percentages of Color #213497

%13.98
%22.03
%63.98

CMYK Percentages of Color #213497

%78
%66
%0
%41

Triadic Colors of #213497

#213497 #972134 #349721

Analogous Colors of #213497

#213497 #492197 #216f97

Monochromatic Colors of #213497

#213497

Complementary Color

#213497 #978421

#213497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213497 Color CSS Codes

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

#213497 Text Font Color

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

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


#213497 Background Color

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

This div background color is #213497


#213497 Border Color

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

This div border color is #213497


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,52,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 #213497">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213497


Comments

No comments written yet.

Please login to write comment.