Color Hex Logo

#03495b Color Hex

#03495B
(3,73,91)
0 Favorites   0 Comments

Color spaces of #03495b

RGB 37391
HSL0.530.940.18
HSV192°97°36°
CMYK 0.970.200.00   0.64
XYZ4.30845.539810.7397
Yxy5.53980.20930.2691
Hunter Lab23.5368-8.5150-10.5779
CIE-Lab28.2204-12.3280-16.1655

#03495b color RGB value is (3,73,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 01001001 01011011
Octal 3 111 133
Decimal 3 73 91
Hex 3 49 5B

RGB Percentages of Color #03495b

%1.80
%43.71
%54.49

CMYK Percentages of Color #03495b

%97
%20
%0
%64

Triadic Colors of #03495b

#03495b #5b0349 #495b03

Analogous Colors of #03495b

#03495b #031d5b #035b41

Monochromatic Colors of #03495b

#03495b

Complementary Color

#03495b #5b1503

#03495b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03495b Color Preview on White Background

Lorem ipsum dolor sit amet.

#03495b Color CSS Codes

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

#03495b Text Font Color

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

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


#03495b Background Color

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

This div background color is #03495b


#03495b Border Color

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

This div border color is #03495b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,73,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 #03495b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03495b


Comments

No comments written yet.

Please login to write comment.