Color Hex Logo

#213679 Color Hex

#213679
(33,54,121)
0 Favorites   0 Comments

Color spaces of #213679

RGB 3354121
HSL0.630.570.30
HSV226°73°47°
CMYK 0.730.550.00   0.53
XYZ5.39764.342118.6428
Yxy4.34210.19020.1530
Hunter Lab20.83779.7709-38.4584
CIE-Lab24.771616.4473-40.7614

#213679 color RGB value is (33,54,121).

#213679 hex color red value is 33, green value is 54 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #213679 hue: 0.63 , saturation: 0.57 and the lightness value of 213679 is 0.30.

The process color (four color CMYK) of #213679 color hex is 0.73, 0.55, 0.00, 0.53. Web safe color of #213679 is #333366. Color #213679 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00110110 01111001
Octal 41 66 171
Decimal 33 54 121
Hex 21 36 79

RGB Percentages of Color #213679

%15.87
%25.96
%58.17

CMYK Percentages of Color #213679

%73
%55
%0
%53

Triadic Colors of #213679

#213679 #792136 #367921

Analogous Colors of #213679

#213679 #382179 #216279

Monochromatic Colors of #213679

#213679

Complementary Color

#213679 #796421

#213679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213679 Color CSS Codes

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

#213679 Text Font Color

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

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


#213679 Background Color

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

This div background color is #213679


#213679 Border Color

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

This div border color is #213679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213679


Comments

No comments written yet.

Please login to write comment.