Color Hex Logo

#370cbb Color Hex

#370CBB
(55,12,187)
0 Favorites   0 Comments

Color spaces of #370cbb

RGB 5512187
HSL0.710.880.39
HSV255°94°73°
CMYK 0.710.940.00   0.27
XYZ10.67674.663047.3510
Yxy4.66300.17030.0744
Hunter Lab21.594050.4662-114.8946
CIE-Lab25.752261.2847-79.5391

#370cbb color RGB value is (55,12,187).

#370cbb hex color red value is 55, green value is 12 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #370cbb hue: 0.71 , saturation: 0.88 and the lightness value of 370cbb is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00001100 10111011
Octal 67 14 273
Decimal 55 12 187
Hex 37 C BB

RGB Percentages of Color #370cbb

%21.65
%4.72
%73.62

CMYK Percentages of Color #370cbb

%71
%94
%0
%27

Triadic Colors of #370cbb

#370cbb #bb370c #0cbb37

Analogous Colors of #370cbb

#370cbb #8f0cbb #0c39bb

Monochromatic Colors of #370cbb

#370cbb

Complementary Color

#370cbb #90bb0c

#370cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#370cbb Color CSS Codes

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

#370cbb Text Font Color

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

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


#370cbb Background Color

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

This div background color is #370cbb


#370cbb Border Color

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

This div border color is #370cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370cbb


Comments

No comments written yet.

Please login to write comment.