Color Hex Logo

#03465b Color Hex

#03465B
(3,70,91)
0 Favorites   0 Comments

Color spaces of #03465b

RGB 37091
HSL0.540.940.18
HSV194°97°36°
CMYK 0.970.230.00   0.64
XYZ4.11605.155010.6756
Yxy5.15500.20640.2584
Hunter Lab22.7046-7.3738-11.9846
CIE-Lab27.1719-10.5027-17.7891

#03465b color RGB value is (3,70,91).

#03465b hex color red value is 3, green value is 70 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #03465b hue: 0.54 , saturation: 0.94 and the lightness value of 03465b is 0.18.

The process color (four color CMYK) of #03465b color hex is 0.97, 0.23, 0.00, 0.64. Web safe color of #03465b is #003366. Color #03465b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01000110 01011011
Octal 3 106 133
Decimal 3 70 91
Hex 3 46 5B

RGB Percentages of Color #03465b

%1.83
%42.68
%55.49

CMYK Percentages of Color #03465b

%97
%23
%0
%64

Triadic Colors of #03465b

#03465b #5b0346 #465b03

Analogous Colors of #03465b

#03465b #031a5b #035b44

Monochromatic Colors of #03465b

#03465b

Complementary Color

#03465b #5b1803

#03465b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03465b Color Preview on White Background

Lorem ipsum dolor sit amet.

#03465b Color CSS Codes

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

#03465b Text Font Color

<p style="color:#03465b">Text here</p>

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


#03465b Background Color

<div style="background-color:#03465b">
Div content here</div>

This div background color is #03465b


#03465b Border Color

<div style="border:3px solid #03465b">
Div here</div>

This div border color is #03465b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03465b


Comments

No comments written yet.

Please login to write comment.