Color Hex Logo

#0346be Color Hex

#0346BE
(3,70,190)
0 Favorites   0 Comments

Color spaces of #0346be

RGB 370190
HSL0.610.970.38
HSV219°98°75°
CMYK 0.980.630.00   0.25
XYZ11.52208.117449.6747
Yxy8.11740.16620.1171
Hunter Lab28.491122.3274-83.4295
CIE-Lab34.226230.9648-67.3680

#0346be color RGB value is (3,70,190).

#0346be hex color red value is 3, green value is 70 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #0346be hue: 0.61 , saturation: 0.97 and the lightness value of 0346be is 0.38.

The process color (four color CMYK) of #0346be color hex is 0.98, 0.63, 0.00, 0.25. Web safe color of #0346be is #0033cc. Color #0346be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01000110 10111110
Octal 3 106 276
Decimal 3 70 190
Hex 3 46 BE

RGB Percentages of Color #0346be

%1.14
%26.62
%72.24

CMYK Percentages of Color #0346be

%98
%63
%0
%25

Triadic Colors of #0346be

#0346be #be0346 #46be03

Analogous Colors of #0346be

#0346be #1d03be #03a4be

Monochromatic Colors of #0346be

#0346be

Complementary Color

#0346be #be7b03

#0346be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0346be Color Preview on White Background

Lorem ipsum dolor sit amet.

#0346be Color CSS Codes

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

#0346be Text Font Color

<p style="color:#0346be">Text here</p>

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


#0346be Background Color

<div style="background-color:#0346be">
Div content here</div>

This div background color is #0346be


#0346be Border Color

<div style="border:3px solid #0346be">
Div here</div>

This div border color is #0346be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,70,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0346be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0346be;
  -webkit-box-shadow: 1px 1px 3px 2px #0346be;
  box-shadow:         1px 1px 3px 2px #0346be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0346be


Comments

No comments written yet.

Please login to write comment.