Color Hex Logo

#3066bf Color Hex

#3066BF
(48,102,191)
0 Favorites   0 Comments

Color spaces of #3066bf

RGB 48102191
HSL0.600.600.47
HSV217°75°75°
CMYK 0.750.470.00   0.25
XYZ15.374313.892751.1615
Yxy13.89270.19120.1727
Hunter Lab37.27298.3999-55.2915
CIE-Lab44.078713.4707-51.9020

#3066bf color RGB value is (48,102,191).

#3066bf hex color red value is 48, green value is 102 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #3066bf hue: 0.60 , saturation: 0.60 and the lightness value of 3066bf is 0.47.

The process color (four color CMYK) of #3066bf color hex is 0.75, 0.47, 0.00, 0.25. Web safe color of #3066bf is #3366cc. Color #3066bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100110 10111111
Octal 60 146 277
Decimal 48 102 191
Hex 30 66 BF

RGB Percentages of Color #3066bf

%14.08
%29.91
%56.01

CMYK Percentages of Color #3066bf

%75
%47
%0
%25

Triadic Colors of #3066bf

#3066bf #bf3066 #66bf30

Analogous Colors of #3066bf

#3066bf #4230bf #30aebf

Monochromatic Colors of #3066bf

#3066bf

Complementary Color

#3066bf #bf8930

#3066bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3066bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3066bf Color CSS Codes

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

#3066bf Text Font Color

<p style="color:#3066bf">Text here</p>

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


#3066bf Background Color

<div style="background-color:#3066bf">
Div content here</div>

This div background color is #3066bf


#3066bf Border Color

<div style="border:3px solid #3066bf">
Div here</div>

This div border color is #3066bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,102,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3066bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3066bf;
  -webkit-box-shadow: 1px 1px 3px 2px #3066bf;
  box-shadow:         1px 1px 3px 2px #3066bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3066bf


Comments

No comments written yet.

Please login to write comment.