Color Hex Logo

#374abb Color Hex

#374ABB
(55,74,187)
0 Favorites   0 Comments

Color spaces of #374abb

RGB 5574187
HSL0.640.550.47
HSV231°71°73°
CMYK 0.710.600.00   0.27
XYZ12.99409.297648.1235
Yxy9.29760.18450.1320
Hunter Lab30.492022.7059-72.2292
CIE-Lab36.551131.0624-61.7400

#374abb color RGB value is (55,74,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01001010 10111011
Octal 67 112 273
Decimal 55 74 187
Hex 37 4A BB

RGB Percentages of Color #374abb

%17.41
%23.42
%59.18

CMYK Percentages of Color #374abb

%71
%60
%0
%27

Triadic Colors of #374abb

#374abb #bb374a #4abb37

Analogous Colors of #374abb

#374abb #6637bb #378cbb

Monochromatic Colors of #374abb

#374abb

Complementary Color

#374abb #bba837

#374abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#374abb Color CSS Codes

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

#374abb Text Font Color

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

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


#374abb Background Color

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

This div background color is #374abb


#374abb Border Color

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

This div border color is #374abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374abb


Comments

No comments written yet.

Please login to write comment.