Color Hex Logo

#334dba Color Hex

#334DBA
(51,77,186)
0 Favorites   0 Comments

Color spaces of #334dba

RGB 5177186
HSL0.630.570.46
HSV228°73°73°
CMYK 0.730.590.00   0.27
XYZ12.88209.556747.6200
Yxy9.55670.18390.1364
Hunter Lab30.913920.2826-69.6910
CIE-Lab37.034828.2354-60.3729

#334dba color RGB value is (51,77,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001101 10111010
Octal 63 115 272
Decimal 51 77 186
Hex 33 4D BA

RGB Percentages of Color #334dba

%16.24
%24.52
%59.24

CMYK Percentages of Color #334dba

%73
%59
%0
%27

Triadic Colors of #334dba

#334dba #ba334d #4dba33

Analogous Colors of #334dba

#334dba #5c33ba #3391ba

Monochromatic Colors of #334dba

#334dba

Complementary Color

#334dba #baa033

#334dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#334dba Color CSS Codes

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

#334dba Text Font Color

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

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


#334dba Background Color

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

This div background color is #334dba


#334dba Border Color

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

This div border color is #334dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334dba


Comments

No comments written yet.

Please login to write comment.