Color Hex Logo

#3465bb Color Hex

#3465BB
(52,101,187)
0 Favorites   0 Comments

Color spaces of #3465bb

RGB 52101187
HSL0.610.560.47
HSV218°72°73°
CMYK 0.720.460.00   0.27
XYZ15.039513.625348.8510
Yxy13.62530.19400.1758
Hunter Lab36.91258.1307-52.6273
CIE-Lab43.690713.1509-50.1941

#3465bb color RGB value is (52,101,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01100101 10111011
Octal 64 145 273
Decimal 52 101 187
Hex 34 65 BB

RGB Percentages of Color #3465bb

%15.29
%29.71
%55.00

CMYK Percentages of Color #3465bb

%72
%46
%0
%27

Triadic Colors of #3465bb

#3465bb #bb3465 #65bb34

Analogous Colors of #3465bb

#3465bb #4734bb #34a9bb

Monochromatic Colors of #3465bb

#3465bb

Complementary Color

#3465bb #bb8a34

#3465bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3465bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3465bb Color CSS Codes

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

#3465bb Text Font Color

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

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


#3465bb Background Color

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

This div background color is #3465bb


#3465bb Border Color

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

This div border color is #3465bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3465bb


Comments

No comments written yet.

Please login to write comment.