Color Hex Logo

#315098 Color Hex

#315098
(49,80,152)
0 Favorites   0 Comments

Color spaces of #315098

RGB 4980152
HSL0.620.510.39
HSV222°68°60°
CMYK 0.680.470.00   0.40
XYZ9.80288.657330.8601
Yxy8.65730.19880.1755
Hunter Lab29.42337.9791-41.5890
CIE-Lab35.315913.2915-42.8982

#315098 color RGB value is (49,80,152).

#315098 hex color red value is 49, green value is 80 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #315098 hue: 0.62 , saturation: 0.51 and the lightness value of 315098 is 0.39.

The process color (four color CMYK) of #315098 color hex is 0.68, 0.47, 0.00, 0.40. Web safe color of #315098 is #336699. Color #315098 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010000 10011000
Octal 61 120 230
Decimal 49 80 152
Hex 31 50 98

RGB Percentages of Color #315098

%17.44
%28.47
%54.09

CMYK Percentages of Color #315098

%68
%47
%0
%40

Triadic Colors of #315098

#315098 #983150 #509831

Analogous Colors of #315098

#315098 #453198 #318498

Monochromatic Colors of #315098

#315098

Complementary Color

#315098 #987931

#315098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315098 Color CSS Codes

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

#315098 Text Font Color

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

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


#315098 Background Color

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

This div background color is #315098


#315098 Border Color

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

This div border color is #315098


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,80,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #315098; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #315098;
  -webkit-box-shadow: 1px 1px 3px 2px #315098;
  box-shadow:         1px 1px 3px 2px #315098; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315098


Comments

No comments written yet.

Please login to write comment.