Color Hex Logo

#374ebc Color Hex

#374EBC
(55,78,188)
0 Favorites   0 Comments

Color spaces of #374ebc

RGB 5578188
HSL0.640.550.48
HSV230°71°74°
CMYK 0.710.590.00   0.26
XYZ13.37709.891848.7812
Yxy9.89180.18570.1373
Hunter Lab31.451220.8809-69.9436
CIE-Lab37.647528.8425-60.5404

#374ebc color RGB value is (55,78,188).

#374ebc hex color red value is 55, green value is 78 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #374ebc hue: 0.64 , saturation: 0.55 and the lightness value of 374ebc is 0.48.

The process color (four color CMYK) of #374ebc color hex is 0.71, 0.59, 0.00, 0.26. Web safe color of #374ebc is #3366cc. Color #374ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01001110 10111100
Octal 67 116 274
Decimal 55 78 188
Hex 37 4E BC

RGB Percentages of Color #374ebc

%17.13
%24.30
%58.57

CMYK Percentages of Color #374ebc

%71
%59
%0
%26

Triadic Colors of #374ebc

#374ebc #bc374e #4ebc37

Analogous Colors of #374ebc

#374ebc #6237bc #3791bc

Monochromatic Colors of #374ebc

#374ebc

Complementary Color

#374ebc #bca537

#374ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#374ebc Color CSS Codes

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

#374ebc Text Font Color

<p style="color:#374ebc">Text here</p>

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


#374ebc Background Color

<div style="background-color:#374ebc">
Div content here</div>

This div background color is #374ebc


#374ebc Border Color

<div style="border:3px solid #374ebc">
Div here</div>

This div border color is #374ebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,78,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #374ebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #374ebc;
  -webkit-box-shadow: 1px 1px 3px 2px #374ebc;
  box-shadow:         1px 1px 3px 2px #374ebc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374ebc


Comments

No comments written yet.

Please login to write comment.