Color Hex Logo

#334fbb Color Hex

#334FBB
(51,79,187)
0 Favorites   0 Comments

Color spaces of #334fbb

RGB 5179187
HSL0.630.570.47
HSV228°73°73°
CMYK 0.730.580.00   0.27
XYZ13.13099.883648.2294
Yxy9.88360.18430.1387
Hunter Lab31.438219.5379-68.9502
CIE-Lab37.632727.3016-59.9868

#334fbb color RGB value is (51,79,187).

#334fbb hex color red value is 51, green value is 79 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #334fbb hue: 0.63 , saturation: 0.57 and the lightness value of 334fbb is 0.47.

The process color (four color CMYK) of #334fbb color hex is 0.73, 0.58, 0.00, 0.27. Web safe color of #334fbb is #3366cc. Color #334fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001111 10111011
Octal 63 117 273
Decimal 51 79 187
Hex 33 4F BB

RGB Percentages of Color #334fbb

%16.09
%24.92
%58.99

CMYK Percentages of Color #334fbb

%73
%58
%0
%27

Triadic Colors of #334fbb

#334fbb #bb334f #4fbb33

Analogous Colors of #334fbb

#334fbb #5b33bb #3393bb

Monochromatic Colors of #334fbb

#334fbb

Complementary Color

#334fbb #bb9f33

#334fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#334fbb Color CSS Codes

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

#334fbb Text Font Color

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

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


#334fbb Background Color

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

This div background color is #334fbb


#334fbb Border Color

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

This div border color is #334fbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,79,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #334fbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #334fbb;
  -webkit-box-shadow: 1px 1px 3px 2px #334fbb;
  box-shadow:         1px 1px 3px 2px #334fbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334fbb


Comments

No comments written yet.

Please login to write comment.