Color Hex Logo

#373daf Color Hex

#373DAF
(55,61,175)
0 Favorites   0 Comments

Color spaces of #373daf

RGB 5561175
HSL0.660.520.45
HSV237°69°69°
CMYK 0.690.650.00   0.31
XYZ10.98227.244941.3770
Yxy7.24490.18430.1216
Hunter Lab26.916425.7266-72.3017
CIE-Lab32.358135.0908-61.4889

#373daf color RGB value is (55,61,175).

#373daf hex color red value is 55, green value is 61 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #373daf hue: 0.66 , saturation: 0.52 and the lightness value of 373daf is 0.45.

The process color (four color CMYK) of #373daf color hex is 0.69, 0.65, 0.00, 0.31. Web safe color of #373daf is #333399. Color #373daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00111101 10101111
Octal 67 75 257
Decimal 55 61 175
Hex 37 3D AF

RGB Percentages of Color #373daf

%18.90
%20.96
%60.14

CMYK Percentages of Color #373daf

%69
%65
%0
%31

Triadic Colors of #373daf

#373daf #af373d #3daf37

Analogous Colors of #373daf

#373daf #6d37af #3779af

Monochromatic Colors of #373daf

#373daf

Complementary Color

#373daf #afa937

#373daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#373daf Color CSS Codes

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

#373daf Text Font Color

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

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


#373daf Background Color

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

This div background color is #373daf


#373daf Border Color

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

This div border color is #373daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #373daf


Comments

No comments written yet.

Please login to write comment.