Color Hex Logo

#3594ff Color Hex

#3594FF
(53,148,255)
2 Favorites   0 Comments

Color spaces of #3594ff

RGB 53148255
HSL0.591.000.60
HSV212°79°100°
CMYK 0.790.420.00   0.00
XYZ30.108129.156798.6487
Yxy29.15670.19070.1846
Hunter Lab53.99695.0350-70.5209
CIE-Lab60.91979.2905-60.9064

#3594ff color RGB value is (53,148,255).

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

The process color (four color CMYK) of #3594ff color hex is 0.79, 0.42, 0.00, 0.00. Web safe color of #3594ff is #3399ff. Color #3594ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10010100 11111111
Octal 65 224 377
Decimal 53 148 255
Hex 35 94 FF

RGB Percentages of Color #3594ff

%11.62
%32.46
%55.92

CMYK Percentages of Color #3594ff

%79
%42
%0
%0

Triadic Colors of #3594ff

#3594ff #ff3594 #94ff35

Analogous Colors of #3594ff

#3594ff #3b35ff #35f9ff

Monochromatic Colors of #3594ff

#3594ff

Complementary Color

#3594ff #ffa035

#3594ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3594ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3594ff Color CSS Codes

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

#3594ff Text Font Color

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

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


#3594ff Background Color

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

This div background color is #3594ff


#3594ff Border Color

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

This div border color is #3594ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,148,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 #3594ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3594ff


Comments

No comments written yet.

Please login to write comment.