Color Hex Logo

#313cbd Color Hex

#313CBD
(49,60,189)
0 Favorites   0 Comments

Color spaces of #313cbd

RGB 4960189
HSL0.650.590.47
HSV235°74°74°
CMYK 0.740.680.00   0.26
XYZ12.06787.558848.9671
Yxy7.55880.17590.1102
Hunter Lab27.493330.2369-86.3536
CIE-Lab33.046639.8965-68.6672

#313cbd color RGB value is (49,60,189).

#313cbd hex color red value is 49, green value is 60 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #313cbd hue: 0.65 , saturation: 0.59 and the lightness value of 313cbd is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111100 10111101
Octal 61 74 275
Decimal 49 60 189
Hex 31 3C BD

RGB Percentages of Color #313cbd

%16.44
%20.13
%63.42

CMYK Percentages of Color #313cbd

%74
%68
%0
%26

Triadic Colors of #313cbd

#313cbd #bd313c #3cbd31

Analogous Colors of #313cbd

#313cbd #6c31bd #3182bd

Monochromatic Colors of #313cbd

#313cbd

Complementary Color

#313cbd #bdb231

#313cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#313cbd Color CSS Codes

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

#313cbd Text Font Color

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

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


#313cbd Background Color

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

This div background color is #313cbd


#313cbd Border Color

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

This div border color is #313cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313cbd


Comments

No comments written yet.

Please login to write comment.