Color Hex Logo

#23688d Color Hex

#23688D
(35,104,141)
0 Favorites   0 Comments

Color spaces of #23688d

RGB 35104141
HSL0.560.600.35
HSV201°75°55°
CMYK 0.750.260.00   0.45
XYZ10.451212.181026.9996
Yxy12.18100.21060.2454
Hunter Lab34.9013-7.6254-21.4358
CIE-Lab41.5024-8.3143-26.5080

#23688d color RGB value is (35,104,141).

#23688d hex color red value is 35, green value is 104 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #23688d hue: 0.56 , saturation: 0.60 and the lightness value of 23688d is 0.35.

The process color (four color CMYK) of #23688d color hex is 0.75, 0.26, 0.00, 0.45. Web safe color of #23688d is #336699. Color #23688d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01101000 10001101
Octal 43 150 215
Decimal 35 104 141
Hex 23 68 8D

RGB Percentages of Color #23688d

%12.50
%37.14
%50.36

CMYK Percentages of Color #23688d

%75
%26
%0
%45

Triadic Colors of #23688d

#23688d #8d2368 #688d23

Analogous Colors of #23688d

#23688d #23338d #238d7d

Monochromatic Colors of #23688d

#23688d

Complementary Color

#23688d #8d4823

#23688d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23688d Color Preview on White Background

Lorem ipsum dolor sit amet.

#23688d Color CSS Codes

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

#23688d Text Font Color

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

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


#23688d Background Color

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

This div background color is #23688d


#23688d Border Color

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

This div border color is #23688d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23688d


Comments

No comments written yet.

Please login to write comment.