Color Hex Logo

#031bdd Color Hex

#031BDD
(3,27,221)
0 Favorites   0 Comments

Color spaces of #031bdd

RGB 327221
HSL0.650.970.44
HSV233°99°87°
CMYK 0.990.880.00   0.13
XYZ13.48066.023768.8588
Yxy6.02370.15260.0682
Hunter Lab24.543255.0922-149.1645
CIE-Lab29.472264.7508-93.2705

#031bdd color RGB value is (3,27,221).

#031bdd hex color red value is 3, green value is 27 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #031bdd hue: 0.65 , saturation: 0.97 and the lightness value of 031bdd is 0.44.

The process color (four color CMYK) of #031bdd color hex is 0.99, 0.88, 0.00, 0.13. Web safe color of #031bdd is #0033cc. Color #031bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00011011 11011101
Octal 3 33 335
Decimal 3 27 221
Hex 3 1B DD

RGB Percentages of Color #031bdd

%1.20
%10.76
%88.05

CMYK Percentages of Color #031bdd

%99
%88
%0
%13

Triadic Colors of #031bdd

#031bdd #dd031b #1bdd03

Analogous Colors of #031bdd

#031bdd #5803dd #0388dd

Monochromatic Colors of #031bdd

#031bdd

Complementary Color

#031bdd #ddc503

#031bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#031bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#031bdd Color CSS Codes

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

#031bdd Text Font Color

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

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


#031bdd Background Color

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

This div background color is #031bdd


#031bdd Border Color

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

This div border color is #031bdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,27,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #031bdd


Comments

No comments written yet.

Please login to write comment.