Color Hex Logo

#3449bb Color Hex

#3449BB
(52,73,187)
0 Favorites   0 Comments

Color spaces of #3449bb

RGB 5273187
HSL0.640.560.47
HSV231°72°73°
CMYK 0.720.610.00   0.27
XYZ12.76849.083048.0939
Yxy9.08300.18250.1299
Hunter Lab30.138022.8825-73.5177
CIE-Lab36.143631.3193-62.4113

#3449bb color RGB value is (52,73,187).

#3449bb hex color red value is 52, green value is 73 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #3449bb hue: 0.64 , saturation: 0.56 and the lightness value of 3449bb is 0.47.

The process color (four color CMYK) of #3449bb color hex is 0.72, 0.61, 0.00, 0.27. Web safe color of #3449bb is #3333cc. Color #3449bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001001 10111011
Octal 64 111 273
Decimal 52 73 187
Hex 34 49 BB

RGB Percentages of Color #3449bb

%16.67
%23.40
%59.94

CMYK Percentages of Color #3449bb

%72
%61
%0
%27

Triadic Colors of #3449bb

#3449bb #bb3449 #49bb34

Analogous Colors of #3449bb

#3449bb #6334bb #348dbb

Monochromatic Colors of #3449bb

#3449bb

Complementary Color

#3449bb #bba634

#3449bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3449bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3449bb Color CSS Codes

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

#3449bb Text Font Color

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

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


#3449bb Background Color

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

This div background color is #3449bb


#3449bb Border Color

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

This div border color is #3449bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,73,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 #3449bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3449bb


Comments

No comments written yet.

Please login to write comment.