Color Hex Logo

#213962 Color Hex

#213962
(33,57,98)
0 Favorites   0 Comments

Color spaces of #213962

RGB 335798
HSL0.610.500.26
HSV218°66°38°
CMYK 0.660.420.00   0.62
XYZ4.29494.131412.1264
Yxy4.13140.20900.2010
Hunter Lab20.32582.1472-21.1443
CIE-Lab24.10125.2409-27.0849

#213962 color RGB value is (33,57,98).

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

The process color (four color CMYK) of #213962 color hex is 0.66, 0.42, 0.00, 0.62. Web safe color of #213962 is #333366. Color #213962 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111001 01100010
Octal 41 71 142
Decimal 33 57 98
Hex 21 39 62

RGB Percentages of Color #213962

%17.55
%30.32
%52.13

CMYK Percentages of Color #213962

%66
%42
%0
%62

Triadic Colors of #213962

#213962 #622139 #396221

Analogous Colors of #213962

#213962 #2a2162 #215a62

Monochromatic Colors of #213962

#213962

Complementary Color

#213962 #624a21

#213962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213962 Color CSS Codes

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

#213962 Text Font Color

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

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


#213962 Background Color

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

This div background color is #213962


#213962 Border Color

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

This div border color is #213962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213962


Comments

No comments written yet.

Please login to write comment.