Color Hex Logo

#335289 Color Hex

#335289
(51,82,137)
0 Favorites   0 Comments

Color spaces of #335289

RGB 5182137
HSL0.610.460.37
HSV218°63°54°
CMYK 0.630.400.00   0.46
XYZ8.89798.544524.8472
Yxy8.54450.21040.2020
Hunter Lab29.23103.1811-29.9366
CIE-Lab35.09216.8072-34.1284

#335289 color RGB value is (51,82,137).

#335289 hex color red value is 51, green value is 82 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #335289 hue: 0.61 , saturation: 0.46 and the lightness value of 335289 is 0.37.

The process color (four color CMYK) of #335289 color hex is 0.63, 0.40, 0.00, 0.46. Web safe color of #335289 is #336699. Color #335289 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01010010 10001001
Octal 63 122 211
Decimal 51 82 137
Hex 33 52 89

RGB Percentages of Color #335289

%18.89
%30.37
%50.74

CMYK Percentages of Color #335289

%63
%40
%0
%46

Triadic Colors of #335289

#335289 #893352 #528933

Analogous Colors of #335289

#335289 #3f3389 #337d89

Monochromatic Colors of #335289

#335289

Complementary Color

#335289 #896a33

#335289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#335289 Color CSS Codes

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

#335289 Text Font Color

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

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


#335289 Background Color

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

This div background color is #335289


#335289 Border Color

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

This div border color is #335289


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,82,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #335289; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #335289;
  -webkit-box-shadow: 1px 1px 3px 2px #335289;
  box-shadow:         1px 1px 3px 2px #335289; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,82,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335289


Comments

No comments written yet.

Please login to write comment.