Color Hex Logo

#214369 Color Hex

#214369
(33,67,105)
0 Favorites   0 Comments

Color spaces of #214369

RGB 3367105
HSL0.590.520.27
HSV212°69°41°
CMYK 0.690.360.00   0.59
XYZ5.18425.357614.1255
Yxy5.35760.21020.2172
Hunter Lab23.1465-0.5271-19.9801
CIE-Lab27.73021.1279-25.8491

#214369 color RGB value is (33,67,105).

#214369 hex color red value is 33, green value is 67 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #214369 hue: 0.59 , saturation: 0.52 and the lightness value of 214369 is 0.27.

The process color (four color CMYK) of #214369 color hex is 0.69, 0.36, 0.00, 0.59. Web safe color of #214369 is #333366. Color #214369 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01000011 01101001
Octal 41 103 151
Decimal 33 67 105
Hex 21 43 69

RGB Percentages of Color #214369

%16.10
%32.68
%51.22

CMYK Percentages of Color #214369

%69
%36
%0
%59

Triadic Colors of #214369

#214369 #692143 #436921

Analogous Colors of #214369

#214369 #232169 #216769

Monochromatic Colors of #214369

#214369

Complementary Color

#214369 #694721

#214369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#214369 Color CSS Codes

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

#214369 Text Font Color

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

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


#214369 Background Color

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

This div background color is #214369


#214369 Border Color

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

This div border color is #214369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214369

#214369 Color Palettes


Comments

No comments written yet.

Please login to write comment.