Color Hex Logo

#030740 Color Hex

#030740
(3,7,64)
0 Favorites   0 Comments

Color spaces of #030740

RGB 3764
HSL0.660.910.13
HSV236°95°25°
CMYK 0.950.890.00   0.75
XYZ1.03890.54154.9002
Yxy0.54150.16030.0836
Hunter Lab7.358712.3230-34.3306
CIE-Lab4.891320.9151-35.1206

#030740 color RGB value is (3,7,64).

#030740 hex color red value is 3, green value is 7 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #030740 hue: 0.66 , saturation: 0.91 and the lightness value of 030740 is 0.13.

The process color (four color CMYK) of #030740 color hex is 0.95, 0.89, 0.00, 0.75. Web safe color of #030740 is #000033. Color #030740 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00000111 01000000
Octal 3 7 100
Decimal 3 7 64
Hex 3 7 40

RGB Percentages of Color #030740

%4.05
%9.46
%86.49

CMYK Percentages of Color #030740

%95
%89
%0
%75

Triadic Colors of #030740

#030740 #400307 #074003

Analogous Colors of #030740

#030740 #1e0340 #032540

Monochromatic Colors of #030740

#030740

Complementary Color

#030740 #403c03

#030740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#030740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#030740 Color CSS Codes

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

#030740 Text Font Color

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

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


#030740 Background Color

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

This div background color is #030740


#030740 Border Color

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

This div border color is #030740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #030740


Comments

No comments written yet.

Please login to write comment.