Color Hex Logo

#335987 Color Hex

#335987
(51,89,135)
0 Favorites   0 Comments

Color spaces of #335987

RGB 5189135
HSL0.590.450.36
HSV213°62°53°
CMYK 0.620.340.00   0.47
XYZ9.31089.597824.2835
Yxy9.59780.21560.2222
Hunter Lab30.9803-0.5693-24.7874
CIE-Lab37.11071.5651-29.7167

#335987 color RGB value is (51,89,135).

#335987 hex color red value is 51, green value is 89 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #335987 hue: 0.59 , saturation: 0.45 and the lightness value of 335987 is 0.36.

The process color (four color CMYK) of #335987 color hex is 0.62, 0.34, 0.00, 0.47. Web safe color of #335987 is #336699. Color #335987 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011001 10000111
Octal 63 131 207
Decimal 51 89 135
Hex 33 59 87

RGB Percentages of Color #335987

%18.55
%32.36
%49.09

CMYK Percentages of Color #335987

%62
%34
%0
%47

Triadic Colors of #335987

#335987 #873359 #598733

Analogous Colors of #335987

#335987 #373387 #338387

Monochromatic Colors of #335987

#335987

Complementary Color

#335987 #876133

#335987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#335987 Color CSS Codes

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

#335987 Text Font Color

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

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


#335987 Background Color

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

This div background color is #335987


#335987 Border Color

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

This div border color is #335987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335987


Comments

No comments written yet.

Please login to write comment.