Color Hex Logo

#215358 Color Hex

#215358
(33,83,88)
0 Favorites   0 Comments

Color spaces of #215358

RGB 338388
HSL0.520.450.24
HSV185°63°35°
CMYK 0.630.060.00   0.65
XYZ5.48197.214410.3361
Yxy7.21440.23800.3132
Hunter Lab26.8596-10.5735-4.0142
CIE-Lab32.2901-14.9646-7.9764

#215358 color RGB value is (33,83,88).

#215358 hex color red value is 33, green value is 83 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #215358 hue: 0.52 , saturation: 0.45 and the lightness value of 215358 is 0.24.

The process color (four color CMYK) of #215358 color hex is 0.63, 0.06, 0.00, 0.65. Web safe color of #215358 is #336666. Color #215358 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01010011 01011000
Octal 41 123 130
Decimal 33 83 88
Hex 21 53 58

RGB Percentages of Color #215358

%16.18
%40.69
%43.14

CMYK Percentages of Color #215358

%63
%6
%0
%65

Triadic Colors of #215358

#215358 #582153 #535821

Analogous Colors of #215358

#215358 #213858 #215842

Monochromatic Colors of #215358

#215358

Complementary Color

#215358 #582621

#215358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#215358 Color CSS Codes

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

#215358 Text Font Color

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

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


#215358 Background Color

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

This div background color is #215358


#215358 Border Color

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

This div border color is #215358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215358


Comments

No comments written yet.

Please login to write comment.