Color Hex Logo

#233589 Color Hex

#233589
(35,53,137)
0 Favorites   0 Comments

Color spaces of #233589

RGB 3553137
HSL0.640.590.34
HSV229°74°54°
CMYK 0.740.610.00   0.46
XYZ6.48164.709724.2344
Yxy4.70970.18300.1329
Hunter Lab21.701815.3336-51.0177
CIE-Lab25.891223.7109-48.9789

#233589 color RGB value is (35,53,137).

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

The process color (four color CMYK) of #233589 color hex is 0.74, 0.61, 0.00, 0.46. Web safe color of #233589 is #333399. Color #233589 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 00110101 10001001
Octal 43 65 211
Decimal 35 53 137
Hex 23 35 89

RGB Percentages of Color #233589

%15.56
%23.56
%60.89

CMYK Percentages of Color #233589

%74
%61
%0
%46

Triadic Colors of #233589

#233589 #892335 #358923

Analogous Colors of #233589

#233589 #442389 #236889

Monochromatic Colors of #233589

#233589

Complementary Color

#233589 #897723

#233589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#233589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#233589 Color CSS Codes

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

#233589 Text Font Color

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

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


#233589 Background Color

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

This div background color is #233589


#233589 Border Color

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

This div border color is #233589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #233589


Comments

No comments written yet.

Please login to write comment.