Color Hex Logo

#21344e Color Hex

#21344E
(33,52,78)
0 Favorites   0 Comments

Color spaces of #21344e

RGB 335278
HSL0.600.410.22
HSV215°58°31°
CMYK 0.580.330.00   0.69
XYZ3.23033.32947.6801
Yxy3.32940.22690.2338
Hunter Lab18.2466-0.3308-12.1828
CIE-Lab21.31761.1073-18.2947

#21344e color RGB value is (33,52,78).

#21344e hex color red value is 33, green value is 52 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #21344e hue: 0.60 , saturation: 0.41 and the lightness value of 21344e is 0.22.

The process color (four color CMYK) of #21344e color hex is 0.58, 0.33, 0.00, 0.69. Web safe color of #21344e is #333366. Color #21344e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00110100 01001110
Octal 41 64 116
Decimal 33 52 78
Hex 21 34 4E

RGB Percentages of Color #21344e

%20.25
%31.90
%47.85

CMYK Percentages of Color #21344e

%58
%33
%0
%69

Triadic Colors of #21344e

#21344e #4e2134 #344e21

Analogous Colors of #21344e

#21344e #25214e #214b4e

Monochromatic Colors of #21344e

#21344e

Complementary Color

#21344e #4e3b21

#21344e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21344e Color Preview on White Background

Lorem ipsum dolor sit amet.

#21344e Color CSS Codes

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

#21344e Text Font Color

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

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


#21344e Background Color

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

This div background color is #21344e


#21344e Border Color

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

This div border color is #21344e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21344e


Comments

No comments written yet.

Please login to write comment.