Color Hex Logo

#3488ff Color Hex

#3488FF
(52,136,255)
0 Favorites   0 Comments

Color spaces of #3488ff

RGB 52136255
HSL0.601.000.60
HSV215°80°100°
CMYK 0.800.470.00   0.00
XYZ28.270325.558498.0510
Yxy25.55840.18610.1683
Hunter Lab50.555311.3446-79.6030
CIE-Lab57.615516.4516-66.2116

#3488ff color RGB value is (52,136,255).

#3488ff hex color red value is 52, green value is 136 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #3488ff hue: 0.60 , saturation: 1.00 and the lightness value of 3488ff is 0.60.

The process color (four color CMYK) of #3488ff color hex is 0.80, 0.47, 0.00, 0.00. Web safe color of #3488ff is #3399ff. Color #3488ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001000 11111111
Octal 64 210 377
Decimal 52 136 255
Hex 34 88 FF

RGB Percentages of Color #3488ff

%11.74
%30.70
%57.56

CMYK Percentages of Color #3488ff

%80
%47
%0
%0

Triadic Colors of #3488ff

#3488ff #ff3488 #88ff34

Analogous Colors of #3488ff

#3488ff #4634ff #34eeff

Monochromatic Colors of #3488ff

#3488ff

Complementary Color

#3488ff #ffab34

#3488ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3488ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3488ff Color CSS Codes

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

#3488ff Text Font Color

<p style="color:#3488ff">Text here</p>

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


#3488ff Background Color

<div style="background-color:#3488ff">
Div content here</div>

This div background color is #3488ff


#3488ff Border Color

<div style="border:3px solid #3488ff">
Div here</div>

This div border color is #3488ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,136,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3488ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3488ff;
  -webkit-box-shadow: 1px 1px 3px 2px #3488ff;
  box-shadow:         1px 1px 3px 2px #3488ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3488ff


Comments

No comments written yet.

Please login to write comment.