Color Hex Logo

#033cab Color Hex

#033CAB
(3,60,171)
0 Favorites   0 Comments

Color spaces of #033cab

RGB 360171
HSL0.610.970.34
HSV220°98°67°
CMYK 0.980.650.00   0.33
XYZ9.00416.191439.2486
Yxy6.19140.16540.1137
Hunter Lab24.882521.0484-76.1037
CIE-Lab29.890330.1283-63.2159

#033cab color RGB value is (3,60,171).

#033cab hex color red value is 3, green value is 60 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #033cab hue: 0.61 , saturation: 0.97 and the lightness value of 033cab is 0.34.

The process color (four color CMYK) of #033cab color hex is 0.98, 0.65, 0.00, 0.33. Web safe color of #033cab is #003399. Color #033cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00111100 10101011
Octal 3 74 253
Decimal 3 60 171
Hex 3 3C AB

RGB Percentages of Color #033cab

%1.28
%25.64
%73.08

CMYK Percentages of Color #033cab

%98
%65
%0
%33

Triadic Colors of #033cab

#033cab #ab033c #3cab03

Analogous Colors of #033cab

#033cab #1e03ab #0390ab

Monochromatic Colors of #033cab

#033cab

Complementary Color

#033cab #ab7203

#033cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#033cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#033cab Color CSS Codes

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

#033cab Text Font Color

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

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


#033cab Background Color

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

This div background color is #033cab


#033cab Border Color

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

This div border color is #033cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #033cab


Comments

No comments written yet.

Please login to write comment.