Color Hex Logo

#23387a Color Hex

#23387A
(35,56,122)
0 Favorites   0 Comments

Color spaces of #23387a

RGB 3556122
HSL0.630.550.31
HSV226°71°48°
CMYK 0.710.540.00   0.52
XYZ5.62024.590819.0023
Yxy4.59080.19240.1571
Hunter Lab21.42629.3258-37.5845
CIE-Lab25.535615.7606-40.1534

#23387a color RGB value is (35,56,122).

#23387a hex color red value is 35, green value is 56 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #23387a hue: 0.63 , saturation: 0.55 and the lightness value of 23387a is 0.31.

The process color (four color CMYK) of #23387a color hex is 0.71, 0.54, 0.00, 0.52. Web safe color of #23387a is #333366. Color #23387a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 00111000 01111010
Octal 43 70 172
Decimal 35 56 122
Hex 23 38 7A

RGB Percentages of Color #23387a

%16.43
%26.29
%57.28

CMYK Percentages of Color #23387a

%71
%54
%0
%52

Triadic Colors of #23387a

#23387a #7a2338 #387a23

Analogous Colors of #23387a

#23387a #3a237a #23637a

Monochromatic Colors of #23387a

#23387a

Complementary Color

#23387a #7a6523

#23387a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23387a Color Preview on White Background

Lorem ipsum dolor sit amet.

#23387a Color CSS Codes

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

#23387a Text Font Color

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

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


#23387a Background Color

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

This div background color is #23387a


#23387a Border Color

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

This div border color is #23387a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23387a


Comments

No comments written yet.

Please login to write comment.