Color Hex Logo

#21619d Color Hex

#21619D
(33,97,157)
0 Favorites   0 Comments

Color spaces of #21619d

RGB 3397157
HSL0.580.650.37
HSV209°79°62°
CMYK 0.790.380.00   0.38
XYZ10.987711.307033.5017
Yxy11.30700.19690.2026
Hunter Lab33.6259-0.5181-35.5329
CIE-Lab40.09281.7920-38.3085

#21619d color RGB value is (33,97,157).

#21619d hex color red value is 33, green value is 97 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #21619d hue: 0.58 , saturation: 0.65 and the lightness value of 21619d is 0.37.

The process color (four color CMYK) of #21619d color hex is 0.79, 0.38, 0.00, 0.38. Web safe color of #21619d is #336699. Color #21619d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01100001 10011101
Octal 41 141 235
Decimal 33 97 157
Hex 21 61 9D

RGB Percentages of Color #21619d

%11.50
%33.80
%54.70

CMYK Percentages of Color #21619d

%79
%38
%0
%38

Triadic Colors of #21619d

#21619d #9d2161 #619d21

Analogous Colors of #21619d

#21619d #21239d #219d9b

Monochromatic Colors of #21619d

#21619d

Complementary Color

#21619d #9d5d21

#21619d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21619d Color Preview on White Background

Lorem ipsum dolor sit amet.

#21619d Color CSS Codes

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

#21619d Text Font Color

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

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


#21619d Background Color

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

This div background color is #21619d


#21619d Border Color

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

This div border color is #21619d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21619d


Comments

No comments written yet.

Please login to write comment.