Color Hex Logo

#370bbf Color Hex

#370BBF
(55,11,191)
0 Favorites   0 Comments

Color spaces of #370bbf

RGB 5511191
HSL0.710.890.40
HSV255°94°75°
CMYK 0.710.940.00   0.25
XYZ11.09924.813249.6343
Yxy4.81320.16930.0734
Hunter Lab21.939051.9120-118.7790
CIE-Lab26.195862.5140-81.1718

#370bbf color RGB value is (55,11,191).

#370bbf hex color red value is 55, green value is 11 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #370bbf hue: 0.71 , saturation: 0.89 and the lightness value of 370bbf is 0.40.

The process color (four color CMYK) of #370bbf color hex is 0.71, 0.94, 0.00, 0.25. Web safe color of #370bbf is #3300cc. Color #370bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00001011 10111111
Octal 67 13 277
Decimal 55 11 191
Hex 37 B BF

RGB Percentages of Color #370bbf

%21.40
%4.28
%74.32

CMYK Percentages of Color #370bbf

%71
%94
%0
%25

Triadic Colors of #370bbf

#370bbf #bf370b #0bbf37

Analogous Colors of #370bbf

#370bbf #910bbf #0b39bf

Monochromatic Colors of #370bbf

#370bbf

Complementary Color

#370bbf #93bf0b

#370bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#370bbf Color CSS Codes

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

#370bbf Text Font Color

<p style="color:#370bbf">Text here</p>

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


#370bbf Background Color

<div style="background-color:#370bbf">
Div content here</div>

This div background color is #370bbf


#370bbf Border Color

<div style="border:3px solid #370bbf">
Div here</div>

This div border color is #370bbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,11,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #370bbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #370bbf;
  -webkit-box-shadow: 1px 1px 3px 2px #370bbf;
  box-shadow:         1px 1px 3px 2px #370bbf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370bbf


Comments

No comments written yet.

Please login to write comment.