Color Hex Logo

#033be6 Color Hex

#033BE6
(3,59,230)
0 Favorites   0 Comments

Color spaces of #033be6

RGB 359230
HSL0.630.970.46
HSV225°99°90°
CMYK 0.990.740.00   0.10
XYZ15.88448.860575.7359
Yxy8.86050.15810.0882
Hunter Lab29.766643.1617-130.0164
CIE-Lab35.714352.5042-88.0429

#033be6 color RGB value is (3,59,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 00111011 11100110
Octal 3 73 346
Decimal 3 59 230
Hex 3 3B E6

RGB Percentages of Color #033be6

%1.03
%20.21
%78.77

CMYK Percentages of Color #033be6

%99
%74
%0
%10

Triadic Colors of #033be6

#033be6 #e6033b #3be603

Analogous Colors of #033be6

#033be6 #3c03e6 #03ade6

Monochromatic Colors of #033be6

#033be6

Complementary Color

#033be6 #e6ae03

#033be6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#033be6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#033be6 Color CSS Codes

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

#033be6 Text Font Color

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

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


#033be6 Background Color

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

This div background color is #033be6


#033be6 Border Color

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

This div border color is #033be6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #033be6


Comments

No comments written yet.

Please login to write comment.