Color Hex Logo

#21638f Color Hex

#21638F
(33,99,143)
0 Favorites   0 Comments

Color spaces of #21638f

RGB 3399143
HSL0.570.630.35
HSV204°77°56°
CMYK 0.770.310.00   0.44
XYZ10.047011.230227.6247
Yxy11.23020.20550.2296
Hunter Lab33.5115-5.1294-25.4168
CIE-Lab39.9655-4.8188-30.1200

#21638f color RGB value is (33,99,143).

#21638f hex color red value is 33, green value is 99 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #21638f hue: 0.57 , saturation: 0.63 and the lightness value of 21638f is 0.35.

The process color (four color CMYK) of #21638f color hex is 0.77, 0.31, 0.00, 0.44. Web safe color of #21638f is #336699. Color #21638f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01100011 10001111
Octal 41 143 217
Decimal 33 99 143
Hex 21 63 8F

RGB Percentages of Color #21638f

%12.00
%36.00
%52.00

CMYK Percentages of Color #21638f

%77
%31
%0
%44

Triadic Colors of #21638f

#21638f #8f2163 #638f21

Analogous Colors of #21638f

#21638f #212c8f #218f84

Monochromatic Colors of #21638f

#21638f

Complementary Color

#21638f #8f4d21

#21638f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21638f Color Preview on White Background

Lorem ipsum dolor sit amet.

#21638f Color CSS Codes

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

#21638f Text Font Color

<p style="color:#21638f">Text here</p>

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


#21638f Background Color

<div style="background-color:#21638f">
Div content here</div>

This div background color is #21638f


#21638f Border Color

<div style="border:3px solid #21638f">
Div here</div>

This div border color is #21638f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,99,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21638f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21638f;
  -webkit-box-shadow: 1px 1px 3px 2px #21638f;
  box-shadow:         1px 1px 3px 2px #21638f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21638f


Comments

No comments written yet.

Please login to write comment.