Color Hex Logo

#334caf Color Hex

#334CAF
(51,76,175)
0 Favorites   0 Comments

Color spaces of #334caf

RGB 5176175
HSL0.630.550.44
HSV228°71°69°
CMYK 0.710.570.00   0.31
XYZ11.68758.967841.6724
Yxy8.96780.18750.1439
Hunter Lab29.946317.2594-61.5439
CIE-Lab35.922224.8335-55.6877

#334caf color RGB value is (51,76,175).

#334caf hex color red value is 51, green value is 76 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #334caf hue: 0.63 , saturation: 0.55 and the lightness value of 334caf is 0.44.

The process color (four color CMYK) of #334caf color hex is 0.71, 0.57, 0.00, 0.31. Web safe color of #334caf is #333399. Color #334caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001100 10101111
Octal 63 114 257
Decimal 51 76 175
Hex 33 4C AF

RGB Percentages of Color #334caf

%16.89
%25.17
%57.95

CMYK Percentages of Color #334caf

%71
%57
%0
%31

Triadic Colors of #334caf

#334caf #af334c #4caf33

Analogous Colors of #334caf

#334caf #5833af #338aaf

Monochromatic Colors of #334caf

#334caf

Complementary Color

#334caf #af9633

#334caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#334caf Color CSS Codes

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

#334caf Text Font Color

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

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


#334caf Background Color

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

This div background color is #334caf


#334caf Border Color

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

This div border color is #334caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334caf


Comments

No comments written yet.

Please login to write comment.