Color Hex Logo

#0342ce Color Hex

#0342CE
(3,66,206)
0 Favorites   0 Comments

Color spaces of #0342ce

RGB 366206
HSL0.610.970.41
HSV221°99°81°
CMYK 0.990.680.00   0.19
XYZ13.12638.372059.3166
Yxy8.37200.16240.1036
Hunter Lab28.934430.3426-101.2926
CIE-Lab34.745939.7145-75.8506

#0342ce color RGB value is (3,66,206).

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

The process color (four color CMYK) of #0342ce color hex is 0.99, 0.68, 0.00, 0.19. Web safe color of #0342ce is #0033cc. Color #0342ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01000010 11001110
Octal 3 102 316
Decimal 3 66 206
Hex 3 42 CE

RGB Percentages of Color #0342ce

%1.09
%24.00
%74.91

CMYK Percentages of Color #0342ce

%99
%68
%0
%19

Triadic Colors of #0342ce

#0342ce #ce0342 #42ce03

Analogous Colors of #0342ce

#0342ce #2903ce #03a8ce

Monochromatic Colors of #0342ce

#0342ce

Complementary Color

#0342ce #ce8f03

#0342ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0342ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0342ce Color CSS Codes

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

#0342ce Text Font Color

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

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


#0342ce Background Color

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

This div background color is #0342ce


#0342ce Border Color

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

This div border color is #0342ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0342ce


Comments

No comments written yet.

Please login to write comment.