Color Hex Logo

#216377 Color Hex

#216377
(33,99,119)
0 Favorites   0 Comments

Color spaces of #216377

RGB 3399119
HSL0.540.570.30
HSV194°72°47°
CMYK 0.720.170.00   0.53
XYZ8.418810.578919.0510
Yxy10.57890.22130.2780
Hunter Lab32.5252-10.7164-11.9603
CIE-Lab38.8620-13.5926-17.2724

#216377 color RGB value is (33,99,119).

#216377 hex color red value is 33, green value is 99 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #216377 hue: 0.54 , saturation: 0.57 and the lightness value of 216377 is 0.30.

The process color (four color CMYK) of #216377 color hex is 0.72, 0.17, 0.00, 0.53. Web safe color of #216377 is #336666. Color #216377 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01100011 01110111
Octal 41 143 167
Decimal 33 99 119
Hex 21 63 77

RGB Percentages of Color #216377

%13.15
%39.44
%47.41

CMYK Percentages of Color #216377

%72
%17
%0
%53

Triadic Colors of #216377

#216377 #772163 #637721

Analogous Colors of #216377

#216377 #213877 #217760

Monochromatic Colors of #216377

#216377

Complementary Color

#216377 #773521

#216377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#216377 Color CSS Codes

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

#216377 Text Font Color

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

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


#216377 Background Color

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

This div background color is #216377


#216377 Border Color

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

This div border color is #216377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216377


Comments

No comments written yet.

Please login to write comment.