Color Hex Logo

#213540 Color Hex

#213540
(33,53,64)
0 Favorites   0 Comments

Color spaces of #213540

RGB 335364
HSL0.560.320.19
HSV201°48°25°
CMYK 0.480.170.00   0.75
XYZ2.82573.23975.3269
Yxy3.23970.24800.2844
Hunter Lab17.9992-3.4757-4.9476
CIE-Lab20.9794-4.5006-9.3903

#213540 color RGB value is (33,53,64).

#213540 hex color red value is 33, green value is 53 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #213540 hue: 0.56 , saturation: 0.32 and the lightness value of 213540 is 0.19.

The process color (four color CMYK) of #213540 color hex is 0.48, 0.17, 0.00, 0.75. Web safe color of #213540 is #333333. Color #213540 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00110101 01000000
Octal 41 65 100
Decimal 33 53 64
Hex 21 35 40

RGB Percentages of Color #213540

%22.00
%35.33
%42.67

CMYK Percentages of Color #213540

%48
%17
%0
%75

Triadic Colors of #213540

#213540 #402135 #354021

Analogous Colors of #213540

#213540 #212640 #21403c

Monochromatic Colors of #213540

#213540

Complementary Color

#213540 #402c21

#213540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213540 Color CSS Codes

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

#213540 Text Font Color

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

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


#213540 Background Color

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

This div background color is #213540


#213540 Border Color

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

This div border color is #213540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213540


Comments

No comments written yet.

Please login to write comment.