Hex #299bbb Color

#299bbb
equivalent to

RGB

(41, 155, 187)

Details of #299bbb

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
41
21.6054
0.54
0.78
59.4361
27.5020
193°
52.4423
155
27.5020
0.64
0.17
-20.0069
0.2154
78°
-18.2345
187
51.1834
0.45
0.00   0.27
-25.4459
0.2742
73°
-21.1366

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
101001
51
41
29
Green
10011011
233
155
9B
Blue
10111011
273
187
BB

RGB in % of #299bbb

%10.70
%40.47
%48.83

CMYK in % of #299bbb

%78
%17
%0
%27

Triads of color #299bbb

#299bbb #9bbb29 #bb29bb

Similar Colors to #299bbb

#299bbb #29bb92 #2952bb

Preview Color #299bbb on black ground

#299bbb is very interesting for text.

Preview Color #299bbb on white ground

#299bbb is very interesting for text.

CSS Codes #299bbb color

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

Text Font Color #299bbb

<p style="color:#299bbb">Text here</p>

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


Background Color #299bbb

<div style="background-color:#299bbb">
Div content here</div>

This div background color is #299bbb


Border Color #299bbb

<div style="border:3px solid #299bbb">
Div here</div>

The color of this border is #299bbb


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #299bbb; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #299bbb;
-webkit-box-shadow: 1px 1px 3px 2px #299bbb;
box-shadow:         1px 1px 3px 2px #299bbb; }
				

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #299bbb