Color Hex Logo

#373bff Color Hex

#373BFF
(55,59,255)
0 Favorites   0 Comments

Color spaces of #373bff

RGB 5559255
HSL0.661.000.61
HSV239°78°100°
CMYK 0.780.770.00   0.00
XYZ21.189511.160295.6451
Yxy11.16020.16550.0872
Hunter Lab33.406954.7579-146.3646
CIE-Lab39.849062.4494-95.2507

#373bff color RGB value is (55,59,255).

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

The process color (four color CMYK) of #373bff color hex is 0.78, 0.77, 0.00, 0.00. Web safe color of #373bff is #3333ff. Color #373bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00111011 11111111
Octal 67 73 377
Decimal 55 59 255
Hex 37 3B FF

RGB Percentages of Color #373bff

%14.91
%15.99
%69.11

CMYK Percentages of Color #373bff

%78
%77
%0
%0

Triadic Colors of #373bff

#373bff #ff373b #3bff37

Analogous Colors of #373bff

#373bff #9737ff #379fff

Monochromatic Colors of #373bff

#373bff

Complementary Color

#373bff #fffb37

#373bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#373bff Color CSS Codes

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

#373bff Text Font Color

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

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


#373bff Background Color

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

This div background color is #373bff


#373bff Border Color

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

This div border color is #373bff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,59,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 #373bff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #373bff

Related Colors


Comments

No comments written yet.

Please login to write comment.