Color Hex Logo

#21557c Color Hex

#21557C
(33,85,124)
0 Favorites   0 Comments

Color spaces of #21557c

RGB 3385124
HSL0.570.580.31
HSV206°73°49°
CMYK 0.730.310.00   0.51
XYZ7.51388.275620.2701
Yxy8.27560.20840.2295
Hunter Lab28.7673-3.7201-21.6399
CIE-Lab34.5504-3.2991-27.0431

#21557c color RGB value is (33,85,124).

#21557c hex color red value is 33, green value is 85 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #21557c hue: 0.57 , saturation: 0.58 and the lightness value of 21557c is 0.31.

The process color (four color CMYK) of #21557c color hex is 0.73, 0.31, 0.00, 0.51. Web safe color of #21557c is #336666. Color #21557c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01010101 01111100
Octal 41 125 174
Decimal 33 85 124
Hex 21 55 7C

RGB Percentages of Color #21557c

%13.64
%35.12
%51.24

CMYK Percentages of Color #21557c

%73
%31
%0
%51

Triadic Colors of #21557c

#21557c #7c2155 #557c21

Analogous Colors of #21557c

#21557c #21277c #217c76

Monochromatic Colors of #21557c

#21557c

Complementary Color

#21557c #7c4821

#21557c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21557c Color Preview on White Background

Lorem ipsum dolor sit amet.

#21557c Color CSS Codes

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

#21557c Text Font Color

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

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


#21557c Background Color

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

This div background color is #21557c


#21557c Border Color

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

This div border color is #21557c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,85,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21557c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21557c;
  -webkit-box-shadow: 1px 1px 3px 2px #21557c;
  box-shadow:         1px 1px 3px 2px #21557c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21557c


Comments

No comments written yet.

Please login to write comment.