Color Hex Logo

#334bbe Color Hex

#334BBE
(51,75,190)
0 Favorites   0 Comments

Color spaces of #334bbe

RGB 5175190
HSL0.640.580.47
HSV230°73°75°
CMYK 0.730.610.00   0.25
XYZ13.17569.453749.8455
Yxy9.45370.18180.1304
Hunter Lab30.746922.6835-74.5956
CIE-Lab36.843530.9962-63.0316

#334bbe color RGB value is (51,75,190).

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

The process color (four color CMYK) of #334bbe color hex is 0.73, 0.61, 0.00, 0.25. Web safe color of #334bbe is #3333cc. Color #334bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001011 10111110
Octal 63 113 276
Decimal 51 75 190
Hex 33 4B BE

RGB Percentages of Color #334bbe

%16.14
%23.73
%60.13

CMYK Percentages of Color #334bbe

%73
%61
%0
%25

Triadic Colors of #334bbe

#334bbe #be334b #4bbe33

Analogous Colors of #334bbe

#334bbe #6033be #3391be

Monochromatic Colors of #334bbe

#334bbe

Complementary Color

#334bbe #bea633

#334bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#334bbe Color CSS Codes

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

#334bbe Text Font Color

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

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


#334bbe Background Color

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

This div background color is #334bbe


#334bbe Border Color

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

This div border color is #334bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334bbe


Comments

No comments written yet.

Please login to write comment.