Color Hex Logo

#371bc3 Color Hex

#371BC3
(55,27,195)
0 Favorites   0 Comments

Color spaces of #371bc3

RGB 5527195
HSL0.690.760.44
HSV250°86°76°
CMYK 0.720.860.00   0.24
XYZ11.81785.536252.0755
Yxy5.53620.17020.0797
Hunter Lab23.529148.4779-114.7523
CIE-Lab28.210858.9929-80.1808

#371bc3 color RGB value is (55,27,195).

#371bc3 hex color red value is 55, green value is 27 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #371bc3 hue: 0.69 , saturation: 0.76 and the lightness value of 371bc3 is 0.44.

The process color (four color CMYK) of #371bc3 color hex is 0.72, 0.86, 0.00, 0.24. Web safe color of #371bc3 is #3333cc. Color #371bc3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011011 11000011
Octal 67 33 303
Decimal 55 27 195
Hex 37 1B C3

RGB Percentages of Color #371bc3

%19.86
%9.75
%70.40

CMYK Percentages of Color #371bc3

%72
%86
%0
%24

Triadic Colors of #371bc3

#371bc3 #c3371b #1bc337

Analogous Colors of #371bc3

#371bc3 #8b1bc3 #1b53c3

Monochromatic Colors of #371bc3

#371bc3

Complementary Color

#371bc3 #a7c31b

#371bc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371bc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#371bc3 Color CSS Codes

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

#371bc3 Text Font Color

<p style="color:#371bc3">Text here</p>

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


#371bc3 Background Color

<div style="background-color:#371bc3">
Div content here</div>

This div background color is #371bc3


#371bc3 Border Color

<div style="border:3px solid #371bc3">
Div here</div>

This div border color is #371bc3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,27,195, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #371bc3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #371bc3;
  -webkit-box-shadow: 1px 1px 3px 2px #371bc3;
  box-shadow:         1px 1px 3px 2px #371bc3; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371bc3


Comments

No comments written yet.

Please login to write comment.