Color Hex Logo

#316298 Color Hex

#316298
(49,98,152)
0 Favorites   0 Comments

Color spaces of #316298

RGB 4998152
HSL0.590.510.39
HSV211°68°60°
CMYK 0.680.360.00   0.40
XYZ11.301811.655331.3598
Yxy11.65530.20810.2146
Hunter Lab34.1399-0.6534-30.5640
CIE-Lab40.66291.6337-34.3845

#316298 color RGB value is (49,98,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01100010 10011000
Octal 61 142 230
Decimal 49 98 152
Hex 31 62 98

RGB Percentages of Color #316298

%16.39
%32.78
%50.84

CMYK Percentages of Color #316298

%68
%36
%0
%40

Triadic Colors of #316298

#316298 #983162 #629831

Analogous Colors of #316298

#316298 #333198 #319698

Monochromatic Colors of #316298

#316298

Complementary Color

#316298 #986731

#316298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#316298 Color CSS Codes

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

#316298 Text Font Color

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

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


#316298 Background Color

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

This div background color is #316298


#316298 Border Color

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

This div border color is #316298


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,98,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 #316298">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316298


Comments

No comments written yet.

Please login to write comment.