Color Hex Logo

#213bbb Color Hex

#213BBB
(33,59,187)
0 Favorites   0 Comments

Color spaces of #213bbb

RGB 3359187
HSL0.640.700.43
HSV230°82°73°
CMYK 0.820.680.00   0.27
XYZ11.16087.039147.7842
Yxy7.03910.16910.1067
Hunter Lab26.531328.6590-88.2123
CIE-Lab31.895838.3965-69.4075

#213bbb color RGB value is (33,59,187).

#213bbb hex color red value is 33, green value is 59 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #213bbb hue: 0.64 , saturation: 0.70 and the lightness value of 213bbb is 0.43.

The process color (four color CMYK) of #213bbb color hex is 0.82, 0.68, 0.00, 0.27. Web safe color of #213bbb is #3333cc. Color #213bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111011 10111011
Octal 41 73 273
Decimal 33 59 187
Hex 21 3B BB

RGB Percentages of Color #213bbb

%11.83
%21.15
%67.03

CMYK Percentages of Color #213bbb

%82
%68
%0
%27

Triadic Colors of #213bbb

#213bbb #bb213b #3bbb21

Analogous Colors of #213bbb

#213bbb #5421bb #2188bb

Monochromatic Colors of #213bbb

#213bbb

Complementary Color

#213bbb #bba121

#213bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#213bbb Color CSS Codes

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

#213bbb Text Font Color

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

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


#213bbb Background Color

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

This div background color is #213bbb


#213bbb Border Color

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

This div border color is #213bbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,59,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #213bbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #213bbb;
  -webkit-box-shadow: 1px 1px 3px 2px #213bbb;
  box-shadow:         1px 1px 3px 2px #213bbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213bbb


Comments

No comments written yet.

Please login to write comment.