Color Hex Logo

#213269 Color Hex

#213269
(33,50,105)
0 Favorites   0 Comments

Color spaces of #213269

RGB 3350105
HSL0.630.520.27
HSV226°69°41°
CMYK 0.690.520.00   0.59
XYZ4.31763.624513.8366
Yxy3.62450.19820.1664
Hunter Lab19.03817.1648-29.7643
CIE-Lab22.389012.9340-34.3630

#213269 color RGB value is (33,50,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 00110010 01101001
Octal 41 62 151
Decimal 33 50 105
Hex 21 32 69

RGB Percentages of Color #213269

%17.55
%26.60
%55.85

CMYK Percentages of Color #213269

%69
%52
%0
%59

Triadic Colors of #213269

#213269 #692132 #326921

Analogous Colors of #213269

#213269 #342169 #215669

Monochromatic Colors of #213269

#213269

Complementary Color

#213269 #695821

#213269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213269 Color CSS Codes

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

#213269 Text Font Color

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

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


#213269 Background Color

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

This div background color is #213269


#213269 Border Color

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

This div border color is #213269


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,50,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 #213269">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213269


Comments

No comments written yet.

Please login to write comment.