Color Hex Logo

#2631ab Color Hex

#2631AB
(38,49,171)
0 Favorites   0 Comments

Color spaces of #2631ab

RGB 3849171
HSL0.650.640.41
HSV235°78°67°
CMYK 0.780.710.00   0.33
XYZ9.24835.549039.1117
Yxy5.54900.17160.1029
Hunter Lab23.556328.8562-81.9527
CIE-Lab28.244939.2629-65.8871

#2631ab color RGB value is (38,49,171).

#2631ab hex color red value is 38, green value is 49 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #2631ab hue: 0.65 , saturation: 0.64 and the lightness value of 2631ab is 0.41.

The process color (four color CMYK) of #2631ab color hex is 0.78, 0.71, 0.00, 0.33. Web safe color of #2631ab is #333399. Color #2631ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00110001 10101011
Octal 46 61 253
Decimal 38 49 171
Hex 26 31 AB

RGB Percentages of Color #2631ab

%14.73
%18.99
%66.28

CMYK Percentages of Color #2631ab

%78
%71
%0
%33

Triadic Colors of #2631ab

#2631ab #ab2631 #31ab26

Analogous Colors of #2631ab

#2631ab #5e26ab #2674ab

Monochromatic Colors of #2631ab

#2631ab

Complementary Color

#2631ab #aba026

#2631ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2631ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#2631ab Color CSS Codes

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

#2631ab Text Font Color

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

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


#2631ab Background Color

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

This div background color is #2631ab


#2631ab Border Color

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

This div border color is #2631ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2631ab


Comments

No comments written yet.

Please login to write comment.