Color Hex Logo

#23599d Color Hex

#23599D
(35,89,157)
0 Favorites   0 Comments

Color spaces of #23599d

RGB 3589157
HSL0.590.640.38
HSV213°78°62°
CMYK 0.780.430.00   0.38
XYZ10.35139.936433.2706
Yxy9.93640.19330.1855
Hunter Lab31.52213.4527-40.5134
CIE-Lab37.72807.1886-42.0745

#23599d color RGB value is (35,89,157).

#23599d hex color red value is 35, green value is 89 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #23599d hue: 0.59 , saturation: 0.64 and the lightness value of 23599d is 0.38.

The process color (four color CMYK) of #23599d color hex is 0.78, 0.43, 0.00, 0.38. Web safe color of #23599d is #336699. Color #23599d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011001 10011101
Octal 43 131 235
Decimal 35 89 157
Hex 23 59 9D

RGB Percentages of Color #23599d

%12.46
%31.67
%55.87

CMYK Percentages of Color #23599d

%78
%43
%0
%38

Triadic Colors of #23599d

#23599d #9d2359 #599d23

Analogous Colors of #23599d

#23599d #2a239d #23969d

Monochromatic Colors of #23599d

#23599d

Complementary Color

#23599d #9d6723

#23599d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23599d Color Preview on White Background

Lorem ipsum dolor sit amet.

#23599d Color CSS Codes

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

#23599d Text Font Color

<p style="color:#23599d">Text here</p>

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


#23599d Background Color

<div style="background-color:#23599d">
Div content here</div>

This div background color is #23599d


#23599d Border Color

<div style="border:3px solid #23599d">
Div here</div>

This div border color is #23599d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,89,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #23599d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #23599d;
  -webkit-box-shadow: 1px 1px 3px 2px #23599d;
  box-shadow:         1px 1px 3px 2px #23599d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,89,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23599d


Comments

No comments written yet.

Please login to write comment.