Color Hex Logo

#374198 Color Hex

#374198
(55,65,152)
0 Favorites   0 Comments

Color spaces of #374198

RGB 5565152
HSL0.650.470.41
HSV234°64°60°
CMYK 0.640.570.00   0.40
XYZ9.13336.859830.5485
Yxy6.85980.19620.1474
Hunter Lab26.191216.4112-50.8199
CIE-Lab31.485624.3371-49.0585

#374198 color RGB value is (55,65,152).

#374198 hex color red value is 55, green value is 65 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #374198 hue: 0.65 , saturation: 0.47 and the lightness value of 374198 is 0.41.

The process color (four color CMYK) of #374198 color hex is 0.64, 0.57, 0.00, 0.40. Web safe color of #374198 is #333399. Color #374198 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01000001 10011000
Octal 67 101 230
Decimal 55 65 152
Hex 37 41 98

RGB Percentages of Color #374198

%20.22
%23.90
%55.88

CMYK Percentages of Color #374198

%64
%57
%0
%40

Triadic Colors of #374198

#374198 #983741 #419837

Analogous Colors of #374198

#374198 #5e3798 #377298

Monochromatic Colors of #374198

#374198

Complementary Color

#374198 #988e37

#374198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#374198 Color CSS Codes

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

#374198 Text Font Color

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

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


#374198 Background Color

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

This div background color is #374198


#374198 Border Color

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

This div border color is #374198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374198


Comments

No comments written yet.

Please login to write comment.