Color Hex Logo

#374ccb Color Hex

#374CCB
(55,76,203)
0 Favorites   0 Comments

Color spaces of #374ccb

RGB 5576203
HSL0.640.590.51
HSV231°73°80°
CMYK 0.730.630.00   0.20
XYZ14.939510.292957.6992
Yxy10.29290.18010.1241
Hunter Lab32.082526.9755-84.1729
CIE-Lab38.363135.5141-68.1158

#374ccb color RGB value is (55,76,203).

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

The process color (four color CMYK) of #374ccb color hex is 0.73, 0.63, 0.00, 0.20. Web safe color of #374ccb is #3333cc. Color #374ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01001100 11001011
Octal 67 114 313
Decimal 55 76 203
Hex 37 4C CB

RGB Percentages of Color #374ccb

%16.47
%22.75
%60.78

CMYK Percentages of Color #374ccb

%73
%63
%0
%20

Triadic Colors of #374ccb

#374ccb #cb374c #4ccb37

Analogous Colors of #374ccb

#374ccb #6c37cb #3796cb

Monochromatic Colors of #374ccb

#374ccb

Complementary Color

#374ccb #cbb637

#374ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#374ccb Color CSS Codes

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

#374ccb Text Font Color

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

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


#374ccb Background Color

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

This div background color is #374ccb


#374ccb Border Color

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

This div border color is #374ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374ccb

#374ccb Color Palettes


Comments

No comments written yet.

Please login to write comment.