Color Hex Logo

#213765 Color Hex

#213765
(33,55,101)
0 Favorites   0 Comments

Color spaces of #213765

RGB 3355101
HSL0.610.510.26
HSV221°67°40°
CMYK 0.670.460.00   0.60
XYZ4.34243.995312.8542
Yxy3.99530.20490.1885
Hunter Lab19.98823.7993-24.1369
CIE-Lab23.65597.8144-29.7404

#213765 color RGB value is (33,55,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 00110111 01100101
Octal 41 67 145
Decimal 33 55 101
Hex 21 37 65

RGB Percentages of Color #213765

%17.46
%29.10
%53.44

CMYK Percentages of Color #213765

%67
%46
%0
%60

Triadic Colors of #213765

#213765 #652137 #376521

Analogous Colors of #213765

#213765 #2d2165 #215965

Monochromatic Colors of #213765

#213765

Complementary Color

#213765 #654f21

#213765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213765 Color CSS Codes

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

#213765 Text Font Color

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

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


#213765 Background Color

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

This div background color is #213765


#213765 Border Color

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

This div border color is #213765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213765


Comments

No comments written yet.

Please login to write comment.