Color Hex Logo

#033aeb Color Hex

#033AEB
(3,58,235)
0 Favorites   0 Comments

Color spaces of #033aeb

RGB 358235
HSL0.630.970.47
HSV226°99°92°
CMYK 0.990.750.00   0.08
XYZ16.54609.043679.4708
Yxy9.04360.15750.0861
Hunter Lab30.072645.5841-135.6309
CIE-Lab36.068154.7510-90.2993

#033aeb color RGB value is (3,58,235).

#033aeb hex color red value is 3, green value is 58 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #033aeb hue: 0.63 , saturation: 0.97 and the lightness value of 033aeb is 0.47.

The process color (four color CMYK) of #033aeb color hex is 0.99, 0.75, 0.00, 0.08. Web safe color of #033aeb is #0033ff. Color #033aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00111010 11101011
Octal 3 72 353
Decimal 3 58 235
Hex 3 3A EB

RGB Percentages of Color #033aeb

%1.01
%19.59
%79.39

CMYK Percentages of Color #033aeb

%99
%75
%0
%8

Triadic Colors of #033aeb

#033aeb #eb033a #3aeb03

Analogous Colors of #033aeb

#033aeb #4003eb #03aeeb

Monochromatic Colors of #033aeb

#033aeb

Complementary Color

#033aeb #ebb403

#033aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#033aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#033aeb Color CSS Codes

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

#033aeb Text Font Color

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

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


#033aeb Background Color

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

This div background color is #033aeb


#033aeb Border Color

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

This div border color is #033aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #033aeb


Comments

No comments written yet.

Please login to write comment.