Color Hex Logo

#0330cc Color Hex

#0330CC
(3,48,204)
0 Favorites   0 Comments

Color spaces of #0330cc

RGB 348204
HSL0.630.970.41
HSV227°99°80°
CMYK 0.990.760.00   0.20
XYZ11.99366.492957.7479
Yxy6.49290.15730.0852
Hunter Lab25.481239.4252-116.5319
CIE-Lab30.623449.8251-81.5055

#0330cc color RGB value is (3,48,204).

#0330cc hex color red value is 3, green value is 48 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0330cc hue: 0.63 , saturation: 0.97 and the lightness value of 0330cc is 0.41.

The process color (four color CMYK) of #0330cc color hex is 0.99, 0.76, 0.00, 0.20. Web safe color of #0330cc is #0033cc. Color #0330cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00110000 11001100
Octal 3 60 314
Decimal 3 48 204
Hex 3 30 CC

RGB Percentages of Color #0330cc

%1.18
%18.82
%80.00

CMYK Percentages of Color #0330cc

%99
%76
%0
%20

Triadic Colors of #0330cc

#0330cc #cc0330 #30cc03

Analogous Colors of #0330cc

#0330cc #3a03cc #0395cc

Monochromatic Colors of #0330cc

#0330cc

Complementary Color

#0330cc #cc9f03

#0330cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0330cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0330cc Color CSS Codes

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

#0330cc Text Font Color

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

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


#0330cc Background Color

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

This div background color is #0330cc


#0330cc Border Color

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

This div border color is #0330cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,48,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0330cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0330cc;
  -webkit-box-shadow: 1px 1px 3px 2px #0330cc;
  box-shadow:         1px 1px 3px 2px #0330cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0330cc


Comments

No comments written yet.

Please login to write comment.