Color Hex Logo

#373bde Color Hex

#373BDE
(55,59,222)
0 Favorites   0 Comments

Color spaces of #373bde

RGB 5559222
HSL0.660.720.54
HSV239°75°87°
CMYK 0.750.730.00   0.13
XYZ16.32439.214170.0253
Yxy9.21410.17080.0964
Hunter Lab30.354742.8737-115.5277
CIE-Lab36.393352.0969-82.3015

#373bde color RGB value is (55,59,222).

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

The process color (four color CMYK) of #373bde color hex is 0.75, 0.73, 0.00, 0.13. Web safe color of #373bde is #3333cc. Color #373bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00111011 11011110
Octal 67 73 336
Decimal 55 59 222
Hex 37 3B DE

RGB Percentages of Color #373bde

%16.37
%17.56
%66.07

CMYK Percentages of Color #373bde

%75
%73
%0
%13

Triadic Colors of #373bde

#373bde #de373b #3bde37

Analogous Colors of #373bde

#373bde #8737de #378fde

Monochromatic Colors of #373bde

#373bde

Complementary Color

#373bde #deda37

#373bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#373bde Color CSS Codes

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

#373bde Text Font Color

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

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


#373bde Background Color

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

This div background color is #373bde


#373bde Border Color

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

This div border color is #373bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #373bde


Comments

No comments written yet.

Please login to write comment.