Color Hex Logo

#3081bb Color Hex

#3081BB
(48,129,187)
0 Favorites   0 Comments

Color spaces of #3081bb

RGB 48129187
HSL0.570.590.46
HSV205°74°73°
CMYK 0.740.310.00   0.27
XYZ18.038819.916749.9073
Yxy19.91670.20530.2267
Hunter Lab44.6281-5.9491-35.0639
CIE-Lab51.7429-4.6572-37.4067

#3081bb color RGB value is (48,129,187).

#3081bb hex color red value is 48, green value is 129 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #3081bb hue: 0.57 , saturation: 0.59 and the lightness value of 3081bb is 0.46.

The process color (four color CMYK) of #3081bb color hex is 0.74, 0.31, 0.00, 0.27. Web safe color of #3081bb is #3399cc. Color #3081bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000001 10111011
Octal 60 201 273
Decimal 48 129 187
Hex 30 81 BB

RGB Percentages of Color #3081bb

%13.19
%35.44
%51.37

CMYK Percentages of Color #3081bb

%74
%31
%0
%27

Triadic Colors of #3081bb

#3081bb #bb3081 #81bb30

Analogous Colors of #3081bb

#3081bb #303cbb #30bbb0

Monochromatic Colors of #3081bb

#3081bb

Complementary Color

#3081bb #bb6a30

#3081bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3081bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3081bb Color CSS Codes

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

#3081bb Text Font Color

<p style="color:#3081bb">Text here</p>

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


#3081bb Background Color

<div style="background-color:#3081bb">
Div content here</div>

This div background color is #3081bb


#3081bb Border Color

<div style="border:3px solid #3081bb">
Div here</div>

This div border color is #3081bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,129,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3081bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3081bb;
  -webkit-box-shadow: 1px 1px 3px 2px #3081bb;
  box-shadow:         1px 1px 3px 2px #3081bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,129,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3081bb


Comments

No comments written yet.

Please login to write comment.