Color Hex Logo

#374380 Color Hex

#374380
(55,67,128)
0 Favorites   0 Comments

Color spaces of #374380

RGB 5567128
HSL0.640.400.36
HSV230°57°50°
CMYK 0.570.480.00   0.50
XYZ7.47906.385021.2603
Yxy6.38500.21290.1818
Hunter Lab25.26868.6125-32.1971
CIE-Lab30.363714.4150-36.0915

#374380 color RGB value is (55,67,128).

#374380 hex color red value is 55, green value is 67 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #374380 hue: 0.64 , saturation: 0.40 and the lightness value of 374380 is 0.36.

The process color (four color CMYK) of #374380 color hex is 0.57, 0.48, 0.00, 0.50. Web safe color of #374380 is #333399. Color #374380 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01000011 10000000
Octal 67 103 200
Decimal 55 67 128
Hex 37 43 80

RGB Percentages of Color #374380

%22.00
%26.80
%51.20

CMYK Percentages of Color #374380

%57
%48
%0
%50

Triadic Colors of #374380

#374380 #803743 #438037

Analogous Colors of #374380

#374380 #503780 #376880

Monochromatic Colors of #374380

#374380

Complementary Color

#374380 #807437

#374380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#374380 Color CSS Codes

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

#374380 Text Font Color

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

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


#374380 Background Color

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

This div background color is #374380


#374380 Border Color

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

This div border color is #374380


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,67,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #374380; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #374380;
  -webkit-box-shadow: 1px 1px 3px 2px #374380;
  box-shadow:         1px 1px 3px 2px #374380; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374380


Comments

No comments written yet.

Please login to write comment.