Color Hex Logo

#034096 Color Hex

#034096
(3,64,150)
0 Favorites   0 Comments

Color spaces of #034096

RGB 364150
HSL0.600.960.30
HSV215°98°59°
CMYK 0.980.570.00   0.41
XYZ7.37605.888229.6019
Yxy5.88820.17210.1374
Hunter Lab24.265611.7937-55.3426
CIE-Lab29.128618.7506-51.7557

#034096 color RGB value is (3,64,150).

#034096 hex color red value is 3, green value is 64 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #034096 hue: 0.60 , saturation: 0.96 and the lightness value of 034096 is 0.30.

The process color (four color CMYK) of #034096 color hex is 0.98, 0.57, 0.00, 0.41. Web safe color of #034096 is #003399. Color #034096 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01000000 10010110
Octal 3 100 226
Decimal 3 64 150
Hex 3 40 96

RGB Percentages of Color #034096

%1.38
%29.49
%69.12

CMYK Percentages of Color #034096

%98
%57
%0
%41

Triadic Colors of #034096

#034096 #960340 #409603

Analogous Colors of #034096

#034096 #0f0396 #038a96

Monochromatic Colors of #034096

#034096

Complementary Color

#034096 #965903

#034096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#034096 Color CSS Codes

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

#034096 Text Font Color

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

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


#034096 Background Color

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

This div background color is #034096


#034096 Border Color

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

This div border color is #034096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034096


Comments

No comments written yet.

Please login to write comment.