Color Hex Logo

#334ebb Color Hex

#334EBB
(51,78,187)
0 Favorites   0 Comments

Color spaces of #334ebb

RGB 5178187
HSL0.630.570.47
HSV228°73°73°
CMYK 0.730.580.00   0.27
XYZ13.05939.740448.2055
Yxy9.74040.18390.1372
Hunter Lab31.209620.0744-69.7310
CIE-Lab37.372427.9529-60.4104

#334ebb color RGB value is (51,78,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001110 10111011
Octal 63 116 273
Decimal 51 78 187
Hex 33 4E BB

RGB Percentages of Color #334ebb

%16.14
%24.68
%59.18

CMYK Percentages of Color #334ebb

%73
%58
%0
%27

Triadic Colors of #334ebb

#334ebb #bb334e #4ebb33

Analogous Colors of #334ebb

#334ebb #5c33bb #3392bb

Monochromatic Colors of #334ebb

#334ebb

Complementary Color

#334ebb #bba033

#334ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#334ebb Color CSS Codes

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

#334ebb Text Font Color

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

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


#334ebb Background Color

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

This div background color is #334ebb


#334ebb Border Color

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

This div border color is #334ebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,78,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 #334ebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334ebb


Comments

No comments written yet.

Please login to write comment.