Color Hex Logo

#213255 Color Hex

#213255
(33,50,85)
0 Favorites   0 Comments

Color spaces of #213255

RGB 335085
HSL0.610.440.23
HSV220°61°33°
CMYK 0.610.410.00   0.67
XYZ3.40753.26049.0441
Yxy3.26040.21690.2075
Hunter Lab18.05662.0862-17.0573
CIE-Lab21.05805.1352-23.3703

#213255 color RGB value is (33,50,85).

#213255 hex color red value is 33, green value is 50 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #213255 hue: 0.61 , saturation: 0.44 and the lightness value of 213255 is 0.23.

The process color (four color CMYK) of #213255 color hex is 0.61, 0.41, 0.00, 0.67. Web safe color of #213255 is #333366. Color #213255 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00110010 01010101
Octal 41 62 125
Decimal 33 50 85
Hex 21 32 55

RGB Percentages of Color #213255

%19.64
%29.76
%50.60

CMYK Percentages of Color #213255

%61
%41
%0
%67

Triadic Colors of #213255

#213255 #552132 #325521

Analogous Colors of #213255

#213255 #2a2155 #214c55

Monochromatic Colors of #213255

#213255

Complementary Color

#213255 #554421

#213255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213255 Color CSS Codes

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

#213255 Text Font Color

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

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


#213255 Background Color

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

This div background color is #213255


#213255 Border Color

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

This div border color is #213255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213255

#213255 Color Palettes


Comments

No comments written yet.

Please login to write comment.