Color Hex Logo

#0337dd Color Hex

#0337DD
(3,55,221)
0 Favorites   0 Comments

Color spaces of #0337dd

RGB 355221
HSL0.630.970.44
HSV226°99°87°
CMYK 0.990.750.00   0.13
XYZ14.45497.972269.1835
Yxy7.97220.15780.0870
Hunter Lab28.235141.9714-125.5118
CIE-Lab33.924951.6943-85.8628

#0337dd color RGB value is (3,55,221).

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

The process color (four color CMYK) of #0337dd color hex is 0.99, 0.75, 0.00, 0.13. Web safe color of #0337dd is #0033cc. Color #0337dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00110111 11011101
Octal 3 67 335
Decimal 3 55 221
Hex 3 37 DD

RGB Percentages of Color #0337dd

%1.08
%19.71
%79.21

CMYK Percentages of Color #0337dd

%99
%75
%0
%13

Triadic Colors of #0337dd

#0337dd #dd0337 #37dd03

Analogous Colors of #0337dd

#0337dd #3c03dd #03a4dd

Monochromatic Colors of #0337dd

#0337dd

Complementary Color

#0337dd #dda903

#0337dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0337dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0337dd Color CSS Codes

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

#0337dd Text Font Color

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

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


#0337dd Background Color

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

This div background color is #0337dd


#0337dd Border Color

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

This div border color is #0337dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0337dd


Comments

No comments written yet.

Please login to write comment.