Color Hex Logo

#313dba Color Hex

#313DBA
(49,61,186)
0 Favorites   0 Comments

Color spaces of #313dba

RGB 4961186
HSL0.650.580.46
HSV235°74°73°
CMYK 0.740.670.00   0.27
XYZ11.79837.535647.2871
Yxy7.53560.17710.1131
Hunter Lab27.451028.6789-82.9171
CIE-Lab32.996438.2282-66.9810

#313dba color RGB value is (49,61,186).

#313dba hex color red value is 49, green value is 61 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #313dba hue: 0.65 , saturation: 0.58 and the lightness value of 313dba is 0.46.

The process color (four color CMYK) of #313dba color hex is 0.74, 0.67, 0.00, 0.27. Web safe color of #313dba is #3333cc. Color #313dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111101 10111010
Octal 61 75 272
Decimal 49 61 186
Hex 31 3D BA

RGB Percentages of Color #313dba

%16.55
%20.61
%62.84

CMYK Percentages of Color #313dba

%74
%67
%0
%27

Triadic Colors of #313dba

#313dba #ba313d #3dba31

Analogous Colors of #313dba

#313dba #6a31ba #3182ba

Monochromatic Colors of #313dba

#313dba

Complementary Color

#313dba #baae31

#313dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#313dba Color CSS Codes

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

#313dba Text Font Color

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

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


#313dba Background Color

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

This div background color is #313dba


#313dba Border Color

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

This div border color is #313dba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,61,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #313dba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #313dba;
  -webkit-box-shadow: 1px 1px 3px 2px #313dba;
  box-shadow:         1px 1px 3px 2px #313dba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313dba


Comments

No comments written yet.

Please login to write comment.