Color Hex Logo

#0361fb Color Hex

#0361FB
(3,97,251)
0 Favorites   0 Comments

Color spaces of #0361fb

RGB 397251
HSL0.600.980.50
HSV217°99°98°
CMYK 0.990.610.00   0.02
XYZ21.724815.533893.1201
Yxy15.53380.16660.1191
Hunter Lab39.412929.4183-112.4941
CIE-Lab46.356836.9303-82.3297

#0361fb color RGB value is (3,97,251).

#0361fb hex color red value is 3, green value is 97 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0361fb hue: 0.60 , saturation: 0.98 and the lightness value of 0361fb is 0.50.

The process color (four color CMYK) of #0361fb color hex is 0.99, 0.61, 0.00, 0.02. Web safe color of #0361fb is #0066ff. Color #0361fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01100001 11111011
Octal 3 141 373
Decimal 3 97 251
Hex 3 61 FB

RGB Percentages of Color #0361fb

%0.85
%27.64
%71.51

CMYK Percentages of Color #0361fb

%99
%61
%0
%2

Triadic Colors of #0361fb

#0361fb #fb0361 #61fb03

Analogous Colors of #0361fb

#0361fb #2103fb #03ddfb

Monochromatic Colors of #0361fb

#0361fb

Complementary Color

#0361fb #fb9d03

#0361fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0361fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0361fb Color CSS Codes

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

#0361fb Text Font Color

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

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


#0361fb Background Color

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

This div background color is #0361fb


#0361fb Border Color

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

This div border color is #0361fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0361fb


Comments

No comments written yet.

Please login to write comment.