Color Hex Logo

#3594cb Color Hex

#3594CB
(53,148,203)
0 Favorites   0 Comments

Color spaces of #3594cb

RGB 53148203
HSL0.560.590.50
HSV202°74°80°
CMYK 0.740.270.00   0.20
XYZ22.837626.248560.3627
Yxy26.24850.20870.2398
Hunter Lab51.2333-10.0906-33.9918
CIE-Lab58.2722-9.2960-36.2427

#3594cb color RGB value is (53,148,203).

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

The process color (four color CMYK) of #3594cb color hex is 0.74, 0.27, 0.00, 0.20. Web safe color of #3594cb is #3399cc. Color #3594cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10010100 11001011
Octal 65 224 313
Decimal 53 148 203
Hex 35 94 CB

RGB Percentages of Color #3594cb

%13.12
%36.63
%50.25

CMYK Percentages of Color #3594cb

%74
%27
%0
%20

Triadic Colors of #3594cb

#3594cb #cb3594 #94cb35

Analogous Colors of #3594cb

#3594cb #3549cb #35cbb7

Monochromatic Colors of #3594cb

#3594cb

Complementary Color

#3594cb #cb6c35

#3594cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3594cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3594cb Color CSS Codes

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

#3594cb Text Font Color

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

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


#3594cb Background Color

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

This div background color is #3594cb


#3594cb Border Color

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

This div border color is #3594cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3594cb


Comments

No comments written yet.

Please login to write comment.