Color Hex Logo

#033ecc Color Hex

#033ECC
(3,62,204)
0 Favorites   0 Comments

Color spaces of #033ecc

RGB 362204
HSL0.620.970.41
HSV222°99°80°
CMYK 0.990.700.00   0.20
XYZ12.65937.824257.9698
Yxy7.82420.16140.0997
Hunter Lab27.971831.8339-103.2947
CIE-Lab33.614041.4912-76.5564

#033ecc color RGB value is (3,62,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 00111110 11001100
Octal 3 76 314
Decimal 3 62 204
Hex 3 3E CC

RGB Percentages of Color #033ecc

%1.12
%23.05
%75.84

CMYK Percentages of Color #033ecc

%99
%70
%0
%20

Triadic Colors of #033ecc

#033ecc #cc033e #3ecc03

Analogous Colors of #033ecc

#033ecc #2c03cc #03a3cc

Monochromatic Colors of #033ecc

#033ecc

Complementary Color

#033ecc #cc9103

#033ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#033ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#033ecc Color CSS Codes

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

#033ecc Text Font Color

<p style="color:#033ecc">Text here</p>

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


#033ecc Background Color

<div style="background-color:#033ecc">
Div content here</div>

This div background color is #033ecc


#033ecc Border Color

<div style="border:3px solid #033ecc">
Div here</div>

This div border color is #033ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #033ecc


Comments

No comments written yet.

Please login to write comment.