Color Hex Logo

#21397a Color Hex

#21397A
(33,57,122)
1 Favorites   0 Comments

Color spaces of #21397a

RGB 3357122
HSL0.620.570.30
HSV224°73°48°
CMYK 0.730.530.00   0.52
XYZ5.60324.654719.0155
Yxy4.65470.19140.1590
Hunter Lab21.57488.6026-37.1545
CIE-Lab25.727514.7372-39.8486

#21397a color RGB value is (33,57,122).

#21397a hex color red value is 33, green value is 57 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #21397a hue: 0.62 , saturation: 0.57 and the lightness value of 21397a is 0.30.

The process color (four color CMYK) of #21397a color hex is 0.73, 0.53, 0.00, 0.52. Web safe color of #21397a is #333366. Color #21397a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111001 01111010
Octal 41 71 172
Decimal 33 57 122
Hex 21 39 7A

RGB Percentages of Color #21397a

%15.57
%26.89
%57.55

CMYK Percentages of Color #21397a

%73
%53
%0
%52

Triadic Colors of #21397a

#21397a #7a2139 #397a21

Analogous Colors of #21397a

#21397a #36217a #21667a

Monochromatic Colors of #21397a

#21397a

Complementary Color

#21397a #7a6221

#21397a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21397a Color Preview on White Background

Lorem ipsum dolor sit amet.

#21397a Color CSS Codes

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

#21397a Text Font Color

<p style="color:#21397a">Text here</p>

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


#21397a Background Color

<div style="background-color:#21397a">
Div content here</div>

This div background color is #21397a


#21397a Border Color

<div style="border:3px solid #21397a">
Div here</div>

This div border color is #21397a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21397a


Comments

No comments written yet.

Please login to write comment.