Color Hex Logo

#370fcc Color Hex

#370FCC
(55,15,204)
0 Favorites   0 Comments

Color spaces of #370fcc

RGB 5515204
HSL0.700.860.43
HSV253°93°80°
CMYK 0.730.930.00   0.20
XYZ12.64555.513557.5245
Yxy5.51350.16710.0728
Hunter Lab23.480855.0389-128.8149
CIE-Lab28.150364.9490-85.5605

#370fcc color RGB value is (55,15,204).

#370fcc hex color red value is 55, green value is 15 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #370fcc hue: 0.70 , saturation: 0.86 and the lightness value of 370fcc is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00001111 11001100
Octal 67 17 314
Decimal 55 15 204
Hex 37 F CC

RGB Percentages of Color #370fcc

%20.07
%5.47
%74.45

CMYK Percentages of Color #370fcc

%73
%93
%0
%20

Triadic Colors of #370fcc

#370fcc #cc370f #0fcc37

Analogous Colors of #370fcc

#370fcc #960fcc #0f46cc

Monochromatic Colors of #370fcc

#370fcc

Complementary Color

#370fcc #a4cc0f

#370fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#370fcc Color CSS Codes

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

#370fcc Text Font Color

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

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


#370fcc Background Color

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

This div background color is #370fcc


#370fcc Border Color

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

This div border color is #370fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370fcc


Comments

No comments written yet.

Please login to write comment.