Color Hex Logo

#0349bd Color Hex

#0349BD
(3,73,189)
0 Favorites   0 Comments

Color spaces of #0349bd

RGB 373189
HSL0.600.970.38
HSV217°98°74°
CMYK 0.980.610.00   0.26
XYZ11.60548.458649.1651
Yxy8.45860.16760.1222
Hunter Lab29.083720.3313-79.8694
CIE-Lab34.920328.5687-65.6430

#0349bd color RGB value is (3,73,189).

#0349bd hex color red value is 3, green value is 73 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0349bd hue: 0.60 , saturation: 0.97 and the lightness value of 0349bd is 0.38.

The process color (four color CMYK) of #0349bd color hex is 0.98, 0.61, 0.00, 0.26. Web safe color of #0349bd is #0033cc. Color #0349bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01001001 10111101
Octal 3 111 275
Decimal 3 73 189
Hex 3 49 BD

RGB Percentages of Color #0349bd

%1.13
%27.55
%71.32

CMYK Percentages of Color #0349bd

%98
%61
%0
%26

Triadic Colors of #0349bd

#0349bd #bd0349 #49bd03

Analogous Colors of #0349bd

#0349bd #1a03bd #03a6bd

Monochromatic Colors of #0349bd

#0349bd

Complementary Color

#0349bd #bd7703

#0349bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0349bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0349bd Color CSS Codes

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

#0349bd Text Font Color

<p style="color:#0349bd">Text here</p>

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


#0349bd Background Color

<div style="background-color:#0349bd">
Div content here</div>

This div background color is #0349bd


#0349bd Border Color

<div style="border:3px solid #0349bd">
Div here</div>

This div border color is #0349bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,73,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0349bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0349bd;
  -webkit-box-shadow: 1px 1px 3px 2px #0349bd;
  box-shadow:         1px 1px 3px 2px #0349bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,73,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0349bd


Comments

No comments written yet.

Please login to write comment.