Color Hex Logo

#213795 Color Hex

#213795
(33,55,149)
0 Favorites   0 Comments

Color spaces of #213795

RGB 3355149
HSL0.640.640.36
HSV229°78°58°
CMYK 0.780.630.00   0.42
XYZ7.41825.225629.0514
Yxy5.22560.17790.1253
Hunter Lab22.859617.9211-59.3478
CIE-Lab27.368126.7452-53.9829

#213795 color RGB value is (33,55,149).

#213795 hex color red value is 33, green value is 55 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #213795 hue: 0.64 , saturation: 0.64 and the lightness value of 213795 is 0.36.

The process color (four color CMYK) of #213795 color hex is 0.78, 0.63, 0.00, 0.42. Web safe color of #213795 is #333399. Color #213795 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00110111 10010101
Octal 41 67 225
Decimal 33 55 149
Hex 21 37 95

RGB Percentages of Color #213795

%13.92
%23.21
%62.87

CMYK Percentages of Color #213795

%78
%63
%0
%42

Triadic Colors of #213795

#213795 #952137 #379521

Analogous Colors of #213795

#213795 #452195 #217195

Monochromatic Colors of #213795

#213795

Complementary Color

#213795 #957f21

#213795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213795 Color CSS Codes

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

#213795 Text Font Color

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

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


#213795 Background Color

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

This div background color is #213795


#213795 Border Color

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

This div border color is #213795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213795


Comments

No comments written yet.

Please login to write comment.