Color Hex Logo

#335dbe Color Hex

#335DBE
(51,93,190)
0 Favorites   0 Comments

Color spaces of #335dbe

RGB 5193190
HSL0.620.580.47
HSV222°73°75°
CMYK 0.730.510.00   0.25
XYZ14.573912.250250.3116
Yxy12.25020.18890.1588
Hunter Lab35.000313.0758-60.7270
CIE-Lab41.611019.2948-55.2907

#335dbe color RGB value is (51,93,190).

#335dbe hex color red value is 51, green value is 93 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #335dbe hue: 0.62 , saturation: 0.58 and the lightness value of 335dbe is 0.47.

The process color (four color CMYK) of #335dbe color hex is 0.73, 0.51, 0.00, 0.25. Web safe color of #335dbe is #3366cc. Color #335dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011101 10111110
Octal 63 135 276
Decimal 51 93 190
Hex 33 5D BE

RGB Percentages of Color #335dbe

%15.27
%27.84
%56.89

CMYK Percentages of Color #335dbe

%73
%51
%0
%25

Triadic Colors of #335dbe

#335dbe #be335d #5dbe33

Analogous Colors of #335dbe

#335dbe #4f33be #33a3be

Monochromatic Colors of #335dbe

#335dbe

Complementary Color

#335dbe #be9433

#335dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#335dbe Color CSS Codes

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

#335dbe Text Font Color

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

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


#335dbe Background Color

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

This div background color is #335dbe


#335dbe Border Color

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

This div border color is #335dbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,93,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #335dbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #335dbe;
  -webkit-box-shadow: 1px 1px 3px 2px #335dbe;
  box-shadow:         1px 1px 3px 2px #335dbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335dbe


Comments

No comments written yet.

Please login to write comment.