Color Hex Logo

#0361dd Color Hex

#0361DD
(3,97,221)
0 Favorites   0 Comments

Color spaces of #0361dd

RGB 397221
HSL0.590.970.44
HSV214°99°87°
CMYK 0.990.560.00   0.13
XYZ17.363413.789270.1530
Yxy13.78920.17140.1361
Hunter Lab37.133818.4806-86.0167
CIE-Lab43.929125.3911-69.4136

#0361dd color RGB value is (3,97,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 01100001 11011101
Octal 3 141 335
Decimal 3 97 221
Hex 3 61 DD

RGB Percentages of Color #0361dd

%0.93
%30.22
%68.85

CMYK Percentages of Color #0361dd

%99
%56
%0
%13

Triadic Colors of #0361dd

#0361dd #dd0361 #61dd03

Analogous Colors of #0361dd

#0361dd #1203dd #03cedd

Monochromatic Colors of #0361dd

#0361dd

Complementary Color

#0361dd #dd7f03

#0361dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0361dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0361dd Color CSS Codes

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

#0361dd Text Font Color

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

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


#0361dd Background Color

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

This div background color is #0361dd


#0361dd Border Color

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

This div border color is #0361dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,97,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 #0361dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0361dd


Comments

No comments written yet.

Please login to write comment.