Color Hex Logo

#312366 Color Hex

#312366
(49,35,102)
0 Favorites   0 Comments

Color spaces of #312366

RGB 4935102
HSL0.700.490.27
HSV253°66°40°
CMYK 0.520.660.00   0.60
XYZ4.26592.814312.8888
Yxy2.81430.21360.1409
Hunter Lab16.775916.0326-33.8090
CIE-Lab19.284325.6016-37.3656

#312366 color RGB value is (49,35,102).

#312366 hex color red value is 49, green value is 35 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #312366 hue: 0.70 , saturation: 0.49 and the lightness value of 312366 is 0.27.

The process color (four color CMYK) of #312366 color hex is 0.52, 0.66, 0.00, 0.60. Web safe color of #312366 is #333366. Color #312366 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00100011 01100110
Octal 61 43 146
Decimal 49 35 102
Hex 31 23 66

RGB Percentages of Color #312366

%26.34
%18.82
%54.84

CMYK Percentages of Color #312366

%52
%66
%0
%60

Triadic Colors of #312366

#312366 #663123 #236631

Analogous Colors of #312366

#312366 #532366 #233766

Monochromatic Colors of #312366

#312366

Complementary Color

#312366 #586623

#312366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#312366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#312366 Color CSS Codes

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

#312366 Text Font Color

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

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


#312366 Background Color

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

This div background color is #312366


#312366 Border Color

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

This div border color is #312366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #312366


Comments

No comments written yet.

Please login to write comment.