Color Hex Logo

#374cbc Color Hex

#374CBC
(55,76,188)
0 Favorites   0 Comments

Color spaces of #374cbc

RGB 5576188
HSL0.640.550.48
HSV231°71°74°
CMYK 0.710.600.00   0.26
XYZ13.23719.611948.7346
Yxy9.61190.18490.1343
Hunter Lab31.003121.9572-71.4975
CIE-Lab37.136730.1346-61.3725

#374cbc color RGB value is (55,76,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01001100 10111100
Octal 67 114 274
Decimal 55 76 188
Hex 37 4C BC

RGB Percentages of Color #374cbc

%17.24
%23.82
%58.93

CMYK Percentages of Color #374cbc

%71
%60
%0
%26

Triadic Colors of #374cbc

#374cbc #bc374c #4cbc37

Analogous Colors of #374cbc

#374cbc #6537bc #378fbc

Monochromatic Colors of #374cbc

#374cbc

Complementary Color

#374cbc #bca737

#374cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#374cbc Color CSS Codes

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

#374cbc Text Font Color

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

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


#374cbc Background Color

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

This div background color is #374cbc


#374cbc Border Color

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

This div border color is #374cbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,76,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 #374cbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374cbc


Comments

No comments written yet.

Please login to write comment.