Color Hex Logo

#335fbd Color Hex

#335FBD
(51,95,189)
0 Favorites   0 Comments

Color spaces of #335fbd

RGB 5195189
HSL0.610.580.47
HSV221°73°74°
CMYK 0.730.500.00   0.26
XYZ14.642812.562349.7971
Yxy12.56230.19020.1631
Hunter Lab35.443311.7183-58.4908
CIE-Lab42.096217.6247-53.9254

#335fbd color RGB value is (51,95,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011111 10111101
Octal 63 137 275
Decimal 51 95 189
Hex 33 5F BD

RGB Percentages of Color #335fbd

%15.22
%28.36
%56.42

CMYK Percentages of Color #335fbd

%73
%50
%0
%26

Triadic Colors of #335fbd

#335fbd #bd335f #5fbd33

Analogous Colors of #335fbd

#335fbd #4c33bd #33a4bd

Monochromatic Colors of #335fbd

#335fbd

Complementary Color

#335fbd #bd9133

#335fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#335fbd Color CSS Codes

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

#335fbd Text Font Color

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

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


#335fbd Background Color

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

This div background color is #335fbd


#335fbd Border Color

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

This div border color is #335fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335fbd


Comments

No comments written yet.

Please login to write comment.