Color Hex Logo

#374fff Color Hex

#374FFF
(55,79,255)
0 Favorites   0 Comments

Color spaces of #374fff

RGB 5579255
HSL0.651.000.61
HSV233°78°100°
CMYK 0.780.690.00   0.00
XYZ22.421513.624296.0557
Yxy13.62420.16970.1031
Hunter Lab36.911043.8353-128.4563
CIE-Lab43.689151.6627-88.9036

#374fff color RGB value is (55,79,255).

#374fff hex color red value is 55, green value is 79 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #374fff hue: 0.65 , saturation: 1.00 and the lightness value of 374fff is 0.61.

The process color (four color CMYK) of #374fff color hex is 0.78, 0.69, 0.00, 0.00. Web safe color of #374fff is #3366ff. Color #374fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01001111 11111111
Octal 67 117 377
Decimal 55 79 255
Hex 37 4F FF

RGB Percentages of Color #374fff

%14.14
%20.31
%65.55

CMYK Percentages of Color #374fff

%78
%69
%0
%0

Triadic Colors of #374fff

#374fff #ff374f #4fff37

Analogous Colors of #374fff

#374fff #8337ff #37b3ff

Monochromatic Colors of #374fff

#374fff

Complementary Color

#374fff #ffe737

#374fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#374fff Color CSS Codes

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

#374fff Text Font Color

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

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


#374fff Background Color

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

This div background color is #374fff


#374fff Border Color

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

This div border color is #374fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374fff


Comments

No comments written yet.

Please login to write comment.