Color Hex Logo

#21346d Color Hex

#21346D
(33,52,109)
0 Favorites   0 Comments

Color spaces of #21346d

RGB 3352109
HSL0.630.540.28
HSV225°70°43°
CMYK 0.700.520.00   0.57
XYZ4.61553.883414.9743
Yxy3.88340.19660.1654
Hunter Lab19.70637.3211-31.2584
CIE-Lab23.282213.0966-35.5068

#21346d color RGB value is (33,52,109).

#21346d hex color red value is 33, green value is 52 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #21346d hue: 0.63 , saturation: 0.54 and the lightness value of 21346d is 0.28.

The process color (four color CMYK) of #21346d color hex is 0.70, 0.52, 0.00, 0.57. Web safe color of #21346d is #333366. Color #21346d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00110100 01101101
Octal 41 64 155
Decimal 33 52 109
Hex 21 34 6D

RGB Percentages of Color #21346d

%17.01
%26.80
%56.19

CMYK Percentages of Color #21346d

%70
%52
%0
%57

Triadic Colors of #21346d

#21346d #6d2134 #346d21

Analogous Colors of #21346d

#21346d #34216d #215a6d

Monochromatic Colors of #21346d

#21346d

Complementary Color

#21346d #6d5a21

#21346d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21346d Color Preview on White Background

Lorem ipsum dolor sit amet.

#21346d Color CSS Codes

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

#21346d Text Font Color

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

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


#21346d Background Color

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

This div background color is #21346d


#21346d Border Color

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

This div border color is #21346d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21346d


Comments

No comments written yet.

Please login to write comment.