Color Hex Logo

#003dcc Color Hex

#003DCC
(0,61,204)
1 Favorites   0 Comments

Color spaces of #003dcc

RGB 061204
HSL0.621.000.40
HSV222°100°80°
CMYK 1.000.700.00   0.20
XYZ12.56787.697157.9500
Yxy7.69710.16070.0984
Hunter Lab27.743632.3086-104.4224
CIE-Lab33.343942.0388-77.0037

#003dcc color RGB value is (0,61,204).

#003dcc hex color red value is 0, green value is 61 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #003dcc hue: 0.62 , saturation: 1.00 and the lightness value of 003dcc is 0.40.

The process color (four color CMYK) of #003dcc color hex is 1.00, 0.70, 0.00, 0.20. Web safe color of #003dcc is #0033cc. Color #003dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00111101 11001100
Octal 0 75 314
Decimal 0 61 204
Hex 0 3D CC

RGB Percentages of Color #003dcc

%0.00
%23.02
%76.98

CMYK Percentages of Color #003dcc

%100
%70
%0
%20

Triadic Colors of #003dcc

#003dcc #cc003d #3dcc00

Analogous Colors of #003dcc

#003dcc #2900cc #00a3cc

Monochromatic Colors of #003dcc

#003dcc

Complementary Color

#003dcc #cc8f00

#003dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#003dcc Color CSS Codes

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

#003dcc Text Font Color

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

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


#003dcc Background Color

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

This div background color is #003dcc


#003dcc Border Color

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

This div border color is #003dcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,61,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #003dcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #003dcc;
  -webkit-box-shadow: 1px 1px 3px 2px #003dcc;
  box-shadow:         1px 1px 3px 2px #003dcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,61,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 #003dcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003dcc


Comments

No comments written yet.

Please login to write comment.