Color Hex Logo

#03309d Color Hex

#03309D
(3,48,157)
0 Favorites   0 Comments

Color spaces of #03309d

RGB 348157
HSL0.620.960.31
HSV222°98°62°
CMYK 0.980.690.00   0.38
XYZ7.18034.567632.4015
Yxy4.56760.16260.1035
Hunter Lab21.371922.5695-74.9278
CIE-Lab25.465532.6366-62.0334

#03309d color RGB value is (3,48,157).

#03309d hex color red value is 3, green value is 48 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #03309d hue: 0.62 , saturation: 0.96 and the lightness value of 03309d is 0.31.

The process color (four color CMYK) of #03309d color hex is 0.98, 0.69, 0.00, 0.38. Web safe color of #03309d is #003399. Color #03309d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00110000 10011101
Octal 3 60 235
Decimal 3 48 157
Hex 3 30 9D

RGB Percentages of Color #03309d

%1.44
%23.08
%75.48

CMYK Percentages of Color #03309d

%98
%69
%0
%38

Triadic Colors of #03309d

#03309d #9d0330 #309d03

Analogous Colors of #03309d

#03309d #23039d #037d9d

Monochromatic Colors of #03309d

#03309d

Complementary Color

#03309d #9d7003

#03309d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03309d Color Preview on White Background

Lorem ipsum dolor sit amet.

#03309d Color CSS Codes

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

#03309d Text Font Color

<p style="color:#03309d">Text here</p>

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


#03309d Background Color

<div style="background-color:#03309d">
Div content here</div>

This div background color is #03309d


#03309d Border Color

<div style="border:3px solid #03309d">
Div here</div>

This div border color is #03309d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,48,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03309d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03309d;
  -webkit-box-shadow: 1px 1px 3px 2px #03309d;
  box-shadow:         1px 1px 3px 2px #03309d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03309d


Comments

No comments written yet.

Please login to write comment.