Color Hex Logo

#23247c Color Hex

#23247C
(35,36,124)
0 Favorites   0 Comments

Color spaces of #23247c

RGB 3536124
HSL0.660.560.31
HSV239°72°49°
CMYK 0.720.710.00   0.51
XYZ4.96213.074319.4007
Yxy3.07430.18090.1120
Hunter Lab17.533719.8322-53.3297
CIE-Lab20.339030.2389-49.8888

#23247c color RGB value is (35,36,124).

#23247c hex color red value is 35, green value is 36 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #23247c hue: 0.66 , saturation: 0.56 and the lightness value of 23247c is 0.31.

The process color (four color CMYK) of #23247c color hex is 0.72, 0.71, 0.00, 0.51. Web safe color of #23247c is #333366. Color #23247c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 00100100 01111100
Octal 43 44 174
Decimal 35 36 124
Hex 23 24 7C

RGB Percentages of Color #23247c

%17.95
%18.46
%63.59

CMYK Percentages of Color #23247c

%72
%71
%0
%51

Triadic Colors of #23247c

#23247c #7c2324 #247c23

Analogous Colors of #23247c

#23247c #4e237c #23517c

Monochromatic Colors of #23247c

#23247c

Complementary Color

#23247c #7c7b23

#23247c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23247c Color Preview on White Background

Lorem ipsum dolor sit amet.

#23247c Color CSS Codes

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

#23247c Text Font Color

<p style="color:#23247c">Text here</p>

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


#23247c Background Color

<div style="background-color:#23247c">
Div content here</div>

This div background color is #23247c


#23247c Border Color

<div style="border:3px solid #23247c">
Div here</div>

This div border color is #23247c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,36,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #23247c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #23247c;
  -webkit-box-shadow: 1px 1px 3px 2px #23247c;
  box-shadow:         1px 1px 3px 2px #23247c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23247c


Comments

No comments written yet.

Please login to write comment.