Color Hex Logo

#23496a Color Hex

#23496A
(35,73,106)
0 Favorites   0 Comments

Color spaces of #23496a

RGB 3573106
HSL0.580.500.28
HSV208°67°42°
CMYK 0.670.310.00   0.58
XYZ5.67726.163014.5260
Yxy6.16300.21530.2337
Hunter Lab24.8254-2.6241-17.3144
CIE-Lab29.8200-2.0503-23.1939

#23496a color RGB value is (35,73,106).

#23496a hex color red value is 35, green value is 73 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #23496a hue: 0.58 , saturation: 0.50 and the lightness value of 23496a is 0.28.

The process color (four color CMYK) of #23496a color hex is 0.67, 0.31, 0.00, 0.58. Web safe color of #23496a is #333366. Color #23496a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01001001 01101010
Octal 43 111 152
Decimal 35 73 106
Hex 23 49 6A

RGB Percentages of Color #23496a

%16.36
%34.11
%49.53

CMYK Percentages of Color #23496a

%67
%31
%0
%58

Triadic Colors of #23496a

#23496a #6a2349 #496a23

Analogous Colors of #23496a

#23496a #23266a #236a68

Monochromatic Colors of #23496a

#23496a

Complementary Color

#23496a #6a4423

#23496a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23496a Color Preview on White Background

Lorem ipsum dolor sit amet.

#23496a Color CSS Codes

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

#23496a Text Font Color

<p style="color:#23496a">Text here</p>

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


#23496a Background Color

<div style="background-color:#23496a">
Div content here</div>

This div background color is #23496a


#23496a Border Color

<div style="border:3px solid #23496a">
Div here</div>

This div border color is #23496a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,73,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #23496a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #23496a;
  -webkit-box-shadow: 1px 1px 3px 2px #23496a;
  box-shadow:         1px 1px 3px 2px #23496a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23496a


Comments

No comments written yet.

Please login to write comment.