Color Hex Logo

#21395e Color Hex

#21395E
(33,57,94)
0 Favorites   0 Comments

Color spaces of #21395e

RGB 335794
HSL0.600.480.25
HSV216°65°37°
CMYK 0.650.390.00   0.63
XYZ4.11074.057711.1562
Yxy4.05770.21270.2100
Hunter Lab20.14371.1747-18.7360
CIE-Lab23.86133.6917-24.8606

#21395e color RGB value is (33,57,94).

#21395e hex color red value is 33, green value is 57 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #21395e hue: 0.60 , saturation: 0.48 and the lightness value of 21395e is 0.25.

The process color (four color CMYK) of #21395e color hex is 0.65, 0.39, 0.00, 0.63. Web safe color of #21395e is #333366. Color #21395e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111001 01011110
Octal 41 71 136
Decimal 33 57 94
Hex 21 39 5E

RGB Percentages of Color #21395e

%17.93
%30.98
%51.09

CMYK Percentages of Color #21395e

%65
%39
%0
%63

Triadic Colors of #21395e

#21395e #5e2139 #395e21

Analogous Colors of #21395e

#21395e #28215e #21585e

Monochromatic Colors of #21395e

#21395e

Complementary Color

#21395e #5e4621

#21395e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21395e Color Preview on White Background

Lorem ipsum dolor sit amet.

#21395e Color CSS Codes

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

#21395e Text Font Color

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

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


#21395e Background Color

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

This div background color is #21395e


#21395e Border Color

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

This div border color is #21395e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21395e


Comments

No comments written yet.

Please login to write comment.