Color Hex Logo

#315bae Color Hex

#315BAE
(49,91,174)
0 Favorites   0 Comments

Color spaces of #315bae

RGB 4991174
HSL0.610.560.44
HSV220°72°68°
CMYK 0.720.480.00   0.32
XYZ12.647711.191141.5379
Yxy11.19110.19350.1712
Hunter Lab33.45318.9430-50.2018
CIE-Lab39.900514.3165-48.6722

#315bae color RGB value is (49,91,174).

#315bae hex color red value is 49, green value is 91 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #315bae hue: 0.61 , saturation: 0.56 and the lightness value of 315bae is 0.44.

The process color (four color CMYK) of #315bae color hex is 0.72, 0.48, 0.00, 0.32. Web safe color of #315bae is #336699. Color #315bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011011 10101110
Octal 61 133 256
Decimal 49 91 174
Hex 31 5B AE

RGB Percentages of Color #315bae

%15.61
%28.98
%55.41

CMYK Percentages of Color #315bae

%72
%48
%0
%32

Triadic Colors of #315bae

#315bae #ae315b #5bae31

Analogous Colors of #315bae

#315bae #4631ae #319aae

Monochromatic Colors of #315bae

#315bae

Complementary Color

#315bae #ae8431

#315bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#315bae Color CSS Codes

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

#315bae Text Font Color

<p style="color:#315bae">Text here</p>

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


#315bae Background Color

<div style="background-color:#315bae">
Div content here</div>

This div background color is #315bae


#315bae Border Color

<div style="border:3px solid #315bae">
Div here</div>

This div border color is #315bae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,91,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #315bae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #315bae;
  -webkit-box-shadow: 1px 1px 3px 2px #315bae;
  box-shadow:         1px 1px 3px 2px #315bae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315bae


Comments

No comments written yet.

Please login to write comment.