Color Hex Logo

#370bcd Color Hex

#370BCD
(55,11,205)
0 Favorites   0 Comments

Color spaces of #370bcd

RGB 5511205
HSL0.700.900.42
HSV254°95°80°
CMYK 0.730.950.00   0.20
XYZ12.71475.459358.1412
Yxy5.45930.16660.0715
Hunter Lab23.365156.2460-131.1800
CIE-Lab28.005266.0394-86.3865

#370bcd color RGB value is (55,11,205).

#370bcd hex color red value is 55, green value is 11 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #370bcd hue: 0.70 , saturation: 0.90 and the lightness value of 370bcd is 0.42.

The process color (four color CMYK) of #370bcd color hex is 0.73, 0.95, 0.00, 0.20. Web safe color of #370bcd is #3300cc. Color #370bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00001011 11001101
Octal 67 13 315
Decimal 55 11 205
Hex 37 B CD

RGB Percentages of Color #370bcd

%20.30
%4.06
%75.65

CMYK Percentages of Color #370bcd

%73
%95
%0
%20

Triadic Colors of #370bcd

#370bcd #cd370b #0bcd37

Analogous Colors of #370bcd

#370bcd #980bcd #0b40cd

Monochromatic Colors of #370bcd

#370bcd

Complementary Color

#370bcd #a1cd0b

#370bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#370bcd Color CSS Codes

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

#370bcd Text Font Color

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

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


#370bcd Background Color

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

This div background color is #370bcd


#370bcd Border Color

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

This div border color is #370bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370bcd


Comments

No comments written yet.

Please login to write comment.