Color Hex Logo

#0368ce Color Hex

#0368CE
(3,104,206)
0 Favorites   0 Comments

Color spaces of #0368ce

RGB 3104206
HSL0.580.970.41
HSV210°99°81°
CMYK 0.990.500.00   0.19
XYZ16.128414.376260.3173
Yxy14.37620.17760.1583
Hunter Lab37.91609.5760-67.7783
CIE-Lab44.767714.8841-59.4851

#0368ce color RGB value is (3,104,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 01101000 11001110
Octal 3 150 316
Decimal 3 104 206
Hex 3 68 CE

RGB Percentages of Color #0368ce

%0.96
%33.23
%65.81

CMYK Percentages of Color #0368ce

%99
%50
%0
%19

Triadic Colors of #0368ce

#0368ce #ce0368 #68ce03

Analogous Colors of #0368ce

#0368ce #0303ce #03cece

Monochromatic Colors of #0368ce

#0368ce

Complementary Color

#0368ce #ce6903

#0368ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0368ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0368ce Color CSS Codes

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

#0368ce Text Font Color

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

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


#0368ce Background Color

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

This div background color is #0368ce


#0368ce Border Color

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

This div border color is #0368ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0368ce


Comments

No comments written yet.

Please login to write comment.