Color Hex Logo

#0342af Color Hex

#0342AF
(3,66,175)
0 Favorites   0 Comments

Color spaces of #0342af

RGB 366175
HSL0.610.970.35
HSV218°98°69°
CMYK 0.980.620.00   0.31
XYZ9.72367.010941.3982
Yxy7.01090.16730.1206
Hunter Lab26.478119.2142-74.1645
CIE-Lab31.831727.6764-62.4211

#0342af color RGB value is (3,66,175).

#0342af hex color red value is 3, green value is 66 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0342af hue: 0.61 , saturation: 0.97 and the lightness value of 0342af is 0.35.

The process color (four color CMYK) of #0342af color hex is 0.98, 0.62, 0.00, 0.31. Web safe color of #0342af is #003399. Color #0342af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01000010 10101111
Octal 3 102 257
Decimal 3 66 175
Hex 3 42 AF

RGB Percentages of Color #0342af

%1.23
%27.05
%71.72

CMYK Percentages of Color #0342af

%98
%62
%0
%31

Triadic Colors of #0342af

#0342af #af0342 #42af03

Analogous Colors of #0342af

#0342af #1a03af #0398af

Monochromatic Colors of #0342af

#0342af

Complementary Color

#0342af #af7003

#0342af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0342af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0342af Color CSS Codes

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

#0342af Text Font Color

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

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


#0342af Background Color

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

This div background color is #0342af


#0342af Border Color

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

This div border color is #0342af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,66,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0342af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0342af;
  -webkit-box-shadow: 1px 1px 3px 2px #0342af;
  box-shadow:         1px 1px 3px 2px #0342af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0342af


Comments

No comments written yet.

Please login to write comment.