Color Hex Logo

#03316d Color Hex

#03316D
(3,49,109)
0 Favorites   0 Comments

Color spaces of #03316d

RGB 349109
HSL0.590.950.22
HSV214°97°43°
CMYK 0.970.550.00   0.57
XYZ3.89623.320114.9035
Yxy3.32010.17610.1501
Hunter Lab18.22116.2814-35.7399
CIE-Lab21.282811.6985-38.7910

#03316d color RGB value is (3,49,109).

#03316d hex color red value is 3, green value is 49 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #03316d hue: 0.59 , saturation: 0.95 and the lightness value of 03316d is 0.22.

The process color (four color CMYK) of #03316d color hex is 0.97, 0.55, 0.00, 0.57. Web safe color of #03316d is #003366. Color #03316d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00110001 01101101
Octal 3 61 155
Decimal 3 49 109
Hex 3 31 6D

RGB Percentages of Color #03316d

%1.86
%30.43
%67.70

CMYK Percentages of Color #03316d

%97
%55
%0
%57

Triadic Colors of #03316d

#03316d #6d0331 #316d03

Analogous Colors of #03316d

#03316d #0a036d #03666d

Monochromatic Colors of #03316d

#03316d

Complementary Color

#03316d #6d3f03

#03316d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03316d Color Preview on White Background

Lorem ipsum dolor sit amet.

#03316d Color CSS Codes

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

#03316d Text Font Color

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

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


#03316d Background Color

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

This div background color is #03316d


#03316d Border Color

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

This div border color is #03316d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03316d


Comments

No comments written yet.

Please login to write comment.