Color Hex Logo

#033bcc Color Hex

#033BCC
(3,59,204)
0 Favorites   0 Comments

Color spaces of #033bcc

RGB 359204
HSL0.620.970.41
HSV223°99°80°
CMYK 0.990.710.00   0.20
XYZ12.50067.506957.9169
Yxy7.50690.16040.0963
Hunter Lab27.398733.4924-106.1513
CIE-Lab32.934143.3505-77.6794

#033bcc color RGB value is (3,59,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 00111011 11001100
Octal 3 73 314
Decimal 3 59 204
Hex 3 3B CC

RGB Percentages of Color #033bcc

%1.13
%22.18
%76.69

CMYK Percentages of Color #033bcc

%99
%71
%0
%20

Triadic Colors of #033bcc

#033bcc #cc033b #3bcc03

Analogous Colors of #033bcc

#033bcc #2f03cc #03a0cc

Monochromatic Colors of #033bcc

#033bcc

Complementary Color

#033bcc #cc9403

#033bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#033bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#033bcc Color CSS Codes

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

#033bcc Text Font Color

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

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


#033bcc Background Color

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

This div background color is #033bcc


#033bcc Border Color

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

This div border color is #033bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #033bcc


Comments

No comments written yet.

Please login to write comment.