Color Hex Logo

#213766 Color Hex

#213766
(33,55,102)
0 Favorites   0 Comments

Color spaces of #213766

RGB 3355102
HSL0.610.510.26
HSV221°68°40°
CMYK 0.680.460.00   0.60
XYZ4.39174.015013.1139
Yxy4.01500.20410.1866
Hunter Lab20.03754.0571-24.7772
CIE-Lab23.72108.2078-30.2846

#213766 color RGB value is (33,55,102).

#213766 hex color red value is 33, green value is 55 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #213766 hue: 0.61 , saturation: 0.51 and the lightness value of 213766 is 0.26.

The process color (four color CMYK) of #213766 color hex is 0.68, 0.46, 0.00, 0.60. Web safe color of #213766 is #333366. Color #213766 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00110111 01100110
Octal 41 67 146
Decimal 33 55 102
Hex 21 37 66

RGB Percentages of Color #213766

%17.37
%28.95
%53.68

CMYK Percentages of Color #213766

%68
%46
%0
%60

Triadic Colors of #213766

#213766 #662137 #376621

Analogous Colors of #213766

#213766 #2e2166 #215a66

Monochromatic Colors of #213766

#213766

Complementary Color

#213766 #665021

#213766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213766 Color CSS Codes

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

#213766 Text Font Color

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

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


#213766 Background Color

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

This div background color is #213766


#213766 Border Color

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

This div border color is #213766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213766

#213766 Color Palettes


Comments

No comments written yet.

Please login to write comment.