Color Hex Logo

#17348e Color Hex

#17348E
(23,52,142)
0 Favorites   0 Comments

Color spaces of #17348e

RGB 2352142
HSL0.630.720.32
HSV225°84°56°
CMYK 0.840.630.00   0.44
XYZ6.46384.591126.1367
Yxy4.59110.17380.1234
Hunter Lab21.426916.3508-57.3238
CIE-Lab25.536525.0523-52.6822

#17348e color RGB value is (23,52,142).

#17348e hex color red value is 23, green value is 52 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #17348e hue: 0.63 , saturation: 0.72 and the lightness value of 17348e is 0.32.

The process color (four color CMYK) of #17348e color hex is 0.84, 0.63, 0.00, 0.44. Web safe color of #17348e is #003399. Color #17348e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00110100 10001110
Octal 27 64 216
Decimal 23 52 142
Hex 17 34 8E

RGB Percentages of Color #17348e

%10.60
%23.96
%65.44

CMYK Percentages of Color #17348e

%84
%63
%0
%44

Triadic Colors of #17348e

#17348e #8e1734 #348e17

Analogous Colors of #17348e

#17348e #35178e #17708e

Monochromatic Colors of #17348e

#17348e

Complementary Color

#17348e #8e7117

#17348e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17348e Color Preview on White Background

Lorem ipsum dolor sit amet.

#17348e Color CSS Codes

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

#17348e Text Font Color

<p style="color:#17348e">Text here</p>

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


#17348e Background Color

<div style="background-color:#17348e">
Div content here</div>

This div background color is #17348e


#17348e Border Color

<div style="border:3px solid #17348e">
Div here</div>

This div border color is #17348e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,52,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #17348e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #17348e;
  -webkit-box-shadow: 1px 1px 3px 2px #17348e;
  box-shadow:         1px 1px 3px 2px #17348e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17348e


Comments

No comments written yet.

Please login to write comment.