Color Hex Logo

#0306ea Color Hex

#0306EA
(3,6,234)
0 Favorites   0 Comments

Color spaces of #0306ea

RGB 36234
HSL0.660.970.46
HSV239°99°92°
CMYK 0.990.970.00   0.08
XYZ14.95406.090178.2293
Yxy6.09010.15060.0613
Hunter Lab24.678164.9774-170.6737
CIE-Lab29.638773.2066-100.4419

#0306ea color RGB value is (3,6,234).

#0306ea hex color red value is 3, green value is 6 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #0306ea hue: 0.66 , saturation: 0.97 and the lightness value of 0306ea is 0.46.

The process color (four color CMYK) of #0306ea color hex is 0.99, 0.97, 0.00, 0.08. Web safe color of #0306ea is #0000ff. Color #0306ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00000110 11101010
Octal 3 6 352
Decimal 3 6 234
Hex 3 6 EA

RGB Percentages of Color #0306ea

%1.23
%2.47
%96.30

CMYK Percentages of Color #0306ea

%99
%97
%0
%8

Triadic Colors of #0306ea

#0306ea #ea0306 #06ea03

Analogous Colors of #0306ea

#0306ea #7403ea #037aea

Monochromatic Colors of #0306ea

#0306ea

Complementary Color

#0306ea #eae703

#0306ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0306ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0306ea Color CSS Codes

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

#0306ea Text Font Color

<p style="color:#0306ea">Text here</p>

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


#0306ea Background Color

<div style="background-color:#0306ea">
Div content here</div>

This div background color is #0306ea


#0306ea Border Color

<div style="border:3px solid #0306ea">
Div here</div>

This div border color is #0306ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,6,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0306ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0306ea;
  -webkit-box-shadow: 1px 1px 3px 2px #0306ea;
  box-shadow:         1px 1px 3px 2px #0306ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0306ea


Comments

No comments written yet.

Please login to write comment.