Color Hex Logo

#335682 Color Hex

#335682
(51,86,130)
0 Favorites   0 Comments

Color spaces of #335682

RGB 5186130
HSL0.590.440.35
HSV213°61°51°
CMYK 0.610.340.00   0.49
XYZ8.72238.971122.3910
Yxy8.97110.21760.2238
Hunter Lab29.9518-0.4344-23.3570
CIE-Lab35.92861.6981-28.5184

#335682 color RGB value is (51,86,130).

#335682 hex color red value is 51, green value is 86 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #335682 hue: 0.59 , saturation: 0.44 and the lightness value of 335682 is 0.35.

The process color (four color CMYK) of #335682 color hex is 0.61, 0.34, 0.00, 0.49. Web safe color of #335682 is #336699. Color #335682 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01010110 10000010
Octal 63 126 202
Decimal 51 86 130
Hex 33 56 82

RGB Percentages of Color #335682

%19.10
%32.21
%48.69

CMYK Percentages of Color #335682

%61
%34
%0
%49

Triadic Colors of #335682

#335682 #823356 #568233

Analogous Colors of #335682

#335682 #383382 #337e82

Monochromatic Colors of #335682

#335682

Complementary Color

#335682 #825f33

#335682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#335682 Color CSS Codes

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

#335682 Text Font Color

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

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


#335682 Background Color

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

This div background color is #335682


#335682 Border Color

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

This div border color is #335682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335682


Comments

No comments written yet.

Please login to write comment.