Color Hex Logo

#232688 Color Hex

#232688
(35,38,136)
0 Favorites   0 Comments

Color spaces of #232688

RGB 3538136
HSL0.660.590.34
HSV238°74°53°
CMYK 0.740.720.00   0.47
XYZ5.83023.521123.6649
Yxy3.52110.17660.1066
Hunter Lab18.764622.6223-61.6382
CIE-Lab22.020533.3087-54.6956

#232688 color RGB value is (35,38,136).

#232688 hex color red value is 35, green value is 38 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #232688 hue: 0.66 , saturation: 0.59 and the lightness value of 232688 is 0.34.

The process color (four color CMYK) of #232688 color hex is 0.74, 0.72, 0.00, 0.47. Web safe color of #232688 is #333399. Color #232688 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 00100110 10001000
Octal 43 46 210
Decimal 35 38 136
Hex 23 26 88

RGB Percentages of Color #232688

%16.75
%18.18
%65.07

CMYK Percentages of Color #232688

%74
%72
%0
%47

Triadic Colors of #232688

#232688 #882326 #268823

Analogous Colors of #232688

#232688 #522388 #235988

Monochromatic Colors of #232688

#232688

Complementary Color

#232688 #888523

#232688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#232688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#232688 Color CSS Codes

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

#232688 Text Font Color

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

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


#232688 Background Color

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

This div background color is #232688


#232688 Border Color

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

This div border color is #232688


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,38,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #232688; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #232688;
  -webkit-box-shadow: 1px 1px 3px 2px #232688;
  box-shadow:         1px 1px 3px 2px #232688; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #232688


Comments

No comments written yet.

Please login to write comment.