Color Hex Logo

#213290 Color Hex

#213290
(33,50,144)
0 Favorites   0 Comments

Color spaces of #213290

RGB 3350144
HSL0.640.630.35
HSV231°77°56°
CMYK 0.770.650.00   0.44
XYZ6.80184.618226.9185
Yxy4.61820.17740.1205
Hunter Lab21.490018.8895-59.2240
CIE-Lab25.618128.1978-53.7687

#213290 color RGB value is (33,50,144).

#213290 hex color red value is 33, green value is 50 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #213290 hue: 0.64 , saturation: 0.63 and the lightness value of 213290 is 0.35.

The process color (four color CMYK) of #213290 color hex is 0.77, 0.65, 0.00, 0.44. Web safe color of #213290 is #333399. Color #213290 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00110010 10010000
Octal 41 62 220
Decimal 33 50 144
Hex 21 32 90

RGB Percentages of Color #213290

%14.54
%22.03
%63.44

CMYK Percentages of Color #213290

%77
%65
%0
%44

Triadic Colors of #213290

#213290 #902132 #329021

Analogous Colors of #213290

#213290 #472190 #216a90

Monochromatic Colors of #213290

#213290

Complementary Color

#213290 #907f21

#213290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213290 Color CSS Codes

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

#213290 Text Font Color

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

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


#213290 Background Color

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

This div background color is #213290


#213290 Border Color

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

This div border color is #213290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213290


Comments

No comments written yet.

Please login to write comment.