Color Hex Logo

#0349dc Color Hex

#0349DC
(3,73,220)
0 Favorites   0 Comments

Color spaces of #0349dc

RGB 373220
HSL0.610.970.44
HSV221°99°86°
CMYK 0.990.670.00   0.14
XYZ15.33849.951868.8226
Yxy9.95180.16300.1057
Hunter Lab31.546531.5832-107.2661
CIE-Lab37.755840.5123-78.9583

#0349dc color RGB value is (3,73,220).

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

The process color (four color CMYK) of #0349dc color hex is 0.99, 0.67, 0.00, 0.14. Web safe color of #0349dc is #0033cc. Color #0349dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01001001 11011100
Octal 3 111 334
Decimal 3 73 220
Hex 3 49 DC

RGB Percentages of Color #0349dc

%1.01
%24.66
%74.32

CMYK Percentages of Color #0349dc

%99
%67
%0
%14

Triadic Colors of #0349dc

#0349dc #dc0349 #49dc03

Analogous Colors of #0349dc

#0349dc #2903dc #03b6dc

Monochromatic Colors of #0349dc

#0349dc

Complementary Color

#0349dc #dc9603

#0349dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0349dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0349dc Color CSS Codes

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

#0349dc Text Font Color

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

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


#0349dc Background Color

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

This div background color is #0349dc


#0349dc Border Color

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

This div border color is #0349dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0349dc


Comments

No comments written yet.

Please login to write comment.