Color Hex Logo

#31569b Color Hex

#31569B
(49,86,155)
0 Favorites   0 Comments

Color spaces of #31569b

RGB 4986155
HSL0.610.520.40
HSV219°68°61°
CMYK 0.680.450.00   0.39
XYZ10.51089.675132.3238
Yxy9.67510.20020.1843
Hunter Lab31.10485.8845-39.8402
CIE-Lab37.252910.4568-41.6036

#31569b color RGB value is (49,86,155).

#31569b hex color red value is 49, green value is 86 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #31569b hue: 0.61 , saturation: 0.52 and the lightness value of 31569b is 0.40.

The process color (four color CMYK) of #31569b color hex is 0.68, 0.45, 0.00, 0.39. Web safe color of #31569b is #336699. Color #31569b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010110 10011011
Octal 61 126 233
Decimal 49 86 155
Hex 31 56 9B

RGB Percentages of Color #31569b

%16.90
%29.66
%53.45

CMYK Percentages of Color #31569b

%68
%45
%0
%39

Triadic Colors of #31569b

#31569b #9b3156 #569b31

Analogous Colors of #31569b

#31569b #41319b #318b9b

Monochromatic Colors of #31569b

#31569b

Complementary Color

#31569b #9b7631

#31569b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31569b Color Preview on White Background

Lorem ipsum dolor sit amet.

#31569b Color CSS Codes

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

#31569b Text Font Color

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

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


#31569b Background Color

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

This div background color is #31569b


#31569b Border Color

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

This div border color is #31569b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,86,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31569b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31569b;
  -webkit-box-shadow: 1px 1px 3px 2px #31569b;
  box-shadow:         1px 1px 3px 2px #31569b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31569b


Comments

No comments written yet.

Please login to write comment.