Color Hex Logo

#3068ab Color Hex

#3068AB
(48,104,171)
0 Favorites   0 Comments

Color spaces of #3068ab

RGB 48104171
HSL0.590.560.43
HSV213°72°67°
CMYK 0.720.390.00   0.33
XYZ13.519913.469340.4153
Yxy13.46930.20060.1998
Hunter Lab36.70051.5306-39.6008
CIE-Lab43.46204.7029-41.2130

#3068ab color RGB value is (48,104,171).

#3068ab hex color red value is 48, green value is 104 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3068ab hue: 0.59 , saturation: 0.56 and the lightness value of 3068ab is 0.43.

The process color (four color CMYK) of #3068ab color hex is 0.72, 0.39, 0.00, 0.33. Web safe color of #3068ab is #336699. Color #3068ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101000 10101011
Octal 60 150 253
Decimal 48 104 171
Hex 30 68 AB

RGB Percentages of Color #3068ab

%14.86
%32.20
%52.94

CMYK Percentages of Color #3068ab

%72
%39
%0
%33

Triadic Colors of #3068ab

#3068ab #ab3068 #68ab30

Analogous Colors of #3068ab

#3068ab #3630ab #30a6ab

Monochromatic Colors of #3068ab

#3068ab

Complementary Color

#3068ab #ab7330

#3068ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3068ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3068ab Color CSS Codes

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

#3068ab Text Font Color

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

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


#3068ab Background Color

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

This div background color is #3068ab


#3068ab Border Color

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

This div border color is #3068ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,104,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 #3068ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3068ab


Comments

No comments written yet.

Please login to write comment.