Color Hex Logo

#17325b Color Hex

#17325B
(23,50,91)
0 Favorites   0 Comments

Color spaces of #17325b

RGB 235091
HSL0.600.600.22
HSV216°75°36°
CMYK 0.750.450.00   0.64
XYZ3.38233.218710.3405
Yxy3.21870.19960.1900
Hunter Lab17.94072.2557-21.6145
CIE-Lab20.89935.4116-27.6286

#17325b color RGB value is (23,50,91).

#17325b hex color red value is 23, green value is 50 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #17325b hue: 0.60 , saturation: 0.60 and the lightness value of 17325b is 0.22.

The process color (four color CMYK) of #17325b color hex is 0.75, 0.45, 0.00, 0.64. Web safe color of #17325b is #003366. Color #17325b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00110010 01011011
Octal 27 62 133
Decimal 23 50 91
Hex 17 32 5B

RGB Percentages of Color #17325b

%14.02
%30.49
%55.49

CMYK Percentages of Color #17325b

%75
%45
%0
%64

Triadic Colors of #17325b

#17325b #5b1732 #325b17

Analogous Colors of #17325b

#17325b #1e175b #17545b

Monochromatic Colors of #17325b

#17325b

Complementary Color

#17325b #5b4017

#17325b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17325b Color Preview on White Background

Lorem ipsum dolor sit amet.

#17325b Color CSS Codes

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

#17325b Text Font Color

<p style="color:#17325b">Text here</p>

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


#17325b Background Color

<div style="background-color:#17325b">
Div content here</div>

This div background color is #17325b


#17325b Border Color

<div style="border:3px solid #17325b">
Div here</div>

This div border color is #17325b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,50,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #17325b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #17325b;
  -webkit-box-shadow: 1px 1px 3px 2px #17325b;
  box-shadow:         1px 1px 3px 2px #17325b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17325b


Comments

No comments written yet.

Please login to write comment.