Color Hex Logo

#374081 Color Hex

#374081
(55,64,129)
0 Favorites   0 Comments

Color spaces of #374081

RGB 5564129
HSL0.650.400.36
HSV233°57°51°
CMYK 0.570.500.00   0.49
XYZ7.37146.064021.5508
Yxy6.06400.21070.1733
Hunter Lab24.625210.3388-34.6502
CIE-Lab29.573416.7893-37.9803

#374081 color RGB value is (55,64,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01000000 10000001
Octal 67 100 201
Decimal 55 64 129
Hex 37 40 81

RGB Percentages of Color #374081

%22.18
%25.81
%52.02

CMYK Percentages of Color #374081

%57
%50
%0
%49

Triadic Colors of #374081

#374081 #813740 #408137

Analogous Colors of #374081

#374081 #533781 #376581

Monochromatic Colors of #374081

#374081

Complementary Color

#374081 #817837

#374081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#374081 Color CSS Codes

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

#374081 Text Font Color

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

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


#374081 Background Color

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

This div background color is #374081


#374081 Border Color

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

This div border color is #374081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374081

#374081 Color Palettes


Comments

No comments written yet.

Please login to write comment.