Color Hex Logo

#0337af Color Hex

#0337AF
(3,55,175)
0 Favorites   0 Comments

Color spaces of #0337af

RGB 355175
HSL0.620.970.35
HSV222°98°69°
CMYK 0.980.690.00   0.31
XYZ9.14165.846941.2042
Yxy5.84690.16270.1041
Hunter Lab24.180425.1679-84.1060
CIE-Lab29.022935.0216-67.0372

#0337af color RGB value is (3,55,175).

#0337af hex color red value is 3, green value is 55 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0337af hue: 0.62 , saturation: 0.97 and the lightness value of 0337af is 0.35.

The process color (four color CMYK) of #0337af color hex is 0.98, 0.69, 0.00, 0.31. Web safe color of #0337af is #003399. Color #0337af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00110111 10101111
Octal 3 67 257
Decimal 3 55 175
Hex 3 37 AF

RGB Percentages of Color #0337af

%1.29
%23.61
%75.11

CMYK Percentages of Color #0337af

%98
%69
%0
%31

Triadic Colors of #0337af

#0337af #af0337 #37af03

Analogous Colors of #0337af

#0337af #2503af #038daf

Monochromatic Colors of #0337af

#0337af

Complementary Color

#0337af #af7b03

#0337af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0337af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0337af Color CSS Codes

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

#0337af Text Font Color

<p style="color:#0337af">Text here</p>

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


#0337af Background Color

<div style="background-color:#0337af">
Div content here</div>

This div background color is #0337af


#0337af Border Color

<div style="border:3px solid #0337af">
Div here</div>

This div border color is #0337af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,55,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0337af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0337af;
  -webkit-box-shadow: 1px 1px 3px 2px #0337af;
  box-shadow:         1px 1px 3px 2px #0337af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0337af


Comments

No comments written yet.

Please login to write comment.