Color Hex Logo

#23699d Color Hex

#23699D
(35,105,157)
0 Favorites   0 Comments

Color spaces of #23699d

RGB 35105157
HSL0.570.640.38
HSV206°78°62°
CMYK 0.780.330.00   0.38
XYZ11.830512.894833.7637
Yxy12.89480.20230.2205
Hunter Lab35.9093-4.0337-30.6108
CIE-Lab42.6043-2.9586-34.3294

#23699d color RGB value is (35,105,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 01101001 10011101
Octal 43 151 235
Decimal 35 105 157
Hex 23 69 9D

RGB Percentages of Color #23699d

%11.78
%35.35
%52.86

CMYK Percentages of Color #23699d

%78
%33
%0
%38

Triadic Colors of #23699d

#23699d #9d2369 #699d23

Analogous Colors of #23699d

#23699d #232c9d #239d94

Monochromatic Colors of #23699d

#23699d

Complementary Color

#23699d #9d5723

#23699d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23699d Color Preview on White Background

Lorem ipsum dolor sit amet.

#23699d Color CSS Codes

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

#23699d Text Font Color

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

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


#23699d Background Color

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

This div background color is #23699d


#23699d Border Color

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

This div border color is #23699d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,105,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 #23699d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23699d


Comments

No comments written yet.

Please login to write comment.