Color Hex Logo

#21597d Color Hex

#21597D
(33,89,125)
0 Favorites   0 Comments

Color spaces of #21597d

RGB 3389125
HSL0.570.580.31
HSV203°74°49°
CMYK 0.740.290.00   0.51
XYZ7.90128.948820.7129
Yxy8.94880.21030.2382
Hunter Lab29.9145-5.2040-20.1124
CIE-Lab35.8855-5.4277-25.5667

#21597d color RGB value is (33,89,125).

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

The process color (four color CMYK) of #21597d color hex is 0.74, 0.29, 0.00, 0.51. Web safe color of #21597d is #336666. Color #21597d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011001 01111101
Octal 41 131 175
Decimal 33 89 125
Hex 21 59 7D

RGB Percentages of Color #21597d

%13.36
%36.03
%50.61

CMYK Percentages of Color #21597d

%74
%29
%0
%51

Triadic Colors of #21597d

#21597d #7d2159 #597d21

Analogous Colors of #21597d

#21597d #212b7d #217d73

Monochromatic Colors of #21597d

#21597d

Complementary Color

#21597d #7d4521

#21597d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21597d Color Preview on White Background

Lorem ipsum dolor sit amet.

#21597d Color CSS Codes

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

#21597d Text Font Color

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

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


#21597d Background Color

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

This div background color is #21597d


#21597d Border Color

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

This div border color is #21597d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21597d


Comments

No comments written yet.

Please login to write comment.