Color Hex Logo

#375bda Color Hex

#375BDA
(55,91,218)
0 Favorites   0 Comments

Color spaces of #375bda

RGB 5591218
HSL0.630.690.54
HSV227°75°85°
CMYK 0.750.580.00   0.15
XYZ17.971513.356467.9605
Yxy13.35640.18100.1345
Hunter Lab36.546423.8202-84.6712
CIE-Lab43.295431.3965-68.6875

#375bda color RGB value is (55,91,218).

#375bda hex color red value is 55, green value is 91 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #375bda hue: 0.63 , saturation: 0.69 and the lightness value of 375bda is 0.54.

The process color (four color CMYK) of #375bda color hex is 0.75, 0.58, 0.00, 0.15. Web safe color of #375bda is #3366cc. Color #375bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011011 11011010
Octal 67 133 332
Decimal 55 91 218
Hex 37 5B DA

RGB Percentages of Color #375bda

%15.11
%25.00
%59.89

CMYK Percentages of Color #375bda

%75
%58
%0
%15

Triadic Colors of #375bda

#375bda #da375b #5bda37

Analogous Colors of #375bda

#375bda #6537da #37adda

Monochromatic Colors of #375bda

#375bda

Complementary Color

#375bda #dab637

#375bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#375bda Color CSS Codes

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

#375bda Text Font Color

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

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


#375bda Background Color

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

This div background color is #375bda


#375bda Border Color

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

This div border color is #375bda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,91,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #375bda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #375bda;
  -webkit-box-shadow: 1px 1px 3px 2px #375bda;
  box-shadow:         1px 1px 3px 2px #375bda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375bda


Comments

No comments written yet.

Please login to write comment.