Color Hex Logo

#0303bb Color Hex

#0303BB
(3,3,187)
1 Favorites   0 Comments

Color spaces of #0303bb

RGB 33187
HSL0.670.970.37
HSV240°98°73°
CMYK 0.980.980.00   0.27
XYZ9.03983.672347.2461
Yxy3.67230.15080.0612
Hunter Lab19.163250.6674-132.7625
CIE-Lab22.557162.0379-84.9360

#0303bb color RGB value is (3,3,187).

#0303bb hex color red value is 3, green value is 3 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #0303bb hue: 0.67 , saturation: 0.97 and the lightness value of 0303bb is 0.37.

The process color (four color CMYK) of #0303bb color hex is 0.98, 0.98, 0.00, 0.27. Web safe color of #0303bb is #0000cc. Color #0303bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00000011 10111011
Octal 3 3 273
Decimal 3 3 187
Hex 3 3 BB

RGB Percentages of Color #0303bb

%1.55
%1.55
%96.89

CMYK Percentages of Color #0303bb

%98
%98
%0
%27

Triadic Colors of #0303bb

#0303bb #bb0303 #03bb03

Analogous Colors of #0303bb

#0303bb #5f03bb #035fbb

Monochromatic Colors of #0303bb

#0303bb

Complementary Color

#0303bb #bbbb03

#0303bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0303bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0303bb Color CSS Codes

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

#0303bb Text Font Color

<p style="color:#0303bb">Text here</p>

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


#0303bb Background Color

<div style="background-color:#0303bb">
Div content here</div>

This div background color is #0303bb


#0303bb Border Color

<div style="border:3px solid #0303bb">
Div here</div>

This div border color is #0303bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,3,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0303bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0303bb;
  -webkit-box-shadow: 1px 1px 3px 2px #0303bb;
  box-shadow:         1px 1px 3px 2px #0303bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0303bb


Comments

No comments written yet.

Please login to write comment.