Color Hex Logo

#334dd3 Color Hex

#334DD3
(51,77,211)
0 Favorites   0 Comments

Color spaces of #334dd3

RGB 5177211
HSL0.640.650.51
HSV230°76°83°
CMYK 0.760.640.00   0.17
XYZ15.777010.714762.8646
Yxy10.71470.17660.1199
Hunter Lab32.733328.7512-90.9536
CIE-Lab39.095737.3070-71.5448

#334dd3 color RGB value is (51,77,211).

#334dd3 hex color red value is 51, green value is 77 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #334dd3 hue: 0.64 , saturation: 0.65 and the lightness value of 334dd3 is 0.51.

The process color (four color CMYK) of #334dd3 color hex is 0.76, 0.64, 0.00, 0.17. Web safe color of #334dd3 is #3366cc. Color #334dd3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001101 11010011
Octal 63 115 323
Decimal 51 77 211
Hex 33 4D D3

RGB Percentages of Color #334dd3

%15.04
%22.71
%62.24

CMYK Percentages of Color #334dd3

%76
%64
%0
%17

Triadic Colors of #334dd3

#334dd3 #d3334d #4dd333

Analogous Colors of #334dd3

#334dd3 #6933d3 #339dd3

Monochromatic Colors of #334dd3

#334dd3

Complementary Color

#334dd3 #d3b933

#334dd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334dd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334dd3 Color CSS Codes

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

#334dd3 Text Font Color

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

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


#334dd3 Background Color

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

This div background color is #334dd3


#334dd3 Border Color

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

This div border color is #334dd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334dd3


Comments

No comments written yet.

Please login to write comment.