Color Hex Logo

#335381 Color Hex

#335381
(51,83,129)
0 Favorites   0 Comments

Color spaces of #335381

RGB 5183129
HSL0.600.430.35
HSV215°60°51°
CMYK 0.600.360.00   0.49
XYZ8.42098.475321.9609
Yxy8.47530.21670.2181
Hunter Lab29.11240.6854-24.3467
CIE-Lab34.95383.2717-29.4384

#335381 color RGB value is (51,83,129).

#335381 hex color red value is 51, green value is 83 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #335381 hue: 0.60 , saturation: 0.43 and the lightness value of 335381 is 0.35.

The process color (four color CMYK) of #335381 color hex is 0.60, 0.36, 0.00, 0.49. Web safe color of #335381 is #336699. Color #335381 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01010011 10000001
Octal 63 123 201
Decimal 51 83 129
Hex 33 53 81

RGB Percentages of Color #335381

%19.39
%31.56
%49.05

CMYK Percentages of Color #335381

%60
%36
%0
%49

Triadic Colors of #335381

#335381 #813353 #538133

Analogous Colors of #335381

#335381 #3a3381 #337a81

Monochromatic Colors of #335381

#335381

Complementary Color

#335381 #816133

#335381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#335381 Color CSS Codes

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

#335381 Text Font Color

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

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


#335381 Background Color

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

This div background color is #335381


#335381 Border Color

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

This div border color is #335381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335381


Comments

No comments written yet.

Please login to write comment.