Color Hex Logo

#335fb0 Color Hex

#335FB0
(51,95,176)
0 Favorites   0 Comments

Color spaces of #335fb0

RGB 5195176
HSL0.610.550.45
HSV219°71°69°
CMYK 0.710.460.00   0.31
XYZ13.293912.022842.6943
Yxy12.02280.19550.1768
Hunter Lab34.67397.7572-48.7326
CIE-Lab41.252312.7649-47.6752

#335fb0 color RGB value is (51,95,176).

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

The process color (four color CMYK) of #335fb0 color hex is 0.71, 0.46, 0.00, 0.31. Web safe color of #335fb0 is #336699. Color #335fb0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011111 10110000
Octal 63 137 260
Decimal 51 95 176
Hex 33 5F B0

RGB Percentages of Color #335fb0

%15.84
%29.50
%54.66

CMYK Percentages of Color #335fb0

%71
%46
%0
%31

Triadic Colors of #335fb0

#335fb0 #b0335f #5fb033

Analogous Colors of #335fb0

#335fb0 #4633b0 #339eb0

Monochromatic Colors of #335fb0

#335fb0

Complementary Color

#335fb0 #b08433

#335fb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335fb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#335fb0 Color CSS Codes

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

#335fb0 Text Font Color

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

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


#335fb0 Background Color

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

This div background color is #335fb0


#335fb0 Border Color

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

This div border color is #335fb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335fb0


Comments

No comments written yet.

Please login to write comment.