Color Hex Logo

#312698 Color Hex

#312698
(49,38,152)
0 Favorites   0 Comments

Color spaces of #312698

RGB 4938152
HSL0.680.600.37
HSV246°75°60°
CMYK 0.680.750.00   0.40
XYZ7.62724.306230.1349
Yxy4.30620.18130.1024
Hunter Lab20.751429.2930-71.5742
CIE-Lab24.658940.4106-60.2350

#312698 color RGB value is (49,38,152).

#312698 hex color red value is 49, green value is 38 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #312698 hue: 0.68 , saturation: 0.60 and the lightness value of 312698 is 0.37.

The process color (four color CMYK) of #312698 color hex is 0.68, 0.75, 0.00, 0.40. Web safe color of #312698 is #333399. Color #312698 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00100110 10011000
Octal 61 46 230
Decimal 49 38 152
Hex 31 26 98

RGB Percentages of Color #312698

%20.50
%15.90
%63.60

CMYK Percentages of Color #312698

%68
%75
%0
%40

Triadic Colors of #312698

#312698 #983126 #269831

Analogous Colors of #312698

#312698 #6a2698 #265498

Monochromatic Colors of #312698

#312698

Complementary Color

#312698 #8d9826

#312698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#312698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#312698 Color CSS Codes

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

#312698 Text Font Color

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

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


#312698 Background Color

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

This div background color is #312698


#312698 Border Color

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

This div border color is #312698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #312698


Comments

No comments written yet.

Please login to write comment.