Color Hex Logo

#031cbd Color Hex

#031CBD
(3,28,189)
0 Favorites   0 Comments

Color spaces of #031cbd

RGB 328189
HSL0.640.970.38
HSV232°98°74°
CMYK 0.980.850.00   0.26
XYZ9.63814.524048.5093
Yxy4.52400.15380.0722
Hunter Lab21.269743.6631-120.3325
CIE-Lab25.333254.9999-81.4872

#031cbd color RGB value is (3,28,189).

#031cbd hex color red value is 3, green value is 28 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #031cbd hue: 0.64 , saturation: 0.97 and the lightness value of 031cbd is 0.38.

The process color (four color CMYK) of #031cbd color hex is 0.98, 0.85, 0.00, 0.26. Web safe color of #031cbd is #0033cc. Color #031cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00011100 10111101
Octal 3 34 275
Decimal 3 28 189
Hex 3 1C BD

RGB Percentages of Color #031cbd

%1.36
%12.73
%85.91

CMYK Percentages of Color #031cbd

%98
%85
%0
%26

Triadic Colors of #031cbd

#031cbd #bd031c #1cbd03

Analogous Colors of #031cbd

#031cbd #4703bd #0379bd

Monochromatic Colors of #031cbd

#031cbd

Complementary Color

#031cbd #bda403

#031cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#031cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#031cbd Color CSS Codes

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

#031cbd Text Font Color

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

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


#031cbd Background Color

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

This div background color is #031cbd


#031cbd Border Color

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

This div border color is #031cbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,28,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 #031cbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #031cbd


Comments

No comments written yet.

Please login to write comment.